diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2021-04-27 17:02:59 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2021-04-30 15:09:16 -0300 |
commit | ba0b490f6f8e99ecd65679e1f6104b60487b34ca (patch) | |
tree | 6b884fa0709c807b3eb8a409488fcb2d9afbc368 /recipes-kernel/kernel-modules | |
parent | 3e515c5af412a0e916b435b5fff5e7062ea002b6 (diff) | |
download | meta-freescale-ba0b490f6f8e99ecd65679e1f6104b60487b34ca.tar.gz |
kernel-module-isp-vvcam: Upgrade to 4.2.2.11.0
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-kernel/kernel-modules')
-rw-r--r-- | recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.11.0.bb (renamed from recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.6.0.bb) | 6 |
1 files changed, 3 insertions, 3 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.11.0.bb index 5cb7f764..43a2b459 100644 --- 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.11.0.bb | |||
@@ -1,16 +1,16 @@ | |||
1 | # Copyright 2020 NXP | 1 | # Copyright 2020-2021 NXP |
2 | 2 | ||
3 | DESCRIPTION = "Kernel loadable module for ISP" | 3 | DESCRIPTION = "Kernel loadable module for ISP" |
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | LIC_FILES_CHKSUM = "file://${WORKDIR}/git/vvcam/LICENSE;md5=64381a6ea83b48c39fe524c85f65fb44" | 5 | LIC_FILES_CHKSUM = "file://${WORKDIR}/git/vvcam/LICENSE;md5=64381a6ea83b48c39fe524c85f65fb44" |
6 | 6 | ||
7 | SRCBRANCH = "imx_5.4.70_2.3.0" | 7 | SRCBRANCH = "imx_5.4.70_2.3.2" |
8 | ISP_KERNEL_SRC ?= "git://source.codeaurora.org/external/imx/isp-vvcam.git;protocol=https" | 8 | ISP_KERNEL_SRC ?= "git://source.codeaurora.org/external/imx/isp-vvcam.git;protocol=https" |
9 | 9 | ||
10 | SRC_URI = " \ | 10 | SRC_URI = " \ |
11 | ${ISP_KERNEL_SRC};branch=${SRCBRANCH} \ | 11 | ${ISP_KERNEL_SRC};branch=${SRCBRANCH} \ |
12 | " | 12 | " |
13 | SRCREV = "9824e601d336bcef2dc6284ff3605e0b1d32d63d" | 13 | SRCREV = "6cbf264313b4859c985c8d66bae19b522996de6c" |
14 | 14 | ||
15 | S = "${WORKDIR}/git/vvcam/v4l2" | 15 | S = "${WORKDIR}/git/vvcam/v4l2" |
16 | 16 | ||