freescale-layer: nxp-wlan-sdk: sync with meta-imx scarthgap-6.6.23-2.0.0

Port the latest changes from meta-imx.

https://onedigi.atlassian.net/browse/DEL-9011
https://onedigi.atlassian.net/browse/DEL-9081

Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
Gabriel Valcazar 2024-06-18 17:06:00 +02:00
parent 2d6ab24a6a
commit c8b8edd9e7
1 changed files with 3 additions and 3 deletions

View File

@ -3,12 +3,12 @@ LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://${WORKDIR}/git/LICENSE;md5=ab04ac0f249af12befccb94447c08b77" LIC_FILES_CHKSUM = "file://${WORKDIR}/git/LICENSE;md5=ab04ac0f249af12befccb94447c08b77"
# For Kernel 5.4 and later # For Kernel 5.4 and later
SRCBRANCH = "lf-6.1.55_2.2.0" SRCBRANCH = "lf-6.6.23_2.0.0"
MRVL_SRC ?= "git://github.com/nxp-imx/mwifiex.git;protocol=https" MRVL_SRC ?= "git://github.com/nxp-imx/mwifiex.git;protocol=https"
SRC_URI = "${MRVL_SRC};branch=${SRCBRANCH}" SRC_URI = "${MRVL_SRC};branch=${SRCBRANCH}"
SRCREV = "952d10f3349426f917636a4560974117eb6eef5b" SRCREV = "88372772badbf30152b3ad12ae251dc567095cab"
S = "${WORKDIR}/git/mxm_wifiex/wlan_src" S = "${WORKDIR}/git"
EXTRA_OEMAKE = "KERNELDIR=${STAGING_KERNEL_BUILDDIR}" EXTRA_OEMAKE = "KERNELDIR=${STAGING_KERNEL_BUILDDIR}"