diff options
| author | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-07-06 13:42:54 -0300 |
|---|---|---|
| committer | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-07-06 13:46:18 -0300 |
| commit | 736e30139714a7c21f910c79ff19125c3f3ba4f1 (patch) | |
| tree | a362d9c823a0c9deed8a19bcd248eda1ce21160f | |
| parent | c58928ad6d7574bd33d46bce8d2fa0a530beb8b5 (diff) | |
| download | meta-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.bb | 2 |
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 | |||
| 13 | SRCBRANCH = "lf-6.18.2_1.0.0" | 13 | SRCBRANCH = "lf-6.18.2_1.0.0" |
| 14 | SRCREV = "d7e4bb37b45bbf93faf888e0ca6763a29e28054a" | 14 | SRCREV = "d7e4bb37b45bbf93faf888e0ca6763a29e28054a" |
| 15 | 15 | ||
| 16 | COMPATIBLE_MACHINE = "(imx-generic-bsp)" | ||
| 17 | |||
| 18 | inherit allarch | 16 | inherit allarch |
| 19 | 17 | ||
| 20 | CLEANBROKEN = "1" | 18 | CLEANBROKEN = "1" |
