From d2693a3cfe213ce4cdf3db88691a64123bf32186 Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Tue, 3 Jan 2023 17:57:16 +0100 Subject: [PATCH] u-boot-dey: recover git sha1 revision on u-boot banner This is provided by a class in "meta-freescale" so inherit it only for NXP based platforms. Signed-off-by: Javier Viguera --- meta-digi-arm/recipes-bsp/u-boot/u-boot-dey.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey.inc b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey.inc index ff2876d42..2b4c5f44c 100644 --- a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey.inc +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey.inc @@ -37,6 +37,9 @@ BUILD_UBOOT_SCRIPTS ?= "true" BOOTLOADER_IMAGE_RECIPE ?= "u-boot" +LOCALVERSION ?= "" +inherit ${@oe.utils.conditional('DEY_BUILD_PLATFORM', 'NXP', 'fsl-u-boot-localversion', '', d)} + # Disable u-boot environment artifacts UBOOT_INITIAL_ENV = ""