]> code.ossystems Code Review - meta-freescale.git/commitdiff
glmark: Drop drm-gl support for all i.MX6 SoCs with GPU
authorOtavio Salvador <otavio@ossystems.com.br>
Fri, 21 Aug 2015 23:27:39 +0000 (20:27 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 19 Apr 2016 18:03:16 +0000 (15:03 -0300)
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>
dynamic-layers/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend

index d29165a616bf160fd723b03ccdd83d7856e4f79c..f34d18cdf277d587f8799f2f71e2d6035de37ed0 100644 (file)
@@ -1,5 +1,5 @@
-PACKAGECONFIG_remove_mx6q  = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'wayland-gl wayland-gles2', '', d)}"
-PACKAGECONFIG_remove_mx6dl = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'wayland-gl wayland-gles2', '', d)}"
-PACKAGECONFIG_remove_mx6sx = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'wayland-gl wayland-gles2', '', d)}"
+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"