summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVitor Soares <vitor.soares@toradex.com>2026-02-04 11:37:44 +0000
committerVitor Soares <vitor.soares@toradex.com>2026-02-04 13:00:23 +0000
commit321609496e83631b68aa48152e7a653bd51e635f (patch)
tree743bea72cd85dd12065976f87036d9d9cb415c72
parentfa942714ff7424afcbf90c9f15bbc7fded9ca697 (diff)
downloadmeta-freescale-321609496e83631b68aa48152e7a653bd51e635f.tar.gz
imx-base.inc: set UBOOT_PROVIDES_BOOT_CONTAINER for mx95-mainline-bsp
i.MX95 mainline U-Boot uses binman to assemble the boot container, so the imx-boot recipe is not needed on that path. Note that u-boot-fslc does not yet support i.MX95; this is currently only exercised by mainline U-Boot. Signed-off-by: Vitor Soares <vitor.soares@toradex.com>
-rw-r--r--conf/machine/include/imx-base.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index df3773d2e..ac7b8bfe6 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -106,6 +106,9 @@ UBOOT_PROVIDES_BOOT_CONTAINER = "0"
106# IMX_DEFAULT_BOOTLOADER. 106# IMX_DEFAULT_BOOTLOADER.
107UBOOT_PROVIDES_BOOT_CONTAINER:mx8m-generic-bsp = "${@oe.utils.ifelse(d.getVar('IMX_DEFAULT_BOOTLOADER') == 'u-boot-imx', '0', '1')}" 107UBOOT_PROVIDES_BOOT_CONTAINER:mx8m-generic-bsp = "${@oe.utils.ifelse(d.getVar('IMX_DEFAULT_BOOTLOADER') == 'u-boot-imx', '0', '1')}"
108 108
109# i.MX95 mainline U-Boot uses binman to assemble the boot container.
110UBOOT_PROVIDES_BOOT_CONTAINER:mx95-mainline-bsp = "1"
111
109# Trusted Firmware for Cortex-A (TF-A) can have different providers, either 112# Trusted Firmware for Cortex-A (TF-A) can have different providers, either
110# from upstream or from NXP downstream fork. Below variable defines which TF-A 113# from upstream or from NXP downstream fork. Below variable defines which TF-A
111# shall be taken into the build, and will be integrated into runtime image. 114# shall be taken into the build, and will be integrated into runtime image.