summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorValentin Jec <valentin.jec@nxp.com>2024-01-10 16:51:00 +0200
committerValentin Jec <valentin.jec@nxp.com>2024-01-16 17:40:40 +0200
commit711571c50dfa620fda0be8d20b7f3ffcf9c033f7 (patch)
treec1342ee48c939e8f6ec335fe313edadc25d60349
parentf4c79fe68478cadb6384748e50720d002c3d9a98 (diff)
downloadmeta-freescale-711571c50dfa620fda0be8d20b7f3ffcf9c033f7.tar.gz
kernel-module-isp-vvcam: 4.2.2.22.0 -> 4.2.2.24.0
Update to the version used in NXP Yocto branch `mickledore-6.1.55-2.2.0`. Signed-off-by: Valentin Jec <valentin.jec@nxp.com>
-rw-r--r--recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.24.0.bb (renamed from recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.22.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.22.0.bb b/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.24.0.bb
index 34625658..d5804634 100644
--- a/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.22.0.bb
+++ b/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.24.0.bb
@@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://${S}/../LICENSE;md5=64381a6ea83b48c39fe524c85f65fb44"
6 6
7SRC_URI = "${ISP_KERNEL_SRC};branch=${SRCBRANCH}" 7SRC_URI = "${ISP_KERNEL_SRC};branch=${SRCBRANCH}"
8ISP_KERNEL_SRC ?= "git://github.com/nxp-imx/isp-vvcam.git;protocol=https" 8ISP_KERNEL_SRC ?= "git://github.com/nxp-imx/isp-vvcam.git;protocol=https"
9SRCBRANCH = "lf-6.1.22_2.0.0" 9SRCBRANCH = "lf-6.1.55_2.2.0"
10SRCREV = "dad0b927a26100ebcfbcb6ad09d64ecde767af7f" 10SRCREV = "2c762259b979d7ec5a2e17df6ad823de49d43a28"
11 11
12S = "${WORKDIR}/git/vvcam/v4l2" 12S = "${WORKDIR}/git/vvcam/v4l2"
13 13