]> code.ossystems Code Review - meta-freescale.git/commitdiff
kernel-module-isp-vvcam: add recipe
authorChris Dimich <Chris.Dimich@boundarydevices.com>
Tue, 16 Feb 2021 07:10:57 +0000 (23:10 -0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 16 Feb 2021 14:46:58 +0000 (11:46 -0300)
Signed-off-by: Chris Dimich <Chris.Dimich@boundarydevices.com>
recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.6.0.bb [new file with mode: 0644]

diff --git a/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.6.0.bb b/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.6.0.bb
new file mode 100644 (file)
index 0000000..5ab66e9
--- /dev/null
@@ -0,0 +1,17 @@
+# Copyright 2020 NXP
+
+DESCRIPTION = "Kernel loadable module for ISP"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://${WORKDIR}/git/vvcam/LICENSE;md5=64381a6ea83b48c39fe524c85f65fb44"
+
+SRCBRANCH = "imx_5.4.70_2.3.0"
+ISP_KERNEL_SRC ?= "git://source.codeaurora.org/external/imx/isp-vvcam.git;protocol=https"
+
+SRC_URI = " \
+    ${ISP_KERNEL_SRC};branch=${SRCBRANCH} \
+"
+SRCREV = "9824e601d336bcef2dc6284ff3605e0b1d32d63d"
+
+S = "${WORKDIR}/git/vvcam/v4l2"
+
+inherit module