diff options
author | Hiago De Franco <hiago.franco@toradex.com> | 2025-03-24 13:26:09 -0300 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-03-24 17:26:38 +0000 |
commit | 07dad4a976a035d8c6537e1b6a39ddc093d35871 (patch) | |
tree | 7edc5b2ec62edbe6883ce030ae1e1d01377882da /dynamic-layers | |
parent | a0bfbd0da897d105445e2fa9d95a3c662690b77e (diff) | |
download | meta-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.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)" |