summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2023-06-02 17:07:31 -0300
committerGitHub <noreply@github.com>2023-06-02 17:07:31 -0300
commit3e876eb3a56e62e9c46d81d658d5ba799fcdde09 (patch)
tree2fc5311cf9da2d978ca93355a2c1e5acd0c55bc5 /recipes-kernel
parent23a13d7223555d5906d600a2a6d8dcf79865f3bb (diff)
parentd674ba9a3c85adc58b06a559f13a3139b31320a9 (diff)
downloadmeta-freescale-3e876eb3a56e62e9c46d81d658d5ba799fcdde09.tar.gz
Merge pull request #1560 from chrisdimich/master
Update various recipes as per NXP release 6.1.1-1.0.0
Diffstat (limited to 'recipes-kernel')
-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-isp-vvcam_4.2.2.21.0.bb20
2 files changed, 20 insertions, 24 deletions
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
deleted file mode 100644
index 05431165..00000000
--- a/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.19.0.bb
+++ /dev/null
@@ -1,24 +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://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-isp-vvcam_4.2.2.21.0.bb b/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.21.0.bb
new file mode 100644
index 00000000..206018eb
--- /dev/null
+++ b/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.21.0.bb
@@ -0,0 +1,20 @@
1# Copyright 2020-2022 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-6.1.y_1.0.0"
10SRCREV = "774808215a15e2acdc02967907c47515e3512f2d"
11
12S = "${WORKDIR}/git/vvcam/v4l2"
13
14inherit module
15
16DEBUG_PREFIX_MAP:prepend = " \
17 -fmacro-prefix-map=${WORKDIR}/git/vvcam=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR} \
18 -fdebug-prefix-map=${WORKDIR}/git/vvcam=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR} "
19
20COMPATIBLE_MACHINE = "(mx8mp-nxp-bsp)"