summaryrefslogtreecommitdiffstats
path: root/openembedded-layer
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-08-21 20:27:39 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2015-08-27 15:33:31 -0300
commitf0d30b810ed88ca76875797029a79a5c617dc009 (patch)
tree2d7e9abc65e54c33db97f81dd63d0ae756b10d3f /openembedded-layer
parent7ce943971b3982b0756abc8fa7f6b6d44b04d0ad (diff)
downloadmeta-fsl-arm-f0d30b810ed88ca76875797029a79a5c617dc009.tar.gz
glmark: Drop drm-gl support for all i.MX6 SoCs with GPU
The linking against GL is failing so we need to remove this support as an intermediate solution. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'openembedded-layer')
-rw-r--r--openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend6
1 files changed, 3 insertions, 3 deletions
diff --git a/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend b/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend
index d29165a..f34d18c 100644
--- a/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend
+++ b/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend
@@ -1,5 +1,5 @@
1PACKAGECONFIG_remove_mx6q = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'wayland-gl wayland-gles2', '', d)}" 1PACKAGECONFIG_remove_mx6q = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'wayland-gl wayland-gles2', '', d)} drm-gl"
2PACKAGECONFIG_remove_mx6dl = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'wayland-gl wayland-gles2', '', d)}" 2PACKAGECONFIG_remove_mx6dl = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'wayland-gl wayland-gles2', '', d)} drm-gl"
3PACKAGECONFIG_remove_mx6sx = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'wayland-gl wayland-gles2', '', d)}" 3PACKAGECONFIG_remove_mx6sx = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'wayland-gl wayland-gles2', '', d)} drm-gl"
4PACKAGECONFIG_remove_mx6sl = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'wayland-gl wayland-gles2', '', d)} \ 4PACKAGECONFIG_remove_mx6sl = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'wayland-gl wayland-gles2', '', d)} \
5 drm-gl x11-gles2 drm-gles2" 5 drm-gl x11-gles2 drm-gles2"