summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuciano Dittgen <luciano.dittgen@ossystems.com.br>2026-06-29 13:41:14 -0300
committerLuciano Dittgen <luciano.dittgen@ossystems.com.br>2026-06-30 16:39:56 -0300
commit72444a3452540f9a1b2778f0963caaa880dc8c26 (patch)
treeb8f587d21f7951c00d433ba7dfe2acb2776429f1
parent5505cf5facd4623ad8009fe2945f2381a43abd32 (diff)
downloadmeta-freescale-72444a3452540f9a1b2778f0963caaa880dc8c26.tar.gz
firmware-nxp-wifi: Restrict recipe to i.MX machines
The firmware is only used by i.MX BSP machines. Set COMPATIBLE_MACHINE so the recipe is skipped outside the i.MX machine family instead of being exposed to unrelated BSPs. Tested as part of the series with bitbake -p and yocto-check-layer. Signed-off-by: Luciano Dittgen <luciano.dittgen@ossystems.com.br>
-rw-r--r--recipes-bsp/firmware-imx/firmware-nxp-wifi_1.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-bsp/firmware-imx/firmware-nxp-wifi_1.1.bb b/recipes-bsp/firmware-imx/firmware-nxp-wifi_1.1.bb
index 98fb5c5e5..f43f2adee 100644
--- a/recipes-bsp/firmware-imx/firmware-nxp-wifi_1.1.bb
+++ b/recipes-bsp/firmware-imx/firmware-nxp-wifi_1.1.bb
@@ -13,6 +13,7 @@ SRC_URI = "git://github.com/nxp-imx/imx-firmware.git;protocol=https;branch=${SRC
13SRCBRANCH = "lf-6.18.2_1.0.0" 13SRCBRANCH = "lf-6.18.2_1.0.0"
14SRCREV = "d7e4bb37b45bbf93faf888e0ca6763a29e28054a" 14SRCREV = "d7e4bb37b45bbf93faf888e0ca6763a29e28054a"
15 15
16COMPATIBLE_MACHINE = "(imx-generic-bsp)"
16 17
17inherit allarch 18inherit allarch
18 19