diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2021-10-25 12:20:44 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-25 12:20:44 -0300 |
commit | 348d3a23be97e0d8827d7a4938c85cb6e62f79d5 (patch) | |
tree | c7593ba5313370e75b564179f16faa16868c8dc9 /recipes-kernel | |
parent | d6082e9971906fa46876dff9330a0db9060ef8ef (diff) | |
parent | c81ddb2dc11fe405b1b190d082f1798387eff071 (diff) | |
download | meta-freescale-348d3a23be97e0d8827d7a4938c85cb6e62f79d5.tar.gz |
Merge pull request #896 from zandrey/upgrade-to-nxp-5.10.52-2.1.0
Upgrade to NXP Release: 5.10.52-2.1.0
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.3.p2.2.bb (renamed from recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.3.p2.0.bb) | 2 | ||||
-rw-r--r-- | recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.15.0.bb (renamed from recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.13.0.bb) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.3.p2.0.bb b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.3.p2.2.bb index a8b890fe..343cce41 100644 --- a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.3.p2.0.bb +++ b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.3.p2.2.bb | |||
@@ -14,7 +14,7 @@ SRC_URI = " \ | |||
14 | ${KERNEL_SRC};branch=${SRCBRANCH};subpath=drivers/mxc/gpu-viv;destsuffix=git/src \ | 14 | ${KERNEL_SRC};branch=${SRCBRANCH};subpath=drivers/mxc/gpu-viv;destsuffix=git/src \ |
15 | file://Add-makefile.patch \ | 15 | file://Add-makefile.patch \ |
16 | " | 16 | " |
17 | SRCREV = "5b2559d9d66b0b9561fc42dd8007dfe4569573df" | 17 | SRCREV = "d46e3cd94bdd2c13b6511e008ad9719b0727637d" |
18 | 18 | ||
19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
20 | 20 | ||
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.15.0.bb index 7eee17d1..f003da18 100644 --- 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.15.0.bb | |||
@@ -4,13 +4,13 @@ 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.10_2.0.0" | 7 | SRCBRANCH = "lf-5.10.52_2.1.0" |
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 = "47588cb88cc75400b5d2c35a17527e99b752d9be" | 13 | SRCREV = "39bfc64f09f8da3c41df3bdada5becb88bf5bb5f" |
14 | 14 | ||
15 | S = "${WORKDIR}/git/vvcam/v4l2" | 15 | S = "${WORKDIR}/git/vvcam/v4l2" |
16 | 16 | ||