aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q/0001-change-header-path-to-HAL.patch30
-rw-r--r--recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q/fix-conflicting-TLS-definition.patch31
-rw-r--r--recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q/gc_hal_eglplatform-remove-xlib-undefs.patch34
3 files changed, 0 insertions, 95 deletions
diff --git a/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q/0001-change-header-path-to-HAL.patch b/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q/0001-change-header-path-to-HAL.patch
deleted file mode 100644
index dc91d7c..0000000
--- a/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q/0001-change-header-path-to-HAL.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From 1a4a35678ef70283d1a31835deecd39711a9db86 Mon Sep 17 00:00:00 2001
-From: Jeremy Stashluk <jstashluk@dekaresearch.com>
-Date: Wed, 30 Jan 2013 13:16:53 -0500
-Subject: [PATCH] change header path to HAL
-
-The gpu-viv-bin-mx6q package from Freescale puts this header in the HAL
-directory under the system. I think this is a problem in the LTIB release as
-well.
-
-Upstream-Status: Pending
-
-Signed-off-by: Jeremy Stashluk <jstashluk@dekaresearch.com>
-
----
- usr/include/gc_vdk_types.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-Index: gpu-viv-bin-mx6q-1.1.0/usr/include/gc_vdk_types.h
-===================================================================
---- gpu-viv-bin-mx6q-1.1.0.orig/usr/include/gc_vdk_types.h
-+++ gpu-viv-bin-mx6q-1.1.0/usr/include/gc_vdk_types.h
-@@ -39,7 +39,7 @@ extern "C" {
- #endif
-
- #include <EGL/egl.h>
--#include "gc_hal_eglplatform_type.h"
-+#include <HAL/gc_hal_eglplatform_type.h>
-
-
- /*******************************************************************************
diff --git a/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q/fix-conflicting-TLS-definition.patch b/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q/fix-conflicting-TLS-definition.patch
deleted file mode 100644
index 3eac116..0000000
--- a/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q/fix-conflicting-TLS-definition.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-Avoid conflicting types with Xorg newer code
-
-Upstream-Status: Pending
-Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-
-Index: gpu-viv-bin-mx6q-1.1.0/usr/include/HAL/gc_hal_base.h
-===================================================================
---- gpu-viv-bin-mx6q-1.1.0.orig/usr/include/HAL/gc_hal_base.h
-+++ gpu-viv-bin-mx6q-1.1.0/usr/include/HAL/gc_hal_base.h
-@@ -101,7 +101,7 @@ extern gcsPLS gcPLS;
- typedef struct _gcsTLS * gcsTLS_PTR;
-
- typedef void (* gctTLS_DESTRUCTOR) (
-- gcsTLS_PTR TLS
-+ gcsTLS_PTR pTLS
- );
-
- typedef struct _gcsTLS
-@@ -648,10 +648,10 @@ gcoOS_SetPLSValue(
- /* Get access to the thread local storage. */
- gceSTATUS
- gcoOS_GetTLS(
-- OUT gcsTLS_PTR * TLS
-+ OUT gcsTLS_PTR * pTLS
- );
-
-- /* Copy the TLS from a source thread. */
-+ /* Copy the pTLS from a source thread. */
- gceSTATUS gcoOS_CopyTLS(IN gcsTLS_PTR Source);
-
- /* Destroy the objects associated with the current thread. */
diff --git a/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q/gc_hal_eglplatform-remove-xlib-undefs.patch b/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q/gc_hal_eglplatform-remove-xlib-undefs.patch
deleted file mode 100644
index 732a073..0000000
--- a/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q/gc_hal_eglplatform-remove-xlib-undefs.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From c59f9640d185759208f9d55a93b6602936dcb5e8 Mon Sep 17 00:00:00 2001
-From: Adrian Alonso <aalonso00@gmail.com>
-Date: Sat, 26 Jan 2013 17:52:04 -0600
-Subject: [PATCH 2/2] gc_hal_eglplatform: remove xlib undefs
-
-* Remove header undefs for Always and Status definitions
-
-Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
----
- usr/include/HAL/gc_hal_eglplatform.h | 3 ---
- 1 file changed, 3 deletions(-)
-
-diff --git a/usr/include/HAL/gc_hal_eglplatform.h b/usr/include/HAL/gc_hal_eglplatform.h
-index a968fe7..e80c65a 100644
---- a/usr/include/HAL/gc_hal_eglplatform.h
-+++ b/usr/include/HAL/gc_hal_eglplatform.h
-@@ -341,14 +341,11 @@ typedef Pixmap HALNativePixmapType;
- /* Rename some badly named X defines. */
- #ifdef Status
- # define XStatus int
--# undef Status
- #endif
- #ifdef Always
- # define XAlways 2
--# undef Always
- #endif
- #ifdef CurrentTime
--# undef CurrentTime
- # define XCurrentTime 0
- #endif
-
---
-1.8.1
-