summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2022-11-21 17:19:19 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-11-25 19:46:41 +0000
commitc24381b41c56cad8c482b57b598edc5e352010d4 (patch)
tree5f4f52884f875d2e49cbaf9c48abfa6e462c52b5
parentf678a6d52c70fe9a9ccdda75aa71f894f54c7b39 (diff)
downloadmeta-freescale-c24381b41c56cad8c482b57b598edc5e352010d4.tar.gz
kernel-module-isp-vvcam: upgrade from 4.2.2.18.0 to 4.2.2.19.0
Update to the version used in lf5.15.52_2.1.0. Commit history: * b26ee8a LF-6957: P19 os08a20 4K@30fps image is abnormal * c98a7dc LF-6890: media: isp: fix build error due to API renamed * 62545f6 M865SW-984: Reduce write isp registers' risks that leaded the vvext test met system hung issue. * 6b4cb8e M865SW-1031: the second isp port jump frames * 11110c0 LF-6655: ISP Camera: os08a20 4k@15fps ISP stiching HDR setting support * 6be15f1 LF-6619: CAPTURE: os08a20 4k@30fps linear mode support * 48fb81b LF-6601-1: Update vvcam P19 release for the vvcam * aa19ac5 fix the rmmod vvcam-isp kernel null point * 1481da2 add the isp multiply power domain device link ways. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 7f551ae01ebfa29b155671565885b711dee020c0)
-rw-r--r--recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.19.0.bb (renamed from recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.18.0.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.18.0.bb b/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.19.0.bb
index 078f6a61..816d4acc 100644
--- a/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.18.0.bb
+++ b/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.19.0.bb
@@ -5,9 +5,9 @@ LICENSE = "GPL-2.0-only"
5LIC_FILES_CHKSUM = "file://${S}/../LICENSE;md5=64381a6ea83b48c39fe524c85f65fb44" 5LIC_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://source.codeaurora.org/external/imx/isp-vvcam.git;protocol=https" 8ISP_KERNEL_SRC ?= "git://github.com/nxp-imx/isp-vvcam.git;protocol=https"
9SRCBRANCH = "lf-5.15.y_2.0.0" 9SRCBRANCH = "lf-5.15.y_2.1.0"
10SRCREV = "551415470092d6af1d7e11e7a78591f5800333f9" 10SRCREV = "b26ee8a5402afd7488716e06d82147669c05eb4a"
11 11
12S = "${WORKDIR}/git/vvcam/v4l2" 12S = "${WORKDIR}/git/vvcam/v4l2"
13 13