diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2022-08-19 13:38:58 -0500 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-08-26 20:54:38 +0000 |
commit | 727e59a88266c7baac4ad8bec59d3c41865b8efb (patch) | |
tree | 29ca9000c38bcdcc86cbaa60a2a1995aeb58ab14 | |
parent | bad86f1b18a51c813dea32c3f3c50431e2eb53a7 (diff) | |
download | meta-freescale-727e59a88266c7baac4ad8bec59d3c41865b8efb.tar.gz |
kernel-module-imx-gpu-viv: Upgrade 6.4.3.p4.0 -> 6.4.3.p4.2
Also cleanup the redundant branch assignments in SRC_URI.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
(cherry picked from commit 5ad99559964ea534bb498d3cfe6890590ffbd1d1)
-rw-r--r-- | recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.3.p4.2.bb (renamed from recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.3.p4.0.bb) | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.3.p4.0.bb b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.3.p4.2.bb index 12de35be..a2aef18d 100644 --- a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.3.p4.0.bb +++ b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.3.p4.2.bb | |||
@@ -7,14 +7,12 @@ allowing flexibility to use a newer graphics release with an older kernel." | |||
7 | LICENSE = "GPL-2.0-only" | 7 | LICENSE = "GPL-2.0-only" |
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 | SRC_URI = "${KERNEL_SRC};subpath=drivers/mxc/gpu-viv;destsuffix=git/src \ | ||
11 | file://Add-makefile.patch" | ||
12 | KERNEL_SRC ?= "git://source.codeaurora.org/external/imx/linux-imx.git;protocol=https;branch=${SRCBRANCH}" | ||
10 | SRCBRANCH = "lf-5.15.y" | 13 | SRCBRANCH = "lf-5.15.y" |
11 | LOCALVERSION = "-5.15.5-1.0.0" | 14 | LOCALVERSION = "-5.15.32-2.0.0" |
12 | KERNEL_SRC ?= "git://source.codeaurora.org/external/imx/linux-imx.git;protocol=https;branch=master" | 15 | SRCREV = "545fd17e9f396c78c692e8abf06e36c5df0f5c69" |
13 | SRC_URI = " \ | ||
14 | ${KERNEL_SRC};branch=${SRCBRANCH};subpath=drivers/mxc/gpu-viv;destsuffix=git/src \ | ||
15 | file://Add-makefile.patch \ | ||
16 | " | ||
17 | SRCREV = "e47e5ff6895a7aa2f75dcb2e2c7257e25cf77901" | ||
18 | 16 | ||
19 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
20 | 18 | ||