diff options
| author | Hiago De Franco <hiago.franco@toradex.com> | 2024-03-09 09:48:30 -0300 |
|---|---|---|
| committer | Hiago De Franco <hiago.franco@toradex.com> | 2024-03-09 09:48:30 -0300 |
| commit | 35f3ef016c219ded1ade0629dc8fe00fa95dc638 (patch) | |
| tree | 9a640e7265636fd158b6a689a111103a9e4dcb4a /recipes-bsp/u-boot | |
| parent | 65fd27c74856b1e98a439827f18ccfa6f5bfc9e5 (diff) | |
| download | meta-freescale-35f3ef016c219ded1ade0629dc8fe00fa95dc638.tar.gz | |
u-boot-imx_2023.04.bb: Add UUU_BOOTLOADER_UNTAGGED variable
After commit 5a906365fd29 ("uuu_bootloader_tag.bbclass: Add
UUU_BOOTLOADER_UNTAGGED"), the option for a untagged binary was added to
uuu_bootloader_tag.bbclass. The u-boot-imx recipe also uses this binary,
thefore add UUU_BOOTLOADER_TAGGED to this recipe as well.
Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
Diffstat (limited to 'recipes-bsp/u-boot')
| -rw-r--r-- | recipes-bsp/u-boot/u-boot-imx_2023.04.bb | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/recipes-bsp/u-boot/u-boot-imx_2023.04.bb b/recipes-bsp/u-boot/u-boot-imx_2023.04.bb index f0ebdc5f8..0e7c467b9 100644 --- a/recipes-bsp/u-boot/u-boot-imx_2023.04.bb +++ b/recipes-bsp/u-boot/u-boot-imx_2023.04.bb | |||
| @@ -9,12 +9,15 @@ PROVIDES += "u-boot u-boot-mfgtool" | |||
| 9 | 9 | ||
| 10 | inherit uuu_bootloader_tag | 10 | inherit uuu_bootloader_tag |
| 11 | 11 | ||
| 12 | UUU_BOOTLOADER = "" | 12 | UUU_BOOTLOADER = "" |
| 13 | UUU_BOOTLOADER:mx6-generic-bsp = "${UBOOT_BINARY}" | 13 | UUU_BOOTLOADER:mx6-generic-bsp = "${UBOOT_BINARY}" |
| 14 | UUU_BOOTLOADER:mx7-generic-bsp = "${UBOOT_BINARY}" | 14 | UUU_BOOTLOADER:mx7-generic-bsp = "${UBOOT_BINARY}" |
| 15 | UUU_BOOTLOADER_TAGGED = "" | 15 | UUU_BOOTLOADER_TAGGED = "" |
| 16 | UUU_BOOTLOADER_TAGGED:mx6-generic-bsp = "u-boot-tagged.${UBOOT_SUFFIX}" | 16 | UUU_BOOTLOADER_TAGGED:mx6-generic-bsp = "u-boot-tagged.${UBOOT_SUFFIX}" |
| 17 | UUU_BOOTLOADER_TAGGED:mx7-generic-bsp = "u-boot-tagged.${UBOOT_SUFFIX}" | 17 | UUU_BOOTLOADER_TAGGED:mx7-generic-bsp = "u-boot-tagged.${UBOOT_SUFFIX}" |
| 18 | UUU_BOOTLOADER_UNTAGGED = "" | ||
| 19 | UUU_BOOTLOADER_UNTAGGED:mx6-generic-bsp = "u-boot-untagged.${UBOOT_SUFFIX}" | ||
| 20 | UUU_BOOTLOADER_UNTAGGED:mx7-generic-bsp = "u-boot-untagged.${UBOOT_SUFFIX}" | ||
| 18 | 21 | ||
| 19 | do_deploy:append:mx8m-generic-bsp() { | 22 | do_deploy:append:mx8m-generic-bsp() { |
| 20 | # Deploy u-boot-nodtb.bin and fsl-imx8m*-XX.dtb for mkimage to generate boot binary | 23 | # Deploy u-boot-nodtb.bin and fsl-imx8m*-XX.dtb for mkimage to generate boot binary |
