diff options
Diffstat (limited to 'recipes-kernel/kernel-modules/kernel-module-nxp-wlan_git.bb')
| -rw-r--r-- | recipes-kernel/kernel-modules/kernel-module-nxp-wlan_git.bb | 22 |
1 files changed, 22 insertions, 0 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 new file mode 100644 index 000000000..db385d180 --- /dev/null +++ b/recipes-kernel/kernel-modules/kernel-module-nxp-wlan_git.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | SUMMARY = "NXP Wi-Fi driver for module 88w8801/8987/8997/9098 IW416/612" | ||
| 2 | LICENSE = "GPL-2.0-only" | ||
| 3 | LIC_FILES_CHKSUM = "file://../../LICENSE;md5=ab04ac0f249af12befccb94447c08b77" | ||
| 4 | |||
| 5 | # For backwards compatibility | ||
| 6 | PROVIDES += "kernel-module-nxp89xx" | ||
| 7 | RREPLACES:${PN} = "kernel-module-nxp89xx" | ||
| 8 | RPROVIDES:${PN} = "kernel-module-nxp89xx" | ||
| 9 | RCONFLICTS:${PN} = "kernel-module-nxp89xx" | ||
| 10 | |||
| 11 | SRCBRANCH = "lf-6.1.22_2.0.0" | ||
| 12 | MRVL_SRC ?= "git://github.com/nxp-imx/mwifiex.git;protocol=https" | ||
| 13 | SRC_URI = "${MRVL_SRC};branch=${SRCBRANCH}" | ||
| 14 | SRCREV = "f1382ccbd34fc22daf504e798745f6cddb702b82" | ||
| 15 | |||
| 16 | S = "${WORKDIR}/git/mxm_wifiex/wlan_src" | ||
| 17 | |||
| 18 | inherit module | ||
| 19 | |||
| 20 | EXTRA_OEMAKE = "KERNELDIR=${STAGING_KERNEL_BUILDDIR} -C ${STAGING_KERNEL_BUILDDIR} M=${S}" | ||
| 21 | |||
| 22 | COMPATIBLE_MACHINE = "(imx-nxp-bsp)" | ||
