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 /dynamic-layers | |
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 'dynamic-layers')
-rw-r--r-- | dynamic-layers/arm-toolchain/recipes-bsp/imx-oei/imx-oei_1.0.0.bb | 2 |
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() { | |||
56 | FILES:${PN} = "/firmware" | 56 | FILES:${PN} = "/firmware" |
57 | SYSROOT_DIRS += "/firmware" | 57 | SYSROOT_DIRS += "/firmware" |
58 | 58 | ||
59 | PROVIDES += "virtual/imx-oei" | ||
60 | |||
59 | COMPATIBLE_MACHINE = "(mx95-generic-bsp)" | 61 | COMPATIBLE_MACHINE = "(mx95-generic-bsp)" |