summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVitor Soares <vitor.soares@toradex.com>2025-04-17 17:49:13 +0100
committerVitor Soares <vitor.soares@toradex.com>2025-04-17 18:49:51 +0100
commit5fca0110f00cfb2b37f322473adc25876b022c6b (patch)
treeef19d64eb6e54d492c63be1997d6047c3efd2f38
parent386b996319e059faee8788b4b0945ab6505fe26c (diff)
downloadmeta-freescale-5fca0110f00cfb2b37f322473adc25876b022c6b.tar.gz
kernel-module-nxp-wlan: remove COMPATIBLE_MACHINE
The current COMPATIBLE_MACHINE restricts the recipe to i.MX SoCs with both BSP variants. However, the kernel-module-nxp-wlan provides the MXM drivers for the NXP Wi-Fi module (e.g., MAYA-W260), which may also be used with other SoCs like the Toradex Verdin-AM62P. To enable deployment of the MXM drivers on non-i.MX platforms, remove the COMPATIBLE_MACHINE restriction. Signed-off-by: Vitor Soares <vitor.soares@toradex.com>
-rw-r--r--recipes-kernel/kernel-modules/kernel-module-nxp-wlan_git.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-kernel/kernel-modules/kernel-module-nxp-wlan_git.bb b/recipes-kernel/kernel-modules/kernel-module-nxp-wlan_git.bb
index 235fa93e..cb47756c 100644
--- a/recipes-kernel/kernel-modules/kernel-module-nxp-wlan_git.bb
+++ b/recipes-kernel/kernel-modules/kernel-module-nxp-wlan_git.bb
@@ -21,5 +21,3 @@ S = "${WORKDIR}/git"
21inherit module 21inherit module
22 22
23EXTRA_OEMAKE = "KERNELDIR=${STAGING_KERNEL_BUILDDIR} -C ${STAGING_KERNEL_BUILDDIR} M=${S}" 23EXTRA_OEMAKE = "KERNELDIR=${STAGING_KERNEL_BUILDDIR} -C ${STAGING_KERNEL_BUILDDIR} M=${S}"
24
25COMPATIBLE_MACHINE = "(imx-nxp-bsp)"