u-boot: allow overriding the built-in splash logo from Yocto
https://onedigi.atlassian.net/browse/DEL-9816 Signed-off-by: Francisco Gil <francisco.gilmartinez@digi.com>
This commit is contained in:
parent
16e6e0978b
commit
ca9f16965f
|
|
@ -35,10 +35,13 @@ SRC_URI = " \
|
||||||
"
|
"
|
||||||
|
|
||||||
BUILD_UBOOT_SCRIPTS ?= "true"
|
BUILD_UBOOT_SCRIPTS ?= "true"
|
||||||
|
UBOOT_LOGO_BMP ?= ""
|
||||||
|
|
||||||
LOCALVERSION ?= ""
|
LOCALVERSION ?= ""
|
||||||
inherit ${@oe.utils.conditional('DEY_SOC_VENDOR', 'NXP', 'fsl-u-boot-localversion uuu_bootloader_tag', '', d)}
|
inherit ${@oe.utils.conditional('DEY_SOC_VENDOR', 'NXP', 'fsl-u-boot-localversion uuu_bootloader_tag', '', d)}
|
||||||
|
|
||||||
|
EXTRA_OEMAKE:append = "${@' LOGO_BMP=%s' % d.getVar('UBOOT_LOGO_BMP') if d.getVar('UBOOT_LOGO_BMP') else ''}"
|
||||||
|
|
||||||
# Disable u-boot tagging for imx8/9, as the boot image is imx-boot
|
# Disable u-boot tagging for imx8/9, as the boot image is imx-boot
|
||||||
UUU_BOOTLOADER:mx8-generic-bsp = ""
|
UUU_BOOTLOADER:mx8-generic-bsp = ""
|
||||||
UUU_BOOTLOADER:mx9-generic-bsp = ""
|
UUU_BOOTLOADER:mx9-generic-bsp = ""
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue