diff --git a/meta-lmp-base/recipes-bsp/u-boot/u-boot-fio_imx-2022.04.bb b/meta-lmp-base/recipes-bsp/u-boot/u-boot-fio_imx-2022.04.bb index d80761d9d..35b58cc87 100644 --- a/meta-lmp-base/recipes-bsp/u-boot/u-boot-fio_imx-2022.04.bb +++ b/meta-lmp-base/recipes-bsp/u-boot/u-boot-fio_imx-2022.04.bb @@ -1,5 +1,10 @@ require u-boot-fio-common.inc +UUU_BOOTLOADER = "uuu_bootloader_tag" +UUU_BOOTLOADER:mx8-generic-bsp = "" +UUU_BOOTLOADER:mx9-generic-bsp = "" +inherit_defer ${UUU_BOOTLOADER} + SRCREV = "605d0aa5c016915058c7b19051f76d592e103b32" SRCBRANCH = "2022.04+lf-6.1.1-1.0.0-fio" LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025" diff --git a/meta-lmp-base/recipes-bsp/u-boot/u-boot-fio_imx-2023.04.bb b/meta-lmp-base/recipes-bsp/u-boot/u-boot-fio_imx-2023.04.bb index 8e6d009f5..ec664ce35 100644 --- a/meta-lmp-base/recipes-bsp/u-boot/u-boot-fio_imx-2023.04.bb +++ b/meta-lmp-base/recipes-bsp/u-boot/u-boot-fio_imx-2023.04.bb @@ -1,5 +1,10 @@ require u-boot-fio-common.inc +UUU_BOOTLOADER = "uuu_bootloader_tag" +UUU_BOOTLOADER:mx8-generic-bsp = "" +UUU_BOOTLOADER:mx9-generic-bsp = "" +inherit_defer ${UUU_BOOTLOADER} + SRCREV = "d5bf13df210018527f8b0c136ce0b8be6b0d76f5" SRCBRANCH = "2023.04+lf-6.1.55-2.2.0-fio" LIC_FILES_CHKSUM = "file://Licenses/README;md5=2ca5f2c35c8cc335f0a19756634782f1"