diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2026-02-28 15:53:42 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-28 15:53:42 -0300 |
| commit | 1214fa1bc0ad5778d585c192b82297bad14f9227 (patch) | |
| tree | ae5dc2d7418aadee259a14124c8e254607edae14 | |
| parent | 9e571b55bc96b565069cc278d8ad1ef6b21d2493 (diff) | |
| parent | 93f455a02eaac50e6c7afc8acfefae9f93c5260f (diff) | |
| download | meta-freescale-1214fa1bc0ad5778d585c192b82297bad14f9227.tar.gz | |
Merge pull request #2449 from noreng-br/topic/kernel-modules-update
kernel-modules upgrade
| -rw-r--r-- | recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p4.2.bb (renamed from recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p3.2.bb) | 7 | ||||
| -rw-r--r-- | recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.25.2.bb | 23 | ||||
| -rw-r--r-- | recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.25.4.bb | 23 | ||||
| -rw-r--r-- | recipes-kernel/kernel-modules/kernel-module-nxp-wlan_git.bb | 10 |
4 files changed, 34 insertions, 29 deletions
diff --git a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p3.2.bb b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p4.2.bb index 8670443db..dc0f2886f 100644 --- a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p3.2.bb +++ b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p4.2.bb | |||
| @@ -7,12 +7,13 @@ allowing flexibility to use a newer graphics release with an older kernel." | |||
| 7 | LICENSE = "GPL-2.0-only" | 7 | LICENSE = "GPL-2.0-only" |
| 8 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6" | 8 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6" |
| 9 | 9 | ||
| 10 | SRC_URI = "${LINUX_IMX_SRC};subpath=drivers/mxc/gpu-viv;destsuffix=${S}/src \ | 10 | SRC_URI = "${LINUX_IMX_SRC};subpath=drivers/mxc/gpu-viv;destsuffix=${BP}/src \ |
| 11 | file://Add-makefile.patch" | 11 | file://Add-makefile.patch" |
| 12 | |||
| 12 | LINUX_IMX_SRC ?= "git://github.com/nxp-imx/linux-imx.git;protocol=https;branch=${SRCBRANCH}" | 13 | LINUX_IMX_SRC ?= "git://github.com/nxp-imx/linux-imx.git;protocol=https;branch=${SRCBRANCH}" |
| 13 | SRCBRANCH = "lf-6.12.y" | 14 | SRCBRANCH = "lf-6.12.y" |
| 14 | LOCALVERSION = "-6.12.20-2.0.0" | 15 | LOCALVERSION = "-lts-${SRCBRANCH}" |
| 15 | SRCREV = "d53b3fa8a69bef5ead825e81aa62dbdd08e1409c" | 16 | SRCREV = "807e28f65f46b131a698a4c62e2cc0b6b4682731" |
| 16 | 17 | ||
| 17 | S = "${UNPACKDIR}/${BP}" | 18 | S = "${UNPACKDIR}/${BP}" |
| 18 | 19 | ||
diff --git a/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.25.2.bb b/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.25.2.bb deleted file mode 100644 index 058d9e0d8..000000000 --- a/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.25.2.bb +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 1 | # Copyright (C) 2020-2025 NXP | ||
| 2 | |||
| 3 | DESCRIPTION = "Kernel loadable module for ISP" | ||
| 4 | LICENSE = "GPL-2.0-only" | ||
| 5 | LIC_FILES_CHKSUM = "file://${S}/../LICENSE;md5=64381a6ea83b48c39fe524c85f65fb44" | ||
| 6 | |||
| 7 | SRC_URI = "${ISP_KERNEL_SRC};branch=${SRCBRANCH}" | ||
| 8 | ISP_KERNEL_SRC ?= "git://github.com/nxp-imx/isp-vvcam.git;protocol=https" | ||
| 9 | SRCBRANCH = "lf-6.12.y_2.0.0" | ||
| 10 | SRCREV = "dc686fbb8b5b2f4cbc58d83756f65ad970b03ac2" | ||
| 11 | |||
| 12 | |||
| 13 | S = "${UNPACKDIR}/${BP}/vvcam/v4l2" | ||
| 14 | |||
| 15 | inherit module | ||
| 16 | |||
| 17 | MODULES_MODULE_SYMVERS_LOCATION = "dwe" | ||
| 18 | |||
| 19 | DEBUG_PREFIX_MAP:prepend = " \ | ||
| 20 | -fmacro-prefix-map=${UNPACKDIR}/${BP}/vvcam=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR} \ | ||
| 21 | -fdebug-prefix-map=${UNPACKDIR}/${BP}/vvcam=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR} " | ||
| 22 | |||
| 23 | COMPATIBLE_MACHINE = "(mx8mp-nxp-bsp)" | ||
diff --git a/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.25.4.bb b/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.25.4.bb new file mode 100644 index 000000000..2da42a7dc --- /dev/null +++ b/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.25.4.bb | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | # Copyright 2020-2023 NXP | ||
| 2 | |||
| 3 | DESCRIPTION = "Kernel loadable module for ISP" | ||
| 4 | LICENSE = "GPL-2.0-only" | ||
| 5 | |||
| 6 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6" | ||
| 7 | |||
| 8 | SRC_URI = "${ISP_KERNEL_SRC};branch=${SRCBRANCH}" | ||
| 9 | ISP_KERNEL_SRC ?= "git://github.com/nxp-imx/isp-vvcam.git;protocol=https" | ||
| 10 | SRCBRANCH = "lf-6.12.y_2.2.0" | ||
| 11 | SRCREV = "ad057a15dd57e053e3596ae83b45ea96835acd3e" | ||
| 12 | |||
| 13 | S = "${UNPACKDIR}/${BP}/vvcam/v4l2" | ||
| 14 | |||
| 15 | inherit module | ||
| 16 | |||
| 17 | MODULES_MODULE_SYMVERS_LOCATION = "dwe" | ||
| 18 | |||
| 19 | DEBUG_PREFIX_MAP:prepend = " \ | ||
| 20 | -fmacro-prefix-map=${WORKDIR}/sources=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR} \ | ||
| 21 | -fdebug-prefix-map=${WORKDIR}/sources=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR} " | ||
| 22 | |||
| 23 | COMPATIBLE_MACHINE = "(mx8mp-nxp-bsp)" | ||
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 2341ab0c9..48f1ad724 100644 --- a/recipes-kernel/kernel-modules/kernel-module-nxp-wlan_git.bb +++ b/recipes-kernel/kernel-modules/kernel-module-nxp-wlan_git.bb | |||
| @@ -2,20 +2,24 @@ SUMMARY = "NXP Wi-Fi driver for module 88w8801/8987/8997/9098 IW416/610/612" | |||
| 2 | LICENSE = "GPL-2.0-only" | 2 | LICENSE = "GPL-2.0-only" |
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ab04ac0f249af12befccb94447c08b77" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ab04ac0f249af12befccb94447c08b77" |
| 4 | 4 | ||
| 5 | # For backwards compatibility | ||
| 6 | PROVIDES += "kernel-module-nxp89xx" | 5 | PROVIDES += "kernel-module-nxp89xx" |
| 7 | RREPLACES:${PN} = "kernel-module-nxp89xx" | 6 | RREPLACES:${PN} = "kernel-module-nxp89xx" |
| 8 | RPROVIDES:${PN} = "kernel-module-nxp89xx" | 7 | RPROVIDES:${PN} = "kernel-module-nxp89xx" |
| 9 | RCONFLICTS:${PN} = "kernel-module-nxp89xx" | 8 | RCONFLICTS:${PN} = "kernel-module-nxp89xx" |
| 10 | 9 | ||
| 11 | SRCBRANCH = "lf-6.12.20_2.0.0" | 10 | KERNEL_MODULE_PROBECONF += "moal" |
| 11 | module_conf_moal = "options moal mod_para=nxp/wifi_mod_para.conf" | ||
| 12 | |||
| 13 | SRCBRANCH = "lf-6.12.49_2.2.0" | ||
| 12 | MRVL_SRC ?= "git://github.com/nxp-imx/mwifiex.git;protocol=https" | 14 | MRVL_SRC ?= "git://github.com/nxp-imx/mwifiex.git;protocol=https" |
| 13 | SRC_URI = " \ | 15 | SRC_URI = " \ |
| 14 | ${MRVL_SRC};branch=${SRCBRANCH} \ | 16 | ${MRVL_SRC};branch=${SRCBRANCH} \ |
| 15 | file://mlinux-moal_main-lower-PRINTM_MMSG-log-level-to-KERN_INFO.patch \ | 17 | file://mlinux-moal_main-lower-PRINTM_MMSG-log-level-to-KERN_INFO.patch \ |
| 16 | " | 18 | " |
| 17 | SRCREV = "7a8beaa1605cb0870dc7ba3312c76df91cb0d6cf" | 19 | SRCREV = "84ca65c9ff935d7f2999af100a82531c22c65234" |
| 18 | 20 | ||
| 19 | inherit module | 21 | inherit module |
| 20 | 22 | ||
| 21 | EXTRA_OEMAKE = "KERNELDIR=${STAGING_KERNEL_BUILDDIR} -C ${STAGING_KERNEL_BUILDDIR} M=${S}" | 23 | EXTRA_OEMAKE = "KERNELDIR=${STAGING_KERNEL_BUILDDIR} -C ${STAGING_KERNEL_BUILDDIR} M=${S}" |
| 24 | |||
| 25 | KERNEL_MODULE_AUTOLOAD += "moal" | ||
