From 0adf5a66883668f986d204039a57356cb6f144cf Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Sat, 6 Dec 2014 14:45:06 -0200 Subject: gpu-viv-bin-mx6q: Remove patch files which are unused Some patches were not removed while updating the recipe. This dropes the left over files to remove them from the layer. Signed-off-by: Otavio Salvador --- .../0001-change-header-path-to-HAL.patch | 30 ------------------- .../fix-conflicting-TLS-definition.patch | 31 -------------------- .../gc_hal_eglplatform-remove-xlib-undefs.patch | 34 ---------------------- 3 files changed, 95 deletions(-) delete mode 100644 recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q/0001-change-header-path-to-HAL.patch delete mode 100644 recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q/fix-conflicting-TLS-definition.patch delete mode 100644 recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q/gc_hal_eglplatform-remove-xlib-undefs.patch (limited to 'recipes-graphics') 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 -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 - ---- - 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 --#include "gc_hal_eglplatform_type.h" -+#include - - - /******************************************************************************* 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 - -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 -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 ---- - 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 - -- cgit v1.2.3-54-g00ecf