diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2018-07-24 17:00:53 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-08-30 21:57:08 -0300 |
commit | 2dc7e7575d46fabc9f3b3af9e1b414f6b7fb14f6 (patch) | |
tree | c7d1b03eebaca093dd2ebbae83b26b49ca56fab4 /recipes-kernel | |
parent | 327fec627201f90788f4c381253096435e612068 (diff) | |
download | meta-freescale-2dc7e7575d46fabc9f3b3af9e1b414f6b7fb14f6.tar.gz |
kernel-module-imx-gpu-viv: Update to 6.2.4.p1.6
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.2.4.p1.6.bb (renamed from recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.2.4.p1.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.2.4.p1.2.bb b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.2.4.p1.6.bb index 2e59a607..0170695b 100644 --- a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.2.4.p1.2.bb +++ b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.2.4.p1.6.bb | |||
@@ -7,7 +7,7 @@ allowing flexibility to use a newer graphics release with an older kernel." | |||
7 | LICENSE = "GPLv2" | 7 | LICENSE = "GPLv2" |
8 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" | 8 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" |
9 | 9 | ||
10 | SRCBRANCH = "imx_4.9.88_2.0.0_ga" | 10 | SRCBRANCH = "imx_4.9.88_imx8qxp_beta2" |
11 | LOCALVERSION = "-${SRCBRANCH}" | 11 | LOCALVERSION = "-${SRCBRANCH}" |
12 | 12 | ||
13 | KERNEL_SRC ?= "git://source.codeaurora.org/external/imx/linux-imx.git;protocol=https" | 13 | KERNEL_SRC ?= "git://source.codeaurora.org/external/imx/linux-imx.git;protocol=https" |
@@ -15,7 +15,7 @@ SRC_URI = " \ | |||
15 | ${KERNEL_SRC};branch=${SRCBRANCH};subpath=drivers/mxc/gpu-viv;destsuffix=git/src \ | 15 | ${KERNEL_SRC};branch=${SRCBRANCH};subpath=drivers/mxc/gpu-viv;destsuffix=git/src \ |
16 | file://Add-makefile.patch \ | 16 | file://Add-makefile.patch \ |
17 | " | 17 | " |
18 | SRCREV = "5e23f9d6114784d77fd4ed5848953356c3575532" | 18 | SRCREV = "05f46d3f9b4a8987edac62a52528d52f47cfa42d" |
19 | 19 | ||
20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
21 | 21 | ||