diff options
author | Hiago De Franco <hiago.franco@toradex.com> | 2025-02-18 15:03:01 -0300 |
---|---|---|
committer | Hiago De Franco <hiago.franco@toradex.com> | 2025-02-18 15:45:45 -0300 |
commit | 07b0bb5f708fa06832ecd2d26cb4d419d51f197d (patch) | |
tree | f876201e2b7f01ece008a40ae229d3705444c269 | |
parent | bcc4bf58425d2fdf2589ca158a28ca79cdda94bf (diff) | |
download | meta-freescale-07b0bb5f708fa06832ecd2d26cb4d419d51f197d.tar.gz |
firmware-nxp-wifi: remove COMPATIBLE_MACHINE
The current COMPATIBLE_MACHINE is set to build every i.MX SoC with both
BSP variants. However the firmware-nxp-wifi deploys firmware related to
the NXP Wi-Fi Modules (e.g. Maya IW416), which can be used with other
SoCs as well, as example the Toradex Verdin-AM62 wich uses the TI SoC
and the NXP Wi-Fi Module.
With the current COMPATIBLE_MACHINE it is not possible to build this
recipe and deploy the NXP firmware with different SoCs, therefore remove
it.
Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
(cherry picked from commit 8e7ebc096b009b40f9dc71546af25fbeee380770)
-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 51184b88..31c806b0 100644 --- a/recipes-bsp/firmware-imx/firmware-nxp-wifi_1.1.bb +++ b/recipes-bsp/firmware-imx/firmware-nxp-wifi_1.1.bb | |||
@@ -173,5 +173,3 @@ RDEPENDS:${PN}-nxpiw612-sdio += "${PN}-nxp-common" | |||
173 | RPROVIDES:${PN}-nxpiw612-sdio = "linux-firmware-nxpiw612-sdio" | 173 | RPROVIDES:${PN}-nxpiw612-sdio = "linux-firmware-nxpiw612-sdio" |
174 | RREPLACES:${PN}-nxpiw612-sdio = "linux-firmware-nxpiw612-sdio" | 174 | RREPLACES:${PN}-nxpiw612-sdio = "linux-firmware-nxpiw612-sdio" |
175 | RCONFLICTS:${PN}-nxpiw612-sdio = "linux-firmware-nxpiw612-sdio" | 175 | RCONFLICTS:${PN}-nxpiw612-sdio = "linux-firmware-nxpiw612-sdio" |
176 | |||
177 | COMPATIBLE_MACHINE = "(imx-generic-bsp)" | ||