summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Dimich <Chris.Dimich@boundarydevices.com>2021-02-15 23:10:57 -0800
committerOtavio Salvador <otavio@ossystems.com.br>2021-03-02 19:26:05 -0300
commit98195b362f14e1d5d623512a9d34cd57e7c39afa (patch)
tree8a6908c67077b5b6dae3cb9cc452486c246a8cb9
parent2dafe495818f09716e2cd3019dccd9fb0441292d (diff)
downloadmeta-freescale-98195b362f14e1d5d623512a9d34cd57e7c39afa.tar.gz
kernel-module-isp-vvcam: add recipe
Signed-off-by: Chris Dimich <Chris.Dimich@boundarydevices.com> (cherry picked from commit c7d908c5dfebb3a1ad19217268ec1a159998250b)
-rw-r--r--recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.6.0.bb17
1 files changed, 17 insertions, 0 deletions
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
index 00000000..5ab66e99
--- /dev/null
+++ b/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.6.0.bb
@@ -0,0 +1,17 @@
1# Copyright 2020 NXP
2
3DESCRIPTION = "Kernel loadable module for ISP"
4LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://${WORKDIR}/git/vvcam/LICENSE;md5=64381a6ea83b48c39fe524c85f65fb44"
6
7SRCBRANCH = "imx_5.4.70_2.3.0"
8ISP_KERNEL_SRC ?= "git://source.codeaurora.org/external/imx/isp-vvcam.git;protocol=https"
9
10SRC_URI = " \
11 ${ISP_KERNEL_SRC};branch=${SRCBRANCH} \
12"
13SRCREV = "9824e601d336bcef2dc6284ff3605e0b1d32d63d"
14
15S = "${WORKDIR}/git/vvcam/v4l2"
16
17inherit module