summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorValentin Jec <valentin.jec@nxp.com>2024-01-10 14:42:55 +0200
committerValentin Jec <valentin.jec@nxp.com>2024-01-16 17:37:47 +0200
commite169c75119df3ea83a1bd785a65f9ce48d1c45c4 (patch)
tree682546b2655e11f61e7fc1917d65d17b2e6cf59d
parentd571ab66f84c181f057bd3ff310d686c397b561c (diff)
downloadmeta-freescale-e169c75119df3ea83a1bd785a65f9ce48d1c45c4.tar.gz
kernel-module-imx-gpu-viv: 6.4.11.p2.0 -> 6.4.11.p2.2
Update to the version used in NXP Yocto branch `mickledore-6.1.55-2.2.0`. Signed-off-by: Valentin Jec <valentin.jec@nxp.com>
-rw-r--r--recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p2.2+fslc.bb (renamed from recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p2.0+fslc.bb)2
-rw-r--r--recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p2.2.bb (renamed from recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p2.0.bb)4
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p2.0+fslc.bb b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p2.2+fslc.bb
index b11759a1..13793132 100644
--- a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p2.0+fslc.bb
+++ b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p2.2+fslc.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e"
9 9
10PV .= "+git${SRCPV}" 10PV .= "+git${SRCPV}"
11 11
12SRCREV = "f61778c27755cdd09abbf9ab6c19d6bd36a3cbb6" 12SRCREV = "4d035200e7b15d2713d49979a1d05f201b92cf4c"
13SRC_URI = "git://github.com/Freescale/kernel-module-imx-gpu-viv.git;protocol=https;branch=master" 13SRC_URI = "git://github.com/Freescale/kernel-module-imx-gpu-viv.git;protocol=https;branch=master"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
diff --git a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p2.0.bb b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p2.2.bb
index 807d0a3f..7aae0cd7 100644
--- a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p2.0.bb
+++ b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p2.2.bb
@@ -11,8 +11,8 @@ SRC_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-6.1.y" 13SRCBRANCH = "lf-6.1.y"
14LOCALVERSION = "-6.1.36-2.1.0" 14LOCALVERSION = "-6.1.55-2.2.0"
15SRCREV = "dde879f98b8273df392954b1e270360b33328ec1" 15SRCREV = "770c5fe2c1d1529fae21b7043911cd50c6cf087e"
16 16
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
18 18