diff options
| author | Tom Hochstein <tom.hochstein@nxp.com> | 2022-01-26 15:57:03 -0600 |
|---|---|---|
| committer | Tom Hochstein <tom.hochstein@nxp.com> | 2022-01-29 16:10:03 -0600 |
| commit | d41698c912fe992d1cf43c15599f451cbaf6c1b7 (patch) | |
| tree | 136c5e8ff4cc46dad249126ba1120673563ac2e0 /recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.16.0.bb | |
| parent | ef8b5c64ee623539836f1e28ebcdfe74e13485a7 (diff) | |
| download | meta-freescale-d41698c912fe992d1cf43c15599f451cbaf6c1b7.tar.gz | |
kernel-module-isp-vvcam: Upgrade to 4.2.2.16.0
b2321c0 compand compress curve update
724df72 BSLRM865-189:Image quality with HDR mode is worse than Linear mode
16ffd85 BSLRM865-200: sensor_driver: Sensor api change because 5.15 kernel change
1bedecf Update Release P16 20211003 from Verisilicon
841f438 Update Release P15 from Verisilicon
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
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.bb | 19 |
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 000000000..e9a09ad77 --- /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 | |||
| 3 | DESCRIPTION = "Kernel loadable module for ISP" | ||
| 4 | LICENSE = "GPLv2" | ||
| 5 | LIC_FILES_CHKSUM = "file://${WORKDIR}/git/vvcam/LICENSE;md5=64381a6ea83b48c39fe524c85f65fb44" | ||
| 6 | |||
| 7 | SRCBRANCH = "lf-5.10.y_2.2.0" | ||
| 8 | ISP_KERNEL_SRC ?= "git://source.codeaurora.org/external/imx/isp-vvcam.git;protocol=https;branch=master" | ||
| 9 | |||
| 10 | SRC_URI = " \ | ||
| 11 | ${ISP_KERNEL_SRC};branch=${SRCBRANCH} \ | ||
| 12 | " | ||
| 13 | SRCREV = "b2321c0c513322aca8187ebf0328b74fe45a0f01" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/git/vvcam/v4l2" | ||
| 16 | |||
| 17 | inherit module | ||
| 18 | |||
| 19 | COMPATIBLE_MACHINE = "(mx8mp)" | ||
