diff options
author | Peter Bergin <peter@berginkonsult.se> | 2021-10-03 23:05:26 +0200 |
---|---|---|
committer | Peter Bergin <peter@berginkonsult.se> | 2021-10-03 23:06:37 +0200 |
commit | a44ea372b4b78cb9b37f0b113f9b4fac9da50670 (patch) | |
tree | c91ff2c82d488dd3b3a0111348277bdb4907bf04 /recipes-kernel/kernel-modules | |
parent | 3f93c92595d2c34ad0762e776875a23b3cd2dcd3 (diff) | |
download | meta-freescale-a44ea372b4b78cb9b37f0b113f9b4fac9da50670.tar.gz |
kernel-module-imx-gpu-viv: use source code from 5.10.52
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>
Diffstat (limited to 'recipes-kernel/kernel-modules')
-rw-r--r-- | recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.3.p2.0.bb | 2 |
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" | |||
8 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6" | 8 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6" |
9 | 9 | ||
10 | SRCBRANCH = "lf-5.10.y" | 10 | SRCBRANCH = "lf-5.10.y" |
11 | LOCALVERSION = "-5.10.35-2.0.0" | 11 | LOCALVERSION = "-5.10.52-2.1.0" |
12 | KERNEL_SRC ?= "git://source.codeaurora.org/external/imx/linux-imx.git;protocol=https" | 12 | KERNEL_SRC ?= "git://source.codeaurora.org/external/imx/linux-imx.git;protocol=https" |
13 | SRC_URI = " \ | 13 | SRC_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 \ |