diff options
| author | Daiane Angolini <daiane.angolini@foundries.io> | 2022-02-01 10:40:17 -0300 |
|---|---|---|
| committer | Daiane Angolini <daiane.angolini@foundries.io> | 2022-02-01 11:36:27 -0300 |
| commit | 53128c0aa0e2084ac860dc1a1163da5841498513 (patch) | |
| tree | c3dcac0fe0a8a0659a48c5dc416d38aeb5d69e55 | |
| parent | 5f806a7d75dc18477b68a72adbe1efd461bbd635 (diff) | |
| download | meta-freescale-53128c0aa0e2084ac860dc1a1163da5841498513.tar.gz | |
kernel-module-nxp89xx: Add recipe based on NXP lf-5.10.72_2.2.0
NXP Wi-Fi driver for module 88w8997/8987 is not available as part of the
kernel tree on the 5.10-based BSP releases, only via recipe.
Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
| -rw-r--r-- | recipes-kernel/kernel-modules/kernel-module-nxp89xx_git.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes-kernel/kernel-modules/kernel-module-nxp89xx_git.bb b/recipes-kernel/kernel-modules/kernel-module-nxp89xx_git.bb new file mode 100644 index 000000000..ab096e813 --- /dev/null +++ b/recipes-kernel/kernel-modules/kernel-module-nxp89xx_git.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | SUMMARY = "NXP Wi-Fi driver for module 88w8997/8987" | ||
| 2 | LICENSE = "GPLv2" | ||
| 3 | LIC_FILES_CHKSUM = "file://gpl-2.0.txt;md5=ab04ac0f249af12befccb94447c08b77" | ||
| 4 | |||
| 5 | SRCBRANCH = "lf-5.10.72_2.2.0" | ||
| 6 | MRVL_SRC ?= "git://source.codeaurora.org/external/imx/mwifiex.git;protocol=https" | ||
| 7 | SRC_URI = "${MRVL_SRC};branch=${SRCBRANCH}" | ||
| 8 | SRCREV = "3c2a3c2cd25e9dce95f34c21bb4e728647eb64ee" | ||
| 9 | |||
| 10 | S = "${WORKDIR}/git/mxm_wifiex/wlan_src" | ||
| 11 | |||
| 12 | inherit module | ||
| 13 | |||
| 14 | EXTRA_OEMAKE = "KERNELDIR=${STAGING_KERNEL_BUILDDIR} -C ${STAGING_KERNEL_BUILDDIR} M=${S}" | ||
