summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-09-03 15:50:53 -0700
committerOtavio Salvador <otavio@ossystems.com.br>2019-09-04 18:32:14 -0300
commitb40bfb9bb97b267d91d9a83beec14471b9f70352 (patch)
tree1df8c534f30846d2df246798fe8e1b7fb66713fd /recipes-graphics
parent68be54442eaed2b5060c774f3bb0ab7b3459bcca (diff)
downloadmeta-freescale-b40bfb9bb97b267d91d9a83beec14471b9f70352.tar.gz
eglinfo: Drop bbappends
oe-core remved it in master/aa36510ebe Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/eglinfo/eglinfo-fb/0001-Replace-vendor-specific-header-with-generic.patch28
-rw-r--r--recipes-graphics/eglinfo/eglinfo-fb_%.bbappend8
-rw-r--r--recipes-graphics/eglinfo/eglinfo-x11_%.bbappend2
3 files changed, 0 insertions, 38 deletions
diff --git a/recipes-graphics/eglinfo/eglinfo-fb/0001-Replace-vendor-specific-header-with-generic.patch b/recipes-graphics/eglinfo/eglinfo-fb/0001-Replace-vendor-specific-header-with-generic.patch
deleted file mode 100644
index 7c315c83..00000000
--- a/recipes-graphics/eglinfo/eglinfo-fb/0001-Replace-vendor-specific-header-with-generic.patch
+++ /dev/null
@@ -1,28 +0,0 @@
1From fdb3add3dfd53c539c3c79e4fbf9eedb1dc1e440 Mon Sep 17 00:00:00 2001
2From: Prabhu Sundararaj <prabhu.sundararaj@nxp.com>
3Date: Fri, 26 Feb 2016 11:29:54 -0600
4Subject: [PATCH] Use generic eglplatform.h rather than vendor specifc
5 (eglvivante.h) EGL headers.
6
7Upstream-Status: Pending
8
9---
10 wscript | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13diff --git a/wscript b/wscript
14index 195e247..d08bc29 100644
15--- a/wscript
16+++ b/wscript
17@@ -219,7 +219,7 @@ def check_vivante_egl(conf, egl_extra_defines):
18 extra_defines += egl_extra_defines
19 extra_cxxflags = map(lambda x: conf.env['DEFINES_ST'] % x, extra_defines)
20 conf.env['CXXFLAGS'] += extra_cxxflags
21- conf.check_cxx(mandatory = 1, header_name = 'EGL/eglvivante.h', uselib_store = 'EGL')
22+ conf.check_cxx(mandatory = 1, header_name = 'EGL/eglplatform.h', uselib_store = 'EGL')
23 conf.check_cxx(mandatory = 1, header_name = 'EGL/egl.h', uselib_store = 'EGL')
24 conf.env['CXXFLAGS_EGL'] += extra_cxxflags
25 conf.env['CXXFLAGS'] = old_cxxflags
26--
272.7.0
28
diff --git a/recipes-graphics/eglinfo/eglinfo-fb_%.bbappend b/recipes-graphics/eglinfo/eglinfo-fb_%.bbappend
deleted file mode 100644
index f130d23c..00000000
--- a/recipes-graphics/eglinfo/eglinfo-fb_%.bbappend
+++ /dev/null
@@ -1,8 +0,0 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2
3SRC_URI_append_imxgpu3d = " \
4 file://0001-Replace-vendor-specific-header-with-generic.patch \
5"
6
7# Set i.MX specific dependencies and device type
8EGLINFO_DEVICE_imxgpu3d = "imx6"
diff --git a/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend b/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend
deleted file mode 100644
index 7aa0e50f..00000000
--- a/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend
+++ /dev/null
@@ -1,2 +0,0 @@
1# Set i.MX specific dependencies and device type
2EGLINFO_DEVICE_imxgpu3d = "imx6"