From 7cf349d287a9d6eece4320cf487fc804917c2077 Mon Sep 17 00:00:00 2001 From: Hiago De Franco Date: Mon, 24 Mar 2025 13:26:09 -0300 Subject: 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 --- dynamic-layers/arm-toolchain/recipes-bsp/imx-oei/imx-oei_1.0.0.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dynamic-layers') 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 b10bd869a..d07138758 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() { FILES:${PN} = "/firmware" SYSROOT_DIRS += "/firmware" +PROVIDES += "virtual/imx-oei" + COMPATIBLE_MACHINE = "(mx95-generic-bsp)" -- cgit v1.2.3-54-g00ecf