summaryrefslogtreecommitdiffstats
path: root/dynamic-layers
diff options
context:
space:
mode:
authorHiago De Franco <hiago.franco@toradex.com>2025-03-24 13:26:09 -0300
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-03-24 17:26:38 +0000
commit07dad4a976a035d8c6537e1b6a39ddc093d35871 (patch)
tree7edc5b2ec62edbe6883ce030ae1e1d01377882da /dynamic-layers
parenta0bfbd0da897d105445e2fa9d95a3c662690b77e (diff)
downloadmeta-freescale-07dad4a976a035d8c6537e1b6a39ddc093d35871.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> (cherry picked from commit 7cf349d287a9d6eece4320cf487fc804917c2077)
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)"