summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJun Zhu <junzhu@nxp.com>2025-08-13 10:31:56 +0800
committerJun Zhu <junzhu@nxp.com>2025-08-13 10:37:46 +0800
commit3b17c90497382425a5e196d60455cf52c6f6e6ed (patch)
treee0bf8bf3abcf2baaf78734a322ead82a94aa95b5
parent568ecd22725c93322e03be31818cb5970562e77c (diff)
downloadmeta-freescale-3b17c90497382425a5e196d60455cf52c6f6e6ed.tar.gz
kernel-module-isp-vvcam: Upgrade 4.2.2.25.1 -> 4.2.2.25.2
This commit add the following source revisions: 191c4b95 LF-14654 initialize q->lock to accommodate community change ee6c79b9 CL1125312 M865SW-1342: Fix vvext capture image fails when do stress test dc686fbb CL1127718 M865SW-1317: Fix frame rate drop issue after disabling dewarp engine Signed-off-by: Jun Zhu <junzhu@nxp.com>
-rw-r--r--recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.25.2.bb (renamed from recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.25.1.bb)7
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.25.1.bb b/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.25.2.bb
index 62dd737cb..058d9e0d8 100644
--- a/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.25.1.bb
+++ b/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.25.2.bb
@@ -1,4 +1,4 @@
1# Copyright (C) 2020-2023 NXP 1# Copyright (C) 2020-2025 NXP
2 2
3DESCRIPTION = "Kernel loadable module for ISP" 3DESCRIPTION = "Kernel loadable module for ISP"
4LICENSE = "GPL-2.0-only" 4LICENSE = "GPL-2.0-only"
@@ -6,8 +6,9 @@ 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.12.y_1.0.0" 9SRCBRANCH = "lf-6.12.y_2.0.0"
10SRCREV = "78d717bb22819df9d988ef1b4e3cca1acf61095d" 10SRCREV = "dc686fbb8b5b2f4cbc58d83756f65ad970b03ac2"
11
11 12
12S = "${UNPACKDIR}/${BP}/vvcam/v4l2" 13S = "${UNPACKDIR}/${BP}/vvcam/v4l2"
13 14