linux-dey: add SRCREV override for STM platforms
For development this would not be needed as it points to AUTOREV, but for releases we need to specify the SHA1 revision, and this recipe builds two different branches (for NXP and STM platforms), so we need a place to define two different revisions. Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
c10e2ddc57
commit
cbed92ccbb
|
|
@ -13,6 +13,7 @@ inherit ${@oe.utils.conditional('DEY_BUILD_PLATFORM', 'NXP', 'fsl-kernel-localve
|
||||||
SRCBRANCH = "v5.15.32/nxp/master"
|
SRCBRANCH = "v5.15.32/nxp/master"
|
||||||
SRCBRANCH:stm32mpcommon = "v5.15.24/stm/master"
|
SRCBRANCH:stm32mpcommon = "v5.15.24/stm/master"
|
||||||
SRCREV = "${AUTOREV}"
|
SRCREV = "${AUTOREV}"
|
||||||
|
SRCREV:stm32mpcommon = "${AUTOREV}"
|
||||||
|
|
||||||
require ${@oe.utils.conditional('DEY_BUILD_PLATFORM', 'STM', 'recipes-kernel/linux/linux-stm32mp.inc', '', d)}
|
require ${@oe.utils.conditional('DEY_BUILD_PLATFORM', 'STM', 'recipes-kernel/linux/linux-stm32mp.inc', '', d)}
|
||||||
# Don't create custom folder for kernel artifacts
|
# Don't create custom folder for kernel artifacts
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue