diff options
| author | Jun Zhu <junzhu@nxp.com> | 2025-08-13 10:31:56 +0800 |
|---|---|---|
| committer | Jun Zhu <junzhu@nxp.com> | 2025-08-13 10:37:46 +0800 |
| commit | 3b17c90497382425a5e196d60455cf52c6f6e6ed (patch) | |
| tree | e0bf8bf3abcf2baaf78734a322ead82a94aa95b5 | |
| parent | 568ecd22725c93322e03be31818cb5970562e77c (diff) | |
| download | meta-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 | ||
| 3 | DESCRIPTION = "Kernel loadable module for ISP" | 3 | DESCRIPTION = "Kernel loadable module for ISP" |
| 4 | LICENSE = "GPL-2.0-only" | 4 | LICENSE = "GPL-2.0-only" |
| @@ -6,8 +6,9 @@ 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.12.y_1.0.0" | 9 | SRCBRANCH = "lf-6.12.y_2.0.0" |
| 10 | SRCREV = "78d717bb22819df9d988ef1b4e3cca1acf61095d" | 10 | SRCREV = "dc686fbb8b5b2f4cbc58d83756f65ad970b03ac2" |
| 11 | |||
| 11 | 12 | ||
| 12 | S = "${UNPACKDIR}/${BP}/vvcam/v4l2" | 13 | S = "${UNPACKDIR}/${BP}/vvcam/v4l2" |
| 13 | 14 | ||
