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 <javier.viguera@digi.com>
This commit is contained in:
parent
e5bbc04341
commit
d2693a3cfe
|
|
@ -37,6 +37,9 @@ BUILD_UBOOT_SCRIPTS ?= "true"
|
||||||
|
|
||||||
BOOTLOADER_IMAGE_RECIPE ?= "u-boot"
|
BOOTLOADER_IMAGE_RECIPE ?= "u-boot"
|
||||||
|
|
||||||
|
LOCALVERSION ?= ""
|
||||||
|
inherit ${@oe.utils.conditional('DEY_BUILD_PLATFORM', 'NXP', 'fsl-u-boot-localversion', '', d)}
|
||||||
|
|
||||||
# Disable u-boot environment artifacts
|
# Disable u-boot environment artifacts
|
||||||
UBOOT_INITIAL_ENV = ""
|
UBOOT_INITIAL_ENV = ""
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue