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