summaryrefslogtreecommitdiffstats
path: root/dynamic-layers
diff options
context:
space:
mode:
authorJoshua Watt <Joshua.Watt@garmin.com>2020-03-10 14:51:56 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2020-03-12 13:20:42 -0300
commit7801868f4969bc3f93f9d419e7852206e45fad53 (patch)
tree1c4a1a787f7b34d19dcd1738ab1fc5e4222ebb5d /dynamic-layers
parent099e51d996af240ecbaaee7ab15a9254773f37ec (diff)
downloadmeta-freescale-7801868f4969bc3f93f9d419e7852206e45fad53.tar.gz
glmark2: Remove bbappend
The default PACKAGECONFIG for glmark2 builds just fine on imxgpu3d and imxgpu2d platforms, and doing so enables support for the drm based tests. Tested on imx8mq and imx8qm Signed-off-by: Joshua Watt <Joshua.Watt@garmin.com>
Diffstat (limited to 'dynamic-layers')
-rw-r--r--dynamic-layers/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend4
1 files changed, 0 insertions, 4 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend b/dynamic-layers/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend
deleted file mode 100644
index b579028b..00000000
--- a/dynamic-layers/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend
+++ /dev/null
@@ -1,4 +0,0 @@
1PACKAGECONFIG_imxgpu3d = "${@bb.utils.contains('DISTRO_FEATURES', 'wayland opengl', 'wayland-gles2', \
2 bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'x11-gl x11-gles2', '', d), d)}"
3PACKAGECONFIG_imxgpu2d = "${@bb.utils.contains('DISTRO_FEATURES', 'wayland opengl', '', \
4 bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'x11-gl', '', d), d)}"