[meta-freescale] [PATCH 07/14] piglit: Use compiler settings provided by IMX-GPU driver pkg-config

Tom Hochstein tom.hochstein at nxp.com
Fri Nov 18 17:11:47 PST 2016


The IMX-GPU driver now provides compiler settings through pkg-config,
so don't set them explicitly.

Signed-off-by: Tom Hochstein <tom.hochstein at nxp.com>
---
 recipes-graphics/piglit/piglit_git.bbappend | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/recipes-graphics/piglit/piglit_git.bbappend b/recipes-graphics/piglit/piglit_git.bbappend
index d682c8c..6330fd7 100644
--- a/recipes-graphics/piglit/piglit_git.bbappend
+++ b/recipes-graphics/piglit/piglit_git.bbappend
@@ -1,7 +1 @@
 DEPENDS_append_mx6 = " virtual/egl"
-
-# Provide the need flags and backend settings to work with Vivante GPU
-CFLAGS_append_mx6 = " -DLINUX \
-                      ${@bb.utils.contains('DISTRO_FEATURES', 'x11', '-DEGL_API_FB', \
-                                        bb.utils.contains('DISTRO_FEATURES', 'wayland', \
-                                                      '-DEGL_API_WL', '', d), d)}"
-- 
1.9.1



More information about the meta-freescale mailing list