summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorJun Zhu <junzhu@nxp.com>2023-07-12 22:21:18 +0800
committerJun Zhu <junzhu@nxp.com>2023-07-15 18:07:07 +0800
commit10751c2f1adcb2a3e6242f090b55a793bf05e16a (patch)
tree199b48f59d1c500bd536f2909eeffa95220dcffe /recipes-kernel
parent3c048a97ad04c37e7d3cac2cc01f872b58488d9b (diff)
downloadmeta-freescale-10751c2f1adcb2a3e6242f090b55a793bf05e16a.tar.gz
kernel-module-nxp-wlan: Rename it from kernel-module-nxp89xx
NXP Wi-Fi all-on-one driver: - Supports more Wi-Fi modules: 88w8801/8987/8997/9098 IW416/612 - Uses the new name to align with thus enhancement Signed-off-by: Jun Zhu <junzhu@nxp.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/kernel-modules/kernel-module-nxp-wlan_git.bb (renamed from recipes-kernel/kernel-modules/kernel-module-nxp89xx_git.bb)7
1 files changed, 6 insertions, 1 deletions
diff --git a/recipes-kernel/kernel-modules/kernel-module-nxp89xx_git.bb b/recipes-kernel/kernel-modules/kernel-module-nxp-wlan_git.bb
index 8dde6921..db385d18 100644
--- a/recipes-kernel/kernel-modules/kernel-module-nxp89xx_git.bb
+++ b/recipes-kernel/kernel-modules/kernel-module-nxp-wlan_git.bb
@@ -2,6 +2,12 @@ SUMMARY = "NXP Wi-Fi driver for module 88w8801/8987/8997/9098 IW416/612"
2LICENSE = "GPL-2.0-only" 2LICENSE = "GPL-2.0-only"
3LIC_FILES_CHKSUM = "file://../../LICENSE;md5=ab04ac0f249af12befccb94447c08b77" 3LIC_FILES_CHKSUM = "file://../../LICENSE;md5=ab04ac0f249af12befccb94447c08b77"
4 4
5# For backwards compatibility
6PROVIDES += "kernel-module-nxp89xx"
7RREPLACES:${PN} = "kernel-module-nxp89xx"
8RPROVIDES:${PN} = "kernel-module-nxp89xx"
9RCONFLICTS:${PN} = "kernel-module-nxp89xx"
10
5SRCBRANCH = "lf-6.1.22_2.0.0" 11SRCBRANCH = "lf-6.1.22_2.0.0"
6MRVL_SRC ?= "git://github.com/nxp-imx/mwifiex.git;protocol=https" 12MRVL_SRC ?= "git://github.com/nxp-imx/mwifiex.git;protocol=https"
7SRC_URI = "${MRVL_SRC};branch=${SRCBRANCH}" 13SRC_URI = "${MRVL_SRC};branch=${SRCBRANCH}"
@@ -14,4 +20,3 @@ inherit module
14EXTRA_OEMAKE = "KERNELDIR=${STAGING_KERNEL_BUILDDIR} -C ${STAGING_KERNEL_BUILDDIR} M=${S}" 20EXTRA_OEMAKE = "KERNELDIR=${STAGING_KERNEL_BUILDDIR} -C ${STAGING_KERNEL_BUILDDIR} M=${S}"
15 21
16COMPATIBLE_MACHINE = "(imx-nxp-bsp)" 22COMPATIBLE_MACHINE = "(imx-nxp-bsp)"
17