summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Bergin <peter@berginkonsult.se>2021-10-03 23:05:26 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-10-04 12:07:01 +0000
commit7a0d46d87a49cab6f97ffcead7ecc74f6202d98c (patch)
tree5e7919c46dfaf557c3cc8e8b5384c815cdbeaba0
parentc065916814cc9e5a7966ab296677898ccbfc60b7 (diff)
downloadmeta-freescale-backport-879-to-hardknott.tar.gz
kernel-module-imx-gpu-viv: use source code from 5.10.52backport-879-to-hardknott
Bump version of source code to be in sync with linux-imx and linux-fslc-imx that currently use 5.10.52-2.1.0 version. Signed-off-by: Peter Bergin <peter@berginkonsult.se> (cherry picked from commit a44ea372b4b78cb9b37f0b113f9b4fac9da50670)
-rw-r--r--recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.3.p2.0.bb2
1 files changed, 1 insertions, 1 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.0.bb
index e113aff7..a8b890fe 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.0.bb
@@ -8,7 +8,7 @@ LICENSE = "GPLv2"
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.10.y"
11LOCALVERSION = "-5.10.35-2.0.0" 11LOCALVERSION = "-5.10.52-2.1.0"
12KERNEL_SRC ?= "git://source.codeaurora.org/external/imx/linux-imx.git;protocol=https" 12KERNEL_SRC ?= "git://source.codeaurora.org/external/imx/linux-imx.git;protocol=https"
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 \