summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2023-05-16 13:13:09 -0700
committerTom Hochstein <tom.hochstein@nxp.com>2023-05-17 05:48:18 -0700
commit448ce7db7176bd51eff3ce377cb0cb39eb49f0fb (patch)
treef2d8eee52d65f2ae99efe3bd909dded037338845
parent4344c161fcdddb4f0059cb6fd0a8fb2c924c54b0 (diff)
downloadmeta-freescale-448ce7db7176bd51eff3ce377cb0cb39eb49f0fb.tar.gz
kernel-module-imx-gpu-viv: Upgrade 6.4.3.p4.6 to 6.4.11.p1.0
Update to the version used in NXP Yocto branch mickledore-6.1.1-1.0.0. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
-rw-r--r--recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p1.0.bb (renamed from recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.3.p4.6.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.3.p4.6.bb b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p1.0.bb
index abb7b323..f4c6129c 100644
--- a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.3.p4.6.bb
+++ b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p1.0.bb
@@ -10,9 +10,9 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171d
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://github.com/nxp-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-6.1.y"
14LOCALVERSION = "-5.15.71-2.2.0" 14LOCALVERSION = "-6.1.1-1.0.0"
15SRCREV = "b257903e33d78d7658ea2a5697fd11044a7b1770" 15SRCREV = "1df0ce9060c9e16449a9b0f97d4caef3a5414b7a"
16 16
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
18 18