imx-boot: appropriately override UUU_BOOTLOADER values
The way tagged imx-boot images are handled in meta-freescale was changed in commit 161f1b3e69a3cf011a50e9b742fb8c46d61e41e8. Reflect this in our recipe by using the same overrides as uuu_bootloader_tag.bbclass to disable the functionality Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
parent
044b8092b7
commit
a840978ff1
|
|
@ -17,8 +17,8 @@ SRC_URI:append:ccimx93 = " \
|
|||
DEPENDS += "${@oe.utils.conditional('TRUSTFENCE_SIGN', '1', 'trustfence-sign-tools-native', '', d)}"
|
||||
|
||||
# Do not tag imx-boot
|
||||
UUU_BOOTLOADER = ""
|
||||
UUU_BOOTLOADER_TAGGED = ""
|
||||
UUU_BOOTLOADER:mx8-generic-bsp = ""
|
||||
UUU_BOOTLOADER:mx9-generic-bsp = ""
|
||||
BOOT_STAGING:mx91-generic-bsp = "${S}/iMX91"
|
||||
BOOT_STAGING:mx93-generic-bsp = "${S}/iMX93"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue