summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2022-11-25 16:56:04 -0300
committerGitHub <noreply@github.com>2022-11-25 16:56:04 -0300
commit04f1419518d41db95f3f33d1d82c1d00853715ff (patch)
tree15af260703fe7b884ee3ea7fe4b83e950a80805f /recipes-kernel
parent916f0760aa0f6ec29b7c74bbac1806cd1d9afb75 (diff)
parentd0bd76df6c13f735433f202ec107ca42529f13b0 (diff)
downloadmeta-freescale-04f1419518d41db95f3f33d1d82c1d00853715ff.tar.gz
Merge pull request #1312 from Freescale/backport-1310-to-kirkstone
[Backport kirkstone] Upgrade Multimedia Packages to lf5.15.52_2.1.0
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.18.0.bb16
-rw-r--r--recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.19.0.bb24
-rw-r--r--recipes-kernel/kernel-modules/kernel-module-nxp89xx_git.bb6
3 files changed, 27 insertions, 19 deletions
diff --git a/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.18.0.bb b/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.18.0.bb
deleted file mode 100644
index 078f6a61..00000000
--- a/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.18.0.bb
+++ /dev/null
@@ -1,16 +0,0 @@
1# Copyright 2020-2021 NXP
2
3DESCRIPTION = "Kernel loadable module for ISP"
4LICENSE = "GPL-2.0-only"
5LIC_FILES_CHKSUM = "file://${S}/../LICENSE;md5=64381a6ea83b48c39fe524c85f65fb44"
6
7SRC_URI = "${ISP_KERNEL_SRC};branch=${SRCBRANCH}"
8ISP_KERNEL_SRC ?= "git://source.codeaurora.org/external/imx/isp-vvcam.git;protocol=https"
9SRCBRANCH = "lf-5.15.y_2.0.0"
10SRCREV = "551415470092d6af1d7e11e7a78591f5800333f9"
11
12S = "${WORKDIR}/git/vvcam/v4l2"
13
14inherit module
15
16COMPATIBLE_MACHINE = "(mx8mp-nxp-bsp)"
diff --git a/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.19.0.bb b/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.19.0.bb
new file mode 100644
index 00000000..05431165
--- /dev/null
+++ b/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.19.0.bb
@@ -0,0 +1,24 @@
1# Copyright 2020-2021 NXP
2
3DESCRIPTION = "Kernel loadable module for ISP"
4LICENSE = "GPL-2.0-only"
5LIC_FILES_CHKSUM = "file://${S}/../LICENSE;md5=64381a6ea83b48c39fe524c85f65fb44"
6
7SRC_URI = "${ISP_KERNEL_SRC};branch=${SRCBRANCH}"
8ISP_KERNEL_SRC ?= "git://github.com/nxp-imx/isp-vvcam.git;protocol=https"
9SRCBRANCH = "lf-5.15.y_2.1.0"
10SRCREV = "b26ee8a5402afd7488716e06d82147669c05eb4a"
11
12S = "${WORKDIR}/git/vvcam/v4l2"
13DEBUG_PREFIX_MAP = "-fmacro-prefix-map=${WORKDIR}/git/vvcam=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR} \
14 -fdebug-prefix-map=${WORKDIR}/git/vvcam=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR} \
15 -fmacro-prefix-map=${B}=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR} \
16 -fdebug-prefix-map=${B}=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR} \
17 -fdebug-prefix-map=${STAGING_DIR_HOST}= \
18 -fmacro-prefix-map=${STAGING_DIR_HOST}= \
19 -fdebug-prefix-map=${STAGING_DIR_NATIVE}= \
20"
21
22inherit module
23
24COMPATIBLE_MACHINE = "(mx8mp-nxp-bsp)"
diff --git a/recipes-kernel/kernel-modules/kernel-module-nxp89xx_git.bb b/recipes-kernel/kernel-modules/kernel-module-nxp89xx_git.bb
index 00747f72..827dc94a 100644
--- a/recipes-kernel/kernel-modules/kernel-module-nxp89xx_git.bb
+++ b/recipes-kernel/kernel-modules/kernel-module-nxp89xx_git.bb
@@ -2,10 +2,10 @@ SUMMARY = "NXP Wi-Fi driver for module 88w8997/8987"
2LICENSE = "GPL-2.0-only" 2LICENSE = "GPL-2.0-only"
3LIC_FILES_CHKSUM = "file://gpl-2.0.txt;md5=ab04ac0f249af12befccb94447c08b77" 3LIC_FILES_CHKSUM = "file://gpl-2.0.txt;md5=ab04ac0f249af12befccb94447c08b77"
4 4
5SRCBRANCH = "lf-5.10.72_2.2.0" 5SRCBRANCH = "lf-5.15.52_2.1.0"
6MRVL_SRC ?= "git://source.codeaurora.org/external/imx/mwifiex.git;protocol=https" 6MRVL_SRC ?= "git://github.com/nxp-imx/mwifiex.git;protocol=https"
7SRC_URI = "${MRVL_SRC};branch=${SRCBRANCH}" 7SRC_URI = "${MRVL_SRC};branch=${SRCBRANCH}"
8SRCREV = "3c2a3c2cd25e9dce95f34c21bb4e728647eb64ee" 8SRCREV = "5cda905576fd26eca6b49d0f0fb5e2bb3c0bf441"
9 9
10S = "${WORKDIR}/git/mxm_wifiex/wlan_src" 10S = "${WORKDIR}/git/mxm_wifiex/wlan_src"
11 11