From 93f455a02eaac50e6c7afc8acfefae9f93c5260f Mon Sep 17 00:00:00 2001 From: Vagner Nörnberg Date: Fri, 6 Feb 2026 17:08:49 -0300 Subject: kernel-module-nxp-wlan: Update revisions in recipe metadata MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit meta-imx version: walnascar-6.12.49_2.2.0 (#2423) Signed-off-by: Vagner Nörnberg --- recipes-kernel/kernel-modules/kernel-module-nxp-wlan_git.bb | 10 +++++++--- 1 file changed, 7 insertions(+), 3 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 2341ab0c9..48f1ad724 100644 --- a/recipes-kernel/kernel-modules/kernel-module-nxp-wlan_git.bb +++ b/recipes-kernel/kernel-modules/kernel-module-nxp-wlan_git.bb @@ -2,20 +2,24 @@ SUMMARY = "NXP Wi-Fi driver for module 88w8801/8987/8997/9098 IW416/610/612" LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://LICENSE;md5=ab04ac0f249af12befccb94447c08b77" -# For backwards compatibility PROVIDES += "kernel-module-nxp89xx" RREPLACES:${PN} = "kernel-module-nxp89xx" RPROVIDES:${PN} = "kernel-module-nxp89xx" RCONFLICTS:${PN} = "kernel-module-nxp89xx" -SRCBRANCH = "lf-6.12.20_2.0.0" +KERNEL_MODULE_PROBECONF += "moal" +module_conf_moal = "options moal mod_para=nxp/wifi_mod_para.conf" + +SRCBRANCH = "lf-6.12.49_2.2.0" MRVL_SRC ?= "git://github.com/nxp-imx/mwifiex.git;protocol=https" SRC_URI = " \ ${MRVL_SRC};branch=${SRCBRANCH} \ file://mlinux-moal_main-lower-PRINTM_MMSG-log-level-to-KERN_INFO.patch \ " -SRCREV = "7a8beaa1605cb0870dc7ba3312c76df91cb0d6cf" +SRCREV = "84ca65c9ff935d7f2999af100a82531c22c65234" inherit module EXTRA_OEMAKE = "KERNELDIR=${STAGING_KERNEL_BUILDDIR} -C ${STAGING_KERNEL_BUILDDIR} M=${S}" + +KERNEL_MODULE_AUTOLOAD += "moal" -- cgit v1.2.3-54-g00ecf