aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Díaz <daniel.diaz@linaro.org>2018-11-07 16:28:43 -0600
committerDaniel Díaz <daniel.diaz@linaro.org>2018-11-07 16:28:43 -0600
commit9d0ed4d9c1ec1a9d43c0d143cecc40850987b000 (patch)
treea3e2408d59d723268d3e17efdb136129a690e7f0
parentcbb7dc3d1f7444aea99b20eae432ec599e33e58a (diff)
piglit: Obsolete, removed
Patch to append does not apply on OE-core master. Change-Id: If1d30132267ab17fa943408a6b96b385ff5459d8 Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
-rw-r--r--core/recipes-graphics/piglit/piglit/0001-tests-egl-egl-context-priority.c-Use-piglit_egl_get_.patch41
-rw-r--r--core/recipes-graphics/piglit/piglit_git.bbappend3
2 files changed, 0 insertions, 44 deletions
diff --git a/core/recipes-graphics/piglit/piglit/0001-tests-egl-egl-context-priority.c-Use-piglit_egl_get_.patch b/core/recipes-graphics/piglit/piglit/0001-tests-egl-egl-context-priority.c-Use-piglit_egl_get_.patch
deleted file mode 100644
index e2e87cc..0000000
--- a/core/recipes-graphics/piglit/piglit/0001-tests-egl-egl-context-priority.c-Use-piglit_egl_get_.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-From cb562a383229074b44db6998b85572d2abe7c363 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?An=C3=ADbal=20Lim=C3=B3n?= <anibal.limon@linaro.org>
-Date: Fri, 24 Nov 2017 10:31:55 -0600
-Subject: [PATCH] tests/egl/egl-context-priority.c: Use
- piglit_egl_get_default_display
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-The entry point is not guaranteed to exist, so use the
-piglit_egl_get_default_display() helper which does the correct thing.
-
-Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
-Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
-Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
-Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
-
-Upstream-Status: Backport
-
-https://cgit.freedesktop.org/piglit/commit/?id=cb562a3832
----
- tests/egl/egl-context-priority.c | 3 +--
- 1 file changed, 1 insertion(+), 2 deletions(-)
-
-diff --git a/tests/egl/egl-context-priority.c b/tests/egl/egl-context-priority.c
-index 7f26fc614..9590ccae3 100644
---- a/tests/egl/egl-context-priority.c
-+++ b/tests/egl/egl-context-priority.c
-@@ -99,8 +99,7 @@ piglit_init(int argc, char **argv)
- if (!strstr(exts, "EGL_MESA_platform_surfaceless"))
- piglit_report_result(PIGLIT_SKIP);
-
-- dpy = eglGetPlatformDisplay(EGL_PLATFORM_SURFACELESS_MESA,
-- EGL_DEFAULT_DISPLAY, NULL);
-+ dpy = piglit_egl_get_default_display(EGL_PLATFORM_SURFACELESS_MESA);
-
- ok = eglInitialize(dpy, &major, &minor);
- if (!ok) {
---
-2.11.0
-
diff --git a/core/recipes-graphics/piglit/piglit_git.bbappend b/core/recipes-graphics/piglit/piglit_git.bbappend
deleted file mode 100644
index 90e3162..0000000
--- a/core/recipes-graphics/piglit/piglit_git.bbappend
+++ /dev/null
@@ -1,3 +0,0 @@
-FILESEXTRAPATHS_append := "${THISDIR}/${PN}"
-
-SRC_URI += "file://0001-tests-egl-egl-context-priority.c-Use-piglit_egl_get_.patch"