]> code.ossystems Code Review - meta-freescale.git/commitdiff
glmark2: Rework PACKAGECONFIG to properly handle all i.MX6 SoCs
authorOtavio Salvador <otavio@ossystems.com.br>
Thu, 17 Sep 2015 12:54:51 +0000 (09:54 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 19 Apr 2016 18:03:19 +0000 (15:03 -0300)
The PACKAGECONFIG is now overriden, so we avoid getting broken in case
changes on meta-oe are commited.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
dynamic-layers/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend

index f34d18cdf277d587f8799f2f71e2d6035de37ed0..0e04a653f6c0e2de8dae165a5cdce230c35e6e5a 100644 (file)
@@ -1,5 +1,3 @@
-PACKAGECONFIG_remove_mx6q  = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'wayland-gl wayland-gles2', '', d)} drm-gl"
-PACKAGECONFIG_remove_mx6dl = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'wayland-gl wayland-gles2', '', d)} drm-gl"
-PACKAGECONFIG_remove_mx6sx = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'wayland-gl wayland-gles2', '', d)} drm-gl"
-PACKAGECONFIG_remove_mx6sl = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'wayland-gl wayland-gles2', '', d)} \
-                              drm-gl x11-gles2 drm-gles2"
+PACKAGECONFIG_mx6 = "${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'x11-gl x11-gles2', \
+                         bb.utils.contains('DISTRO_FEATURES', 'wayland opengl', 'wayland-gles2', '', d), d)}"
+PACKAGECONFIG_remove_mx6sl = "x11-gles2"