diff options
author | Oleksandr Suvorov <cryosay@gmail.com> | 2024-05-03 12:05:45 +0300 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-05-03 11:47:24 +0000 |
commit | a67ed04ec400a3183ad19455f54a4b3d402c9893 (patch) | |
tree | 82fe706a0aecf801a0717ce82185ecaea540d838 | |
parent | 1ff191d4eeedb055c8037234282cf2036ae84b6a (diff) | |
download | meta-freescale-a67ed04ec400a3183ad19455f54a4b3d402c9893.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>
(cherry picked from commit 1febf170368d11448598fd41e65ac21d85d4ce03)
-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 d5804634f..d2c63aa05 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 | ||
7 | SRC_URI = "${ISP_KERNEL_SRC};branch=${SRCBRANCH}" | 7 | SRC_URI = "${ISP_KERNEL_SRC};branch=${SRCBRANCH}" |
8 | ISP_KERNEL_SRC ?= "git://github.com/nxp-imx/isp-vvcam.git;protocol=https" | 8 | ISP_KERNEL_SRC ?= "git://github.com/nxp-imx/isp-vvcam.git;protocol=https" |
9 | SRCBRANCH = "lf-6.1.55_2.2.0" | 9 | SRCBRANCH = "lf-6.6.3_1.0.0" |
10 | SRCREV = "2c762259b979d7ec5a2e17df6ad823de49d43a28" | 10 | SRCREV = "2102360b58d9d1b36bc0c654c8301e4014b33951" |
11 | 11 | ||
12 | S = "${WORKDIR}/git/vvcam/v4l2" | 12 | S = "${WORKDIR}/git/vvcam/v4l2" |
13 | 13 | ||