diff options
| author | Hiago De Franco <hiago.franco@toradex.com> | 2025-03-24 13:26:09 -0300 |
|---|---|---|
| committer | Hiago De Franco <hiago.franco@toradex.com> | 2025-03-24 13:57:11 -0300 |
| commit | 7cf349d287a9d6eece4320cf487fc804917c2077 (patch) | |
| tree | fa22629a718ea8c843b080729265dff3b9786b65 /recipes-bsp | |
| parent | 5c73b6f49ff91a30ab1e1355a6c96fc385a5349b (diff) | |
| download | meta-freescale-7cf349d287a9d6eece4320cf487fc804917c2077.tar.gz | |
imx-oei: provide virtual/imx-oei
Some hardware vendors provide a customized Optional Executable Image
(OEI) with changes specific to their boards (e.g. Toradex SMARC i.MX95).
Add a virtual provider to avoid conflicts between the OEI recipes from
other layers. This follows the pattern used for the related
imx-system-manager.
Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
Diffstat (limited to 'recipes-bsp')
| -rw-r--r-- | recipes-bsp/imx-mkimage/imx-boot_1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/imx-mkimage/imx-boot_1.0.bb b/recipes-bsp/imx-mkimage/imx-boot_1.0.bb index 63857fa65..9d20aff32 100644 --- a/recipes-bsp/imx-mkimage/imx-boot_1.0.bb +++ b/recipes-bsp/imx-mkimage/imx-boot_1.0.bb | |||
| @@ -38,7 +38,7 @@ do_compile[depends] += " \ | |||
| 38 | 38 | ||
| 39 | SC_FIRMWARE_NAME ?= "scfw_tcm.bin" | 39 | SC_FIRMWARE_NAME ?= "scfw_tcm.bin" |
| 40 | 40 | ||
| 41 | OEI_ENABLE = "${@bb.utils.contains('DEPENDS', 'imx-oei', 'YES', 'NO', d)}" | 41 | OEI_ENABLE = "${@bb.utils.contains('DEPENDS', 'virtual/imx-oei', 'YES', 'NO', d)}" |
| 42 | OEI_NAME ?= "oei-${OEI_CORE}-*.bin" | 42 | OEI_NAME ?= "oei-${OEI_CORE}-*.bin" |
| 43 | 43 | ||
| 44 | ATF_MACHINE_NAME ?= "bl31-${ATF_PLATFORM}.bin" | 44 | ATF_MACHINE_NAME ?= "bl31-${ATF_PLATFORM}.bin" |
