diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2016-09-13 16:54:07 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-09-21 09:25:40 -0300 |
commit | d97c04b4bc292f41392de9c6b543831e8b9536c8 (patch) | |
tree | 879b5fb3336a3ca24d38c45cae06e9970dbf6a68 | |
parent | 4f04b3d131a4ce92eb633312c5744b379a23a096 (diff) | |
download | meta-fsl-arm-d97c04b4bc292f41392de9c6b543831e8b9536c8.tar.gz |
kernel-module-imx-gpu-viv: Bump revision to 375bd95
This includes following changes:
375bd95 build: Copy the module build information files to topdir
6a69d95 Fix gcc 6 build error -Werror=misleading-indentation
as well as removes the corresponding patch file of the GCC 6 build
error.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2 files changed, 3 insertions, 34 deletions
diff --git a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv/0001-Fix-gcc-6-build-error-Werror-misleading-indentation.patch b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv/0001-Fix-gcc-6-build-error-Werror-misleading-indentation.patch deleted file mode 100644 index 75a1f56..0000000 --- a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv/0001-Fix-gcc-6-build-error-Werror-misleading-indentation.patch +++ /dev/null | |||
@@ -1,30 +0,0 @@ | |||
1 | From 7e232c0ebb30cb4f99f941daaccb610df0a11cbe Mon Sep 17 00:00:00 2001 | ||
2 | From: Tom Hochstein <tom.hochstein@nxp.com> | ||
3 | Date: Mon, 16 May 2016 11:30:35 -0500 | ||
4 | Subject: [PATCH] Fix gcc 6 build error -Werror=misleading-indentation | ||
5 | |||
6 | Upstream-Status: Backport [internal release] | ||
7 | |||
8 | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> | ||
9 | --- | ||
10 | .../linux/kernel/platform/freescale/gc_hal_kernel_platform_imx6q14.c | 4 ++-- | ||
11 | 1 file changed, 2 insertions(+), 2 deletions(-) | ||
12 | |||
13 | diff --git a/kernel-module-imx-gpu-viv-src/hal/os/linux/kernel/platform/freescale/gc_hal_kernel_platform_imx6q14.c b/kernel-module-imx-gpu-viv-src/hal/os/linux/kernel/platform/freescale/gc_hal_kernel_platform_imx6q14.c | ||
14 | index e436ada..f8d7233 100644 | ||
15 | --- a/kernel-module-imx-gpu-viv-src/hal/os/linux/kernel/platform/freescale/gc_hal_kernel_platform_imx6q14.c | ||
16 | +++ b/kernel-module-imx-gpu-viv-src/hal/os/linux/kernel/platform/freescale/gc_hal_kernel_platform_imx6q14.c | ||
17 | @@ -475,8 +475,8 @@ gckPLATFORM_AdjustParam( | ||
18 | |||
19 | Args->gpu3DMinClock = initgpu3DMinClock; | ||
20 | |||
21 | - if(Args->physSize == 0) | ||
22 | - Args->physSize = 0x80000000; | ||
23 | + if (Args->physSize == 0) | ||
24 | + Args->physSize = 0x80000000; | ||
25 | |||
26 | return gcvSTATUS_OK; | ||
27 | } | ||
28 | -- | ||
29 | 1.9.1 | ||
30 | |||
diff --git a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_5.0.11.p8.4+fslc.bb b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_5.0.11.p8.4+fslc.bb index fa1fe2b..6159f23 100644 --- a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_5.0.11.p8.4+fslc.bb +++ b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_5.0.11.p8.4+fslc.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | # Copyright (C) 2015 O.S. Systems Software LTDA. | 1 | # Copyright (C) 2015-2016 O.S. Systems Software LTDA. |
2 | # Copyright (C) 2015-2016 Freescale Semiconductor | 2 | # Copyright (C) 2015-2016 Freescale Semiconductor |
3 | 3 | ||
4 | SUMMARY = "Kernel loadable module for Vivante GPU" | 4 | SUMMARY = "Kernel loadable module for Vivante GPU" |
@@ -9,9 +9,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e" | |||
9 | 9 | ||
10 | PV .= "+git${SRCPV}" | 10 | PV .= "+git${SRCPV}" |
11 | 11 | ||
12 | SRCREV = "aa83874b916cf5655cb90498b1ea5691537fdbc8" | 12 | SRCREV = "375bd95f4967272a135b9be90b8a16fc9734b7a6" |
13 | SRC_URI = "git://github.com/Freescale/kernel-module-imx-gpu-viv.git;protocol=https \ | 13 | SRC_URI = "git://github.com/Freescale/kernel-module-imx-gpu-viv.git;protocol=https" |
14 | file://0001-Fix-gcc-6-build-error-Werror-misleading-indentation.patch" | ||
15 | 14 | ||
16 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
17 | 16 | ||