diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2014-12-06 14:45:06 -0200 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2014-12-07 17:08:28 -0200 |
| commit | a8a988f0f68e7cc58dd2cd483e1e39e24e34f614 (patch) | |
| tree | 6693cdeea2b9d3d5f202cc68b166e4d70b217b45 | |
| parent | 3b492d9fd6c76b2d515720e2c23c8df8f80e0519 (diff) | |
| download | meta-freescale-a8a988f0f68e7cc58dd2cd483e1e39e24e34f614.tar.gz | |
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 <otavio@ossystems.com.br>
3 files changed, 0 insertions, 95 deletions
diff --git a/meta-fsl-arm/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q/0001-change-header-path-to-HAL.patch b/meta-fsl-arm/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q/0001-change-header-path-to-HAL.patch deleted file mode 100644 index dc91d7c44..000000000 --- a/meta-fsl-arm/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q/0001-change-header-path-to-HAL.patch +++ /dev/null | |||
| @@ -1,30 +0,0 @@ | |||
| 1 | From 1a4a35678ef70283d1a31835deecd39711a9db86 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Jeremy Stashluk <jstashluk@dekaresearch.com> | ||
| 3 | Date: Wed, 30 Jan 2013 13:16:53 -0500 | ||
| 4 | Subject: [PATCH] change header path to HAL | ||
| 5 | |||
| 6 | The gpu-viv-bin-mx6q package from Freescale puts this header in the HAL | ||
| 7 | directory under the system. I think this is a problem in the LTIB release as | ||
| 8 | well. | ||
| 9 | |||
| 10 | Upstream-Status: Pending | ||
| 11 | |||
| 12 | Signed-off-by: Jeremy Stashluk <jstashluk@dekaresearch.com> | ||
| 13 | |||
| 14 | --- | ||
| 15 | usr/include/gc_vdk_types.h | 2 +- | ||
| 16 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 17 | |||
| 18 | Index: gpu-viv-bin-mx6q-1.1.0/usr/include/gc_vdk_types.h | ||
| 19 | =================================================================== | ||
| 20 | --- gpu-viv-bin-mx6q-1.1.0.orig/usr/include/gc_vdk_types.h | ||
| 21 | +++ gpu-viv-bin-mx6q-1.1.0/usr/include/gc_vdk_types.h | ||
| 22 | @@ -39,7 +39,7 @@ extern "C" { | ||
| 23 | #endif | ||
| 24 | |||
| 25 | #include <EGL/egl.h> | ||
| 26 | -#include "gc_hal_eglplatform_type.h" | ||
| 27 | +#include <HAL/gc_hal_eglplatform_type.h> | ||
| 28 | |||
| 29 | |||
| 30 | /******************************************************************************* | ||
diff --git a/meta-fsl-arm/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q/fix-conflicting-TLS-definition.patch b/meta-fsl-arm/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q/fix-conflicting-TLS-definition.patch deleted file mode 100644 index 3eac1166d..000000000 --- a/meta-fsl-arm/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q/fix-conflicting-TLS-definition.patch +++ /dev/null | |||
| @@ -1,31 +0,0 @@ | |||
| 1 | Avoid conflicting types with Xorg newer code | ||
| 2 | |||
| 3 | Upstream-Status: Pending | ||
| 4 | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> | ||
| 5 | |||
| 6 | Index: gpu-viv-bin-mx6q-1.1.0/usr/include/HAL/gc_hal_base.h | ||
| 7 | =================================================================== | ||
| 8 | --- gpu-viv-bin-mx6q-1.1.0.orig/usr/include/HAL/gc_hal_base.h | ||
| 9 | +++ gpu-viv-bin-mx6q-1.1.0/usr/include/HAL/gc_hal_base.h | ||
| 10 | @@ -101,7 +101,7 @@ extern gcsPLS gcPLS; | ||
| 11 | typedef struct _gcsTLS * gcsTLS_PTR; | ||
| 12 | |||
| 13 | typedef void (* gctTLS_DESTRUCTOR) ( | ||
| 14 | - gcsTLS_PTR TLS | ||
| 15 | + gcsTLS_PTR pTLS | ||
| 16 | ); | ||
| 17 | |||
| 18 | typedef struct _gcsTLS | ||
| 19 | @@ -648,10 +648,10 @@ gcoOS_SetPLSValue( | ||
| 20 | /* Get access to the thread local storage. */ | ||
| 21 | gceSTATUS | ||
| 22 | gcoOS_GetTLS( | ||
| 23 | - OUT gcsTLS_PTR * TLS | ||
| 24 | + OUT gcsTLS_PTR * pTLS | ||
| 25 | ); | ||
| 26 | |||
| 27 | - /* Copy the TLS from a source thread. */ | ||
| 28 | + /* Copy the pTLS from a source thread. */ | ||
| 29 | gceSTATUS gcoOS_CopyTLS(IN gcsTLS_PTR Source); | ||
| 30 | |||
| 31 | /* Destroy the objects associated with the current thread. */ | ||
diff --git a/meta-fsl-arm/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q/gc_hal_eglplatform-remove-xlib-undefs.patch b/meta-fsl-arm/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q/gc_hal_eglplatform-remove-xlib-undefs.patch deleted file mode 100644 index 732a07376..000000000 --- a/meta-fsl-arm/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q/gc_hal_eglplatform-remove-xlib-undefs.patch +++ /dev/null | |||
| @@ -1,34 +0,0 @@ | |||
| 1 | From c59f9640d185759208f9d55a93b6602936dcb5e8 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Adrian Alonso <aalonso00@gmail.com> | ||
| 3 | Date: Sat, 26 Jan 2013 17:52:04 -0600 | ||
| 4 | Subject: [PATCH 2/2] gc_hal_eglplatform: remove xlib undefs | ||
| 5 | |||
| 6 | * Remove header undefs for Always and Status definitions | ||
| 7 | |||
| 8 | Signed-off-by: Adrian Alonso <aalonso00@gmail.com> | ||
| 9 | --- | ||
| 10 | usr/include/HAL/gc_hal_eglplatform.h | 3 --- | ||
| 11 | 1 file changed, 3 deletions(-) | ||
| 12 | |||
| 13 | diff --git a/usr/include/HAL/gc_hal_eglplatform.h b/usr/include/HAL/gc_hal_eglplatform.h | ||
| 14 | index a968fe7..e80c65a 100644 | ||
| 15 | --- a/usr/include/HAL/gc_hal_eglplatform.h | ||
| 16 | +++ b/usr/include/HAL/gc_hal_eglplatform.h | ||
| 17 | @@ -341,14 +341,11 @@ typedef Pixmap HALNativePixmapType; | ||
| 18 | /* Rename some badly named X defines. */ | ||
| 19 | #ifdef Status | ||
| 20 | # define XStatus int | ||
| 21 | -# undef Status | ||
| 22 | #endif | ||
| 23 | #ifdef Always | ||
| 24 | # define XAlways 2 | ||
| 25 | -# undef Always | ||
| 26 | #endif | ||
| 27 | #ifdef CurrentTime | ||
| 28 | -# undef CurrentTime | ||
| 29 | # define XCurrentTime 0 | ||
| 30 | #endif | ||
| 31 | |||
| 32 | -- | ||
| 33 | 1.8.1 | ||
| 34 | |||
