From d9a025578d88dbf003dc93a77567ff2ece5b89d0 Mon Sep 17 00:00:00 2001 From: Hiago De Franco Date: Tue, 18 Feb 2025 15:03:01 -0300 Subject: 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 (cherry picked from commit 8e7ebc096b009b40f9dc71546af25fbeee380770) --- recipes-bsp/firmware-imx/firmware-nxp-wifi_1.1.bb | 2 -- 1 file changed, 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 51184b888..31c806b02 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" RPROVIDES:${PN}-nxpiw612-sdio = "linux-firmware-nxpiw612-sdio" RREPLACES:${PN}-nxpiw612-sdio = "linux-firmware-nxpiw612-sdio" RCONFLICTS:${PN}-nxpiw612-sdio = "linux-firmware-nxpiw612-sdio" - -COMPATIBLE_MACHINE = "(imx-generic-bsp)" -- cgit v1.2.3-54-g00ecf