summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.18.0.bb
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2022-08-19 16:40:32 -0500
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-08-26 20:54:38 +0000
commita2dbc8fbca79ca15929addbbed5b4dcc6b66f5cf (patch)
tree7d65b1587604fe9aacb9a1c485965f14cae7b2bd /recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.18.0.bb
parent727e59a88266c7baac4ad8bec59d3c41865b8efb (diff)
downloadmeta-freescale-a2dbc8fbca79ca15929addbbed5b4dcc6b66f5cf.tar.gz
kernel-module-isp-vvcam: Upgrade 4.2.2.16.0 -> 4.2.2.18.0
The patch 0001-dwe_isr.c-fix-error-found-by-gcc12.patch is now in the source, so drop it. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 54df01e57f0a246240567cef3d6971c4c1f78fc3)
Diffstat (limited to 'recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.18.0.bb')
-rw-r--r--recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.18.0.bb16
1 files changed, 16 insertions, 0 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.18.0.bb
new file mode 100644
index 000000000..078f6a61e
--- /dev/null
+++ b/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.18.0.bb
@@ -0,0 +1,16 @@
1# Copyright 2020-2021 NXP
2
3DESCRIPTION = "Kernel loadable module for ISP"
4LICENSE = "GPL-2.0-only"
5LIC_FILES_CHKSUM = "file://${S}/../LICENSE;md5=64381a6ea83b48c39fe524c85f65fb44"
6
7SRC_URI = "${ISP_KERNEL_SRC};branch=${SRCBRANCH}"
8ISP_KERNEL_SRC ?= "git://source.codeaurora.org/external/imx/isp-vvcam.git;protocol=https"
9SRCBRANCH = "lf-5.15.y_2.0.0"
10SRCREV = "551415470092d6af1d7e11e7a78591f5800333f9"
11
12S = "${WORKDIR}/git/vvcam/v4l2"
13
14inherit module
15
16COMPATIBLE_MACHINE = "(mx8mp-nxp-bsp)"