summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2022-05-10 16:58:34 -0500
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-05-11 20:41:15 +0000
commit2009db0eee035ea2f5b9e444f584587bb2468f57 (patch)
treebe3d60fc710474d3a76bcee88d2c828f2a8feacc
parent9e513c3b4aa7353561ab2f73ba77bc1c2320511d (diff)
downloadmeta-freescale-2009db0eee035ea2f5b9e444f584587bb2468f57.tar.gz
kernel-module-imx-gpu-viv: Upgrade to 6.4.3.p4.0
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit ff5516a077a8d3d5e8433afe54739ba47b15d7ce)
-rw-r--r--recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.3.p4.0.bb (renamed from recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.3.p2.4.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.3.p2.4.bb b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.3.p4.0.bb
index 6c759c3b..12de35be 100644
--- a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.3.p2.4.bb
+++ b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.3.p4.0.bb
@@ -7,14 +7,14 @@ allowing flexibility to use a newer graphics release with an older kernel."
7LICENSE = "GPL-2.0-only" 7LICENSE = "GPL-2.0-only"
8LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6" 8LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6"
9 9
10SRCBRANCH = "lf-5.10.y" 10SRCBRANCH = "lf-5.15.y"
11LOCALVERSION = "-5.10.72-2.2.0" 11LOCALVERSION = "-5.15.5-1.0.0"
12KERNEL_SRC ?= "git://source.codeaurora.org/external/imx/linux-imx.git;protocol=https;branch=master" 12KERNEL_SRC ?= "git://source.codeaurora.org/external/imx/linux-imx.git;protocol=https;branch=master"
13SRC_URI = " \ 13SRC_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"
17SRCREV = "8e035d8196aacc7c1926d3d278df99255baa3c6d" 17SRCREV = "e47e5ff6895a7aa2f75dcb2e2c7257e25cf77901"
18 18
19S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
20 20