diff options
| author | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-06-29 13:41:14 -0300 |
|---|---|---|
| committer | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-06-30 16:39:56 -0300 |
| commit | 72444a3452540f9a1b2778f0963caaa880dc8c26 (patch) | |
| tree | b8f587d21f7951c00d433ba7dfe2acb2776429f1 | |
| parent | 5505cf5facd4623ad8009fe2945f2381a43abd32 (diff) | |
| download | meta-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.bb | 1 |
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 | |||
| 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)" | ||
| 16 | 17 | ||
| 17 | inherit allarch | 18 | inherit allarch |
| 18 | 19 | ||
