From: Daiane Angolini Date: Tue, 1 Feb 2022 13:40:17 +0000 (-0300) Subject: kernel-module-nxp89xx: Add recipe based on NXP lf-5.10.72_2.2.0 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=53128c0aa0e2084ac860dc1a1163da5841498513;p=meta-freescale.git 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 Signed-off-by: Daiane Angolini --- 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 00000000..ab096e81 --- /dev/null +++ b/recipes-kernel/kernel-modules/kernel-module-nxp89xx_git.bb @@ -0,0 +1,14 @@ +SUMMARY = "NXP Wi-Fi driver for module 88w8997/8987" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://gpl-2.0.txt;md5=ab04ac0f249af12befccb94447c08b77" + +SRCBRANCH = "lf-5.10.72_2.2.0" +MRVL_SRC ?= "git://source.codeaurora.org/external/imx/mwifiex.git;protocol=https" +SRC_URI = "${MRVL_SRC};branch=${SRCBRANCH}" +SRCREV = "3c2a3c2cd25e9dce95f34c21bb4e728647eb64ee" + +S = "${WORKDIR}/git/mxm_wifiex/wlan_src" + +inherit module + +EXTRA_OEMAKE = "KERNELDIR=${STAGING_KERNEL_BUILDDIR} -C ${STAGING_KERNEL_BUILDDIR} M=${S}"