diff options
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.bb | 2 | ||||
| -rw-r--r-- | recipes-kernel/kernel-modules/kernel-module-nxp-wlan_git.bb | 13 |
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 | ||
| 12 | PV .= "+git${SRCPV}" | 12 | PV .= "+git${SRCPV}" |
| 13 | 13 | ||
| 14 | SRCREV = "4d035200e7b15d2713d49979a1d05f201b92cf4c" | ||
| 15 | SRC_URI = "git://github.com/Freescale/kernel-module-imx-gpu-viv.git;protocol=https;branch=master" | 14 | SRC_URI = "git://github.com/Freescale/kernel-module-imx-gpu-viv.git;protocol=https;branch=master" |
| 15 | SRCREV = "4d035200e7b15d2713d49979a1d05f201b92cf4c" | ||
| 16 | 16 | ||
| 17 | inherit module | 17 | inherit 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" | |||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ab04ac0f249af12befccb94447c08b77" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ab04ac0f249af12befccb94447c08b77" |
| 7 | 7 | ||
| 8 | PROVIDES += "kernel-module-nxp89xx" | 8 | PROVIDES += "kernel-module-nxp89xx" |
| 9 | RREPLACES:${PN} = "kernel-module-nxp89xx" | ||
| 10 | RPROVIDES:${PN} = "kernel-module-nxp89xx" | ||
| 11 | RCONFLICTS:${PN} = "kernel-module-nxp89xx" | ||
| 12 | |||
| 13 | KERNEL_MODULE_PROBECONF += "moal" | ||
| 14 | module_conf_moal = "options moal mod_para=nxp/wifi_mod_para.conf" | ||
| 15 | 9 | ||
| 16 | SRC_URI = "\ | 10 | SRC_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" | |||
| 21 | SRCBRANCH = "lf-6.18.2_1.0.0" | 15 | SRCBRANCH = "lf-6.18.2_1.0.0" |
| 22 | SRCREV = "a5fe4e194bf99315e349d81d77d6dfacec70757a" | 16 | SRCREV = "a5fe4e194bf99315e349d81d77d6dfacec70757a" |
| 23 | 17 | ||
| 18 | RREPLACES:${PN} = "kernel-module-nxp89xx" | ||
| 19 | RPROVIDES:${PN} = "kernel-module-nxp89xx" | ||
| 20 | RCONFLICTS:${PN} = "kernel-module-nxp89xx" | ||
| 21 | |||
| 22 | KERNEL_MODULE_PROBECONF += "moal" | ||
| 23 | module_conf_moal = "options moal mod_para=nxp/wifi_mod_para.conf" | ||
| 24 | |||
| 24 | inherit module | 25 | inherit module |
| 25 | 26 | ||
| 26 | EXTRA_OEMAKE = "KERNELDIR=${STAGING_KERNEL_BUILDDIR} -C ${STAGING_KERNEL_BUILDDIR} M=${S}" | 27 | EXTRA_OEMAKE = "KERNELDIR=${STAGING_KERNEL_BUILDDIR} -C ${STAGING_KERNEL_BUILDDIR} M=${S}" |
