From cbed92ccbba67b5bf38533bf1820986d10ea7806 Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Wed, 7 Sep 2022 18:26:58 +0200 Subject: [PATCH] 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 --- meta-digi-arm/recipes-kernel/linux/linux-dey_5.15.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-digi-arm/recipes-kernel/linux/linux-dey_5.15.bb b/meta-digi-arm/recipes-kernel/linux/linux-dey_5.15.bb index 5f7283502..136e64f07 100644 --- a/meta-digi-arm/recipes-kernel/linux/linux-dey_5.15.bb +++ b/meta-digi-arm/recipes-kernel/linux/linux-dey_5.15.bb @@ -13,6 +13,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}" +SRCREV:stm32mpcommon = "${AUTOREV}" require ${@oe.utils.conditional('DEY_BUILD_PLATFORM', 'STM', 'recipes-kernel/linux/linux-stm32mp.inc', '', d)} # Don't create custom folder for kernel artifacts