summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/kernel-modules
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/kernel-modules')
-rw-r--r--recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p2.2+fslc.bb2
-rw-r--r--recipes-kernel/kernel-modules/kernel-module-nxp-wlan_git.bb13
2 files changed, 8 insertions, 7 deletions
diff --git a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p2.2+fslc.bb b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p2.2+fslc.bb
index 66889ae65..8bfb5aec4 100644
--- a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p2.2+fslc.bb
+++ b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p2.2+fslc.bb
@@ -11,8 +11,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e"
11 11
12PV .= "+git${SRCPV}" 12PV .= "+git${SRCPV}"
13 13
14SRCREV = "4d035200e7b15d2713d49979a1d05f201b92cf4c"
15SRC_URI = "git://github.com/Freescale/kernel-module-imx-gpu-viv.git;protocol=https;branch=master" 14SRC_URI = "git://github.com/Freescale/kernel-module-imx-gpu-viv.git;protocol=https;branch=master"
15SRCREV = "4d035200e7b15d2713d49979a1d05f201b92cf4c"
16 16
17inherit module 17inherit module
18 18
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 7af9d3e4b..b82a3a58e 100644
--- a/recipes-kernel/kernel-modules/kernel-module-nxp-wlan_git.bb
+++ b/recipes-kernel/kernel-modules/kernel-module-nxp-wlan_git.bb
@@ -6,12 +6,6 @@ LICENSE = "GPL-2.0-only"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=ab04ac0f249af12befccb94447c08b77" 6LIC_FILES_CHKSUM = "file://LICENSE;md5=ab04ac0f249af12befccb94447c08b77"
7 7
8PROVIDES += "kernel-module-nxp89xx" 8PROVIDES += "kernel-module-nxp89xx"
9RREPLACES:${PN} = "kernel-module-nxp89xx"
10RPROVIDES:${PN} = "kernel-module-nxp89xx"
11RCONFLICTS:${PN} = "kernel-module-nxp89xx"
12
13KERNEL_MODULE_PROBECONF += "moal"
14module_conf_moal = "options moal mod_para=nxp/wifi_mod_para.conf"
15 9
16SRC_URI = "\ 10SRC_URI = "\
17 ${MRVL_SRC};branch=${SRCBRANCH} \ 11 ${MRVL_SRC};branch=${SRCBRANCH} \
@@ -21,6 +15,13 @@ MRVL_SRC ?= "git://github.com/nxp-imx/mwifiex.git;protocol=https"
21SRCBRANCH = "lf-6.18.2_1.0.0" 15SRCBRANCH = "lf-6.18.2_1.0.0"
22SRCREV = "a5fe4e194bf99315e349d81d77d6dfacec70757a" 16SRCREV = "a5fe4e194bf99315e349d81d77d6dfacec70757a"
23 17
18RREPLACES:${PN} = "kernel-module-nxp89xx"
19RPROVIDES:${PN} = "kernel-module-nxp89xx"
20RCONFLICTS:${PN} = "kernel-module-nxp89xx"
21
22KERNEL_MODULE_PROBECONF += "moal"
23module_conf_moal = "options moal mod_para=nxp/wifi_mod_para.conf"
24
24inherit module 25inherit module
25 26
26EXTRA_OEMAKE = "KERNELDIR=${STAGING_KERNEL_BUILDDIR} -C ${STAGING_KERNEL_BUILDDIR} M=${S}" 27EXTRA_OEMAKE = "KERNELDIR=${STAGING_KERNEL_BUILDDIR} -C ${STAGING_KERNEL_BUILDDIR} M=${S}"