mirror of
https://github.com/nxp-imx/meta-imx.git
synced 2025-10-22 15:22:15 +02:00
15 lines
485 B
HTML
15 lines
485 B
HTML
SUMMARY = "NXP Wi-Fi SDK for module 88w8801/8987/8997/9098 and IW416/612"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://${WORKDIR}/git/LICENSE;md5=ab04ac0f249af12befccb94447c08b77"
|
|
|
|
# For Kernel 5.4 and later
|
|
SRCBRANCH = "lf-6.12.3_1.0.0"
|
|
MRVL_SRC ?= "git://github.com/nxp-imx/mwifiex.git;protocol=https"
|
|
SRC_URI = "${MRVL_SRC};branch=${SRCBRANCH}"
|
|
SRCREV = "0396cfb38ad73a3d587cd0f8c139b47801e70891"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
EXTRA_OEMAKE = "KERNELDIR=${STAGING_KERNEL_BUILDDIR}"
|
|
|