From 4577194ab255e63c0dd18f16106f33872ad605fa Mon Sep 17 00:00:00 2001 From: Jose Quaresma Date: Tue, 1 Oct 2024 10:12:31 +0100 Subject: [PATCH] base: u-boot-fio: inherit uuu_bootloader_tag on imx bsp Fix: | wic.filemap.Error: cannot open image file '/lmp/build-lmp-base-imx6ullevk-scarthgap-next/deploy/images/imx6ullevk/u-boot.bin.tagged': [Errno 2] No such file or directory: '/lmp/build-lmp-base-imx6ullevk-scarthgap-next/deploy/images/imx6ullevk/u-boot.bin.tagged' | WARNING: exit code 1 from a shell command. References: https://github.com/Freescale/meta-freescale/pull/1791 https://github.com/Freescale/meta-freescale/pull/1945 Signed-off-by: Jose Quaresma --- meta-lmp-base/recipes-bsp/u-boot/u-boot-fio_imx-2022.04.bb | 5 +++++ meta-lmp-base/recipes-bsp/u-boot/u-boot-fio_imx-2023.04.bb | 5 +++++ 2 files changed, 10 insertions(+) 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 d80761d9db..35b58cc87f 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 8e6d009f52..ec664ce356 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"