summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2022-11-21 18:11:25 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-11-24 22:44:21 +0000
commit859c1c9635ee1e5dbde1b782fd68a4dbd34e36db (patch)
tree39b66908cc8cc6c28121192e2ecb5f8533af8562
parentd982e66154e5fa2e1eb7fbf1229526cfa37397a7 (diff)
downloadmeta-freescale-backport-1308-to-kirkstone.tar.gz
kernel-module-imx-gpu-viv: upgrade from 6.4.3.p4.2 to 6.4.3.p4.4backport-1308-to-kirkstone
Update to the version used in lf5.15.52_2.1.0. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 40afcf9e06100da18d92ac37da337e2fc581817c)
-rw-r--r--recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.3.p4.2.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.3.p4.2.bb b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.3.p4.2.bb
index a2aef18d..6c270dfb 100644
--- a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.3.p4.2.bb
+++ b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.3.p4.2.bb
@@ -9,10 +9,10 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171d
9 9
10SRC_URI = "${KERNEL_SRC};subpath=drivers/mxc/gpu-viv;destsuffix=git/src \ 10SRC_URI = "${KERNEL_SRC};subpath=drivers/mxc/gpu-viv;destsuffix=git/src \
11 file://Add-makefile.patch" 11 file://Add-makefile.patch"
12KERNEL_SRC ?= "git://source.codeaurora.org/external/imx/linux-imx.git;protocol=https;branch=${SRCBRANCH}" 12KERNEL_SRC ?= "git://github.com/nxp-imx/linux-imx.git;protocol=https;branch=${SRCBRANCH}"
13SRCBRANCH = "lf-5.15.y" 13SRCBRANCH = "lf-5.15.y"
14LOCALVERSION = "-5.15.32-2.0.0" 14LOCALVERSION = "-5.15.52-2.1.0"
15SRCREV = "545fd17e9f396c78c692e8abf06e36c5df0f5c69" 15SRCREV = "36363d8623ba60858e2632b7d2b70dae932c9a8b"
16 16
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
18 18