Skip to content

Commit

Permalink
linux-pinephone: use 5.13 branch
Browse files Browse the repository at this point in the history
Signed-off-by: Christophe Chapuis <[email protected]>
  • Loading branch information
Tofee authored and shr-project committed Nov 15, 2021
1 parent 802b4b0 commit 26f88bc
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions recipes-kernel/linux/linux-pinephone_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
inherit kernel
require recipes-kernel/linux/linux-yocto.inc

LINUX_VERSION ?= "5.12"
LINUX_VERSION ?= "5.13"
LINUX_VERSION_EXTENSION = "-pinephone"

PV = "${LINUX_VERSION}-git${SRCPV}"
Expand All @@ -15,10 +15,9 @@ KERNEL_VERSION_SANITY_SKIP="1"

# KBUILD_DEFCONFIG:pinephone = "pinephone_defconfig"

LINUX_BRANCH = "orange-pi-5.12"
# there is no branch for 5.12
LINUX_KMETA_BRANCH = "yocto-5.13"
SRCREV_machine = "4b9f3342ecc64267d472fd555e93595e5bd33ae4"
LINUX_BRANCH = "orange-pi-${LINUX_VERSION}"
LINUX_KMETA_BRANCH = "yocto-${LINUX_VERSION}"
SRCREV_machine = "98029b03d3bba7d49ae89c9ab6d806422a0e5f80"
SRCREV_meta = "de9584096b41f34805b9a2f3151cfbd844326148"
KMETA = "kernel-meta"
SRC_URI = " \
Expand Down

0 comments on commit 26f88bc

Please sign in to comment.