summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.16.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.16.0.bb')
-rw-r--r--recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.16.0.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.16.0.bb b/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.16.0.bb
new file mode 100644
index 00000000..e9a09ad7
--- /dev/null
+++ b/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.16.0.bb
@@ -0,0 +1,19 @@
1# Copyright 2020-2021 NXP
2
3DESCRIPTION = "Kernel loadable module for ISP"
4LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://${WORKDIR}/git/vvcam/LICENSE;md5=64381a6ea83b48c39fe524c85f65fb44"
6
7SRCBRANCH = "lf-5.10.y_2.2.0"
8ISP_KERNEL_SRC ?= "git://source.codeaurora.org/external/imx/isp-vvcam.git;protocol=https;branch=master"
9
10SRC_URI = " \
11 ${ISP_KERNEL_SRC};branch=${SRCBRANCH} \
12"
13SRCREV = "b2321c0c513322aca8187ebf0328b74fe45a0f01"
14
15S = "${WORKDIR}/git/vvcam/v4l2"
16
17inherit module
18
19COMPATIBLE_MACHINE = "(mx8mp)"