summaryrefslogtreecommitdiffstats
path: root/dynamic-layers
diff options
context:
space:
mode:
authorHiago De Franco <hiago.franco@toradex.com>2025-03-24 13:26:09 -0300
committerHiago De Franco <hiago.franco@toradex.com>2025-03-24 13:57:11 -0300
commit7cf349d287a9d6eece4320cf487fc804917c2077 (patch)
treefa22629a718ea8c843b080729265dff3b9786b65 /dynamic-layers
parent5c73b6f49ff91a30ab1e1355a6c96fc385a5349b (diff)
downloadmeta-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 'dynamic-layers')
-rw-r--r--dynamic-layers/arm-toolchain/recipes-bsp/imx-oei/imx-oei_1.0.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/dynamic-layers/arm-toolchain/recipes-bsp/imx-oei/imx-oei_1.0.0.bb b/dynamic-layers/arm-toolchain/recipes-bsp/imx-oei/imx-oei_1.0.0.bb
index b10bd869..d0713875 100644
--- a/dynamic-layers/arm-toolchain/recipes-bsp/imx-oei/imx-oei_1.0.0.bb
+++ b/dynamic-layers/arm-toolchain/recipes-bsp/imx-oei/imx-oei_1.0.0.bb
@@ -56,4 +56,6 @@ do_deploy() {
56FILES:${PN} = "/firmware" 56FILES:${PN} = "/firmware"
57SYSROOT_DIRS += "/firmware" 57SYSROOT_DIRS += "/firmware"
58 58
59PROVIDES += "virtual/imx-oei"
60
59COMPATIBLE_MACHINE = "(mx95-generic-bsp)" 61COMPATIBLE_MACHINE = "(mx95-generic-bsp)"