Skip to content

Commit

Permalink
base: u-boot-fio: inherit uuu_bootloader_tag on imx bsp
Browse files Browse the repository at this point in the history
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:
Freescale/meta-freescale#1791
Freescale/meta-freescale#1945

Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
  • Loading branch information
quaresmajose committed Oct 31, 2024
1 parent 2beacd6 commit 8693d99
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions meta-lmp-base/recipes-bsp/u-boot/u-boot-fio_imx-2022.04.bb
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
5 changes: 5 additions & 0 deletions meta-lmp-base/recipes-bsp/u-boot/u-boot-fio_imx-2023.04.bb
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 8693d99

Please sign in to comment.