diff options
Diffstat (limited to 'recipes-kernel/kernel-modules/kernel-module-nxp-wlan_git.bb')
| -rw-r--r-- | recipes-kernel/kernel-modules/kernel-module-nxp-wlan_git.bb | 13 |
1 files changed, 7 insertions, 6 deletions
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}" |
