linux-dey: move SRCREV to actual versioned recipes
The SRCREV may change depending on the version of the kernel, so it cannot be a common variable for all kernel versions. Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
34e90d6d72
commit
cea7ab0501
|
|
@ -1,7 +1,6 @@
|
|||
# Copyright (C) 2018-2022 Digi International
|
||||
|
||||
LOCALVERSION = "-dey"
|
||||
SRCREV = "${AUTOREV}"
|
||||
|
||||
# Select internal or Github Linux repo
|
||||
LINUX_URI_STASH = "${DIGI_MTK_GIT}/linux/linux.git;protocol=ssh"
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ inherit ${@oe.utils.conditional('DEY_BUILD_PLATFORM', 'NXP', 'fsl-kernel-localve
|
|||
|
||||
SRCBRANCH = "v5.15.32/nxp/master"
|
||||
SRCBRANCH:stm32mpcommon = "v5.15.24/stm/master"
|
||||
SRCREV = "${AUTOREV}"
|
||||
|
||||
require ${@oe.utils.conditional('DEY_BUILD_PLATFORM', 'STM', 'recipes-kernel/linux/linux-stm32mp.inc', '', d)}
|
||||
# Don't create custom folder for kernel artifacts
|
||||
|
|
|
|||
|
|
@ -10,6 +10,8 @@ inherit kernel
|
|||
inherit ${@oe.utils.conditional('DEY_BUILD_PLATFORM', 'NXP', 'fsl-kernel-localversion', '', d)}
|
||||
|
||||
SRCBRANCH = "v5.4.70/master"
|
||||
SRCREV = "${AUTOREV}"
|
||||
|
||||
require recipes-kernel/linux/linux-dey-src.inc
|
||||
require ${@bb.utils.contains('DISTRO_FEATURES', 'virtualization', 'linux-virtualization.inc', '', d)}
|
||||
require recipes-kernel/linux/linux-trustfence.inc
|
||||
|
|
|
|||
Loading…
Reference in New Issue