summaryrefslogtreecommitdiffstats
path: root/openembedded-layer
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-09-17 09:54:51 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2015-09-18 16:08:30 -0300
commitd1e8eaafd82d699863098b4d9e3c137d0eccc0a6 (patch)
tree9dda7821b55dddc86bfab37be536e47e7cfbcfe3 /openembedded-layer
parentc936713743c2bf5436c5148ee6b33527cc980e6f (diff)
downloadmeta-fsl-arm-d1e8eaafd82d699863098b4d9e3c137d0eccc0a6.tar.gz
glmark2: Rework PACKAGECONFIG to properly handle all i.MX6 SoCs
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>
Diffstat (limited to 'openembedded-layer')
-rw-r--r--openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend8
1 files changed, 3 insertions, 5 deletions
diff --git a/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend b/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend
index f34d18c..0e04a65 100644
--- a/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend
+++ b/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend
@@ -1,5 +1,3 @@
1PACKAGECONFIG_remove_mx6q = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'wayland-gl wayland-gles2', '', d)} drm-gl" 1PACKAGECONFIG_mx6 = "${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'x11-gl x11-gles2', \
2PACKAGECONFIG_remove_mx6dl = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'wayland-gl wayland-gles2', '', d)} drm-gl" 2 bb.utils.contains('DISTRO_FEATURES', 'wayland opengl', 'wayland-gles2', '', d), d)}"
3PACKAGECONFIG_remove_mx6sx = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'wayland-gl wayland-gles2', '', d)} drm-gl" 3PACKAGECONFIG_remove_mx6sl = "x11-gles2"
4PACKAGECONFIG_remove_mx6sl = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'wayland-gl wayland-gles2', '', d)} \
5 drm-gl x11-gles2 drm-gles2"