]> code.ossystems Code Review - meta-freescale.git/commitdiff
kernel-module-imx-gpu-viv: Bump revision to 375bd95
authorOtavio Salvador <otavio@ossystems.com.br>
Tue, 13 Sep 2016 19:54:07 +0000 (16:54 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 13 Sep 2016 20:45:47 +0000 (17:45 -0300)
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>
recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv/0001-Fix-gcc-6-build-error-Werror-misleading-indentation.patch [deleted file]
recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_5.0.11.p8.4+fslc.bb

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 (file)
index 75a1f56..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-From 7e232c0ebb30cb4f99f941daaccb610df0a11cbe Mon Sep 17 00:00:00 2001
-From: Tom Hochstein <tom.hochstein@nxp.com>
-Date: Mon, 16 May 2016 11:30:35 -0500
-Subject: [PATCH] Fix gcc 6 build error -Werror=misleading-indentation
-
-Upstream-Status: Backport [internal release]
-
-Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
----
- .../linux/kernel/platform/freescale/gc_hal_kernel_platform_imx6q14.c  | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-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
-index e436ada..f8d7233 100644
---- 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
-@@ -475,8 +475,8 @@ gckPLATFORM_AdjustParam(
-     Args->gpu3DMinClock = initgpu3DMinClock;
--  if(Args->physSize == 0)
--    Args->physSize = 0x80000000;
-+    if (Args->physSize == 0)
-+        Args->physSize = 0x80000000;
-     return gcvSTATUS_OK;
- }
--- 
-1.9.1
-
index fa1fe2bbda1f1fdd1869ee041f5c8bdf20ee7ac5..6159f23ac00461f925870364f6282493cff8222a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2015 O.S. Systems Software LTDA.
+# Copyright (C) 2015-2016 O.S. Systems Software LTDA.
 # Copyright (C) 2015-2016 Freescale Semiconductor
 
 SUMMARY = "Kernel loadable module for Vivante GPU"
@@ -9,9 +9,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e"
 
 PV .= "+git${SRCPV}"
 
-SRCREV = "aa83874b916cf5655cb90498b1ea5691537fdbc8"
-SRC_URI = "git://github.com/Freescale/kernel-module-imx-gpu-viv.git;protocol=https \
-           file://0001-Fix-gcc-6-build-error-Werror-misleading-indentation.patch"
+SRCREV = "375bd95f4967272a135b9be90b8a16fc9734b7a6"
+SRC_URI = "git://github.com/Freescale/kernel-module-imx-gpu-viv.git;protocol=https"
 
 S = "${WORKDIR}/git"