diff options
Diffstat (limited to 'recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.24.1.bb')
-rw-r--r-- | recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.24.1.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.24.1.bb b/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.24.1.bb new file mode 100644 index 00000000..d2c63aa0 --- /dev/null +++ b/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.24.1.bb | |||
@@ -0,0 +1,20 @@ | |||
1 | # Copyright 2020-2023 NXP | ||
2 | |||
3 | DESCRIPTION = "Kernel loadable module for ISP" | ||
4 | LICENSE = "GPL-2.0-only" | ||
5 | LIC_FILES_CHKSUM = "file://${S}/../LICENSE;md5=64381a6ea83b48c39fe524c85f65fb44" | ||
6 | |||
7 | SRC_URI = "${ISP_KERNEL_SRC};branch=${SRCBRANCH}" | ||
8 | ISP_KERNEL_SRC ?= "git://github.com/nxp-imx/isp-vvcam.git;protocol=https" | ||
9 | SRCBRANCH = "lf-6.6.3_1.0.0" | ||
10 | SRCREV = "2102360b58d9d1b36bc0c654c8301e4014b33951" | ||
11 | |||
12 | S = "${WORKDIR}/git/vvcam/v4l2" | ||
13 | |||
14 | inherit module | ||
15 | |||
16 | DEBUG_PREFIX_MAP:prepend = " \ | ||
17 | -fmacro-prefix-map=${WORKDIR}/git/vvcam=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR} \ | ||
18 | -fdebug-prefix-map=${WORKDIR}/git/vvcam=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR} " | ||
19 | |||
20 | COMPATIBLE_MACHINE = "(mx8mp-nxp-bsp)" | ||