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:
Javier Viguera 2022-09-07 18:26:58 +02:00
parent c10e2ddc57
commit cbed92ccbb
1 changed files with 1 additions and 0 deletions

View File

@ -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