summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuciano Dittgen <luciano.dittgen@ossystems.com.br>2026-07-06 13:42:54 -0300
committerLuciano Dittgen <luciano.dittgen@ossystems.com.br>2026-07-06 13:46:18 -0300
commit736e30139714a7c21f910c79ff19125c3f3ba4f1 (patch)
treea362d9c823a0c9deed8a19bcd248eda1ce21160f
parentc58928ad6d7574bd33d46bce8d2fa0a530beb8b5 (diff)
downloadmeta-freescale-736e30139714a7c21f910c79ff19125c3f3ba4f1.tar.gz
firmware-nxp-wifi: Allow use on non-i.MX machines
The NXP Wi-Fi firmware packages are used by boards with NXP Wi-Fi modules even when the main SoC is not i.MX. Commit 8e7ebc0 removed the machine restriction for that reason, but it was later reintroduced while cleaning up BSP metadata. Drop COMPATIBLE_MACHINE again so package dependencies decide whether the firmware is used. Tested with git diff --check. Signed-off-by: Luciano Dittgen <luciano.dittgen@ossystems.com.br>
-rw-r--r--recipes-bsp/firmware-imx/firmware-nxp-wifi_1.1.bb2
1 files changed, 0 insertions, 2 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 f43f2adee..58b69bae8 100644
--- a/recipes-bsp/firmware-imx/firmware-nxp-wifi_1.1.bb
+++ b/recipes-bsp/firmware-imx/firmware-nxp-wifi_1.1.bb
@@ -13,8 +13,6 @@ 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)"
17
18inherit allarch 16inherit allarch
19 17
20CLEANBROKEN = "1" 18CLEANBROKEN = "1"