diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2023-05-09 08:19:48 +0000 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-05-10 10:12:02 +0000 |
commit | f141fcec74b4195c4af035c6bf4cc7a7f79fce45 (patch) | |
tree | 717bbcd93f118d4eca3fb3e50d972d97de10554d | |
parent | d93a083d8fe13c37d80788858ca582e58f4e15cb (diff) | |
download | meta-freescale-f141fcec74b4195c4af035c6bf4cc7a7f79fce45.tar.gz |
kernel-module-nxp89xx: upgrade to lf-6.1.1_1.0.0
Update to the version used in NXP BSP release L6.1.1-1.0.0.
Signed-off-by: Samuli Piippo <samuli.piippo@qt.io>
(cherry picked from commit 15bca86b591390dfa15223cdeaae44d452ab7c83)
-rw-r--r-- | recipes-kernel/kernel-modules/kernel-module-nxp89xx_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/kernel-modules/kernel-module-nxp89xx_git.bb b/recipes-kernel/kernel-modules/kernel-module-nxp89xx_git.bb index 827dc94a..721d59dd 100644 --- a/recipes-kernel/kernel-modules/kernel-module-nxp89xx_git.bb +++ b/recipes-kernel/kernel-modules/kernel-module-nxp89xx_git.bb | |||
@@ -1,11 +1,11 @@ | |||
1 | SUMMARY = "NXP Wi-Fi driver for module 88w8997/8987" | 1 | SUMMARY = "NXP Wi-Fi driver for module 88w8997/8987" |
2 | LICENSE = "GPL-2.0-only" | 2 | LICENSE = "GPL-2.0-only" |
3 | LIC_FILES_CHKSUM = "file://gpl-2.0.txt;md5=ab04ac0f249af12befccb94447c08b77" | 3 | LIC_FILES_CHKSUM = "file://../../LICENSE;md5=ab04ac0f249af12befccb94447c08b77" |
4 | 4 | ||
5 | SRCBRANCH = "lf-5.15.52_2.1.0" | 5 | SRCBRANCH = "lf-6.1.1_1.0.0" |
6 | MRVL_SRC ?= "git://github.com/nxp-imx/mwifiex.git;protocol=https" | 6 | MRVL_SRC ?= "git://github.com/nxp-imx/mwifiex.git;protocol=https" |
7 | SRC_URI = "${MRVL_SRC};branch=${SRCBRANCH}" | 7 | SRC_URI = "${MRVL_SRC};branch=${SRCBRANCH}" |
8 | SRCREV = "5cda905576fd26eca6b49d0f0fb5e2bb3c0bf441" | 8 | SRCREV = "98e5b28b1a7afea9dbded4067e93bfd584531a79" |
9 | 9 | ||
10 | S = "${WORKDIR}/git/mxm_wifiex/wlan_src" | 10 | S = "${WORKDIR}/git/mxm_wifiex/wlan_src" |
11 | 11 | ||