summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleksandr Suvorov <cryosay@gmail.com>2024-05-03 12:05:45 +0300
committerOleksandr Suvorov <cryosay@gmail.com>2024-05-03 12:07:09 +0300
commit1febf170368d11448598fd41e65ac21d85d4ce03 (patch)
tree4bc986f35ca27d37263433bbb7412330d459a144
parent1e88b88a4b68ef1a302d89ed8d405bd0b63e0de7 (diff)
downloadmeta-freescale-1febf170368d11448598fd41e65ac21d85d4ce03.tar.gz
kernel-module-isp-vvcam: 4.2.2.24.0 -> 4.2.2.24.1
Update to the version used in NXP Yocto branch `nanbield-6.6.3-1.0.0`. Relevant changes: - 2102360 M865SW-1204: Fix camera can't work when multi-thread open the same pipeline - a68df9d LF-9283: vvcam: intermittent build failure error opening file: .vvbuf.o.d - 9ba4003 LF-10164: vvcam: bugfix: Remove no used files in vvcam - ed096d6 LF-10166: vvcam: bugfix: Colorspace cause v4l2-compliance failed - 4d0660e M865SW-1173: imx8mp isp: enable latency measurement - 79d8dfa M865SW-1192: ISP driver: vvcam:CONFIG_VIDEOBUF2_DMA_CONTIG leaded vvcam build error - 8cf91bb LF-10167: vvcam: bugfix: colorspace is different between save and load xml - 9c3c367 LF-10010-3: capture: vvcam: fix rebasing to next-20230804 met kernel dump - c08b7d9 LF-9945 capture: vvcam: fix build errors after rebasing to next-20230804 Signed-off-by: Oleksandr Suvorov <cryosay@gmail.com>
-rw-r--r--recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.24.1.bb (renamed from recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.24.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.24.0.bb b/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.24.1.bb
index d5804634..d2c63aa0 100644
--- a/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.24.0.bb
+++ b/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.24.1.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.55_2.2.0" 9SRCBRANCH = "lf-6.6.3_1.0.0"
10SRCREV = "2c762259b979d7ec5a2e17df6ad823de49d43a28" 10SRCREV = "2102360b58d9d1b36bc0c654c8301e4014b33951"
11 11
12S = "${WORKDIR}/git/vvcam/v4l2" 12S = "${WORKDIR}/git/vvcam/v4l2"
13 13