]> code.ossystems Code Review - meta-freescale.git/commitdiff
glmark2: Remove bbappend
authorJoshua Watt <Joshua.Watt@garmin.com>
Tue, 10 Mar 2020 19:51:56 +0000 (14:51 -0500)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 12 Mar 2020 16:20:42 +0000 (13:20 -0300)
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>
dynamic-layers/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend [deleted file]

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 (file)
index b579028..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-PACKAGECONFIG_imxgpu3d = "${@bb.utils.contains('DISTRO_FEATURES', 'wayland opengl', 'wayland-gles2', \
-                                bb.utils.contains('DISTRO_FEATURES', 'x11 opengl',     'x11-gl x11-gles2', '', d), d)}"
-PACKAGECONFIG_imxgpu2d = "${@bb.utils.contains('DISTRO_FEATURES', 'wayland opengl', '', \
-                                bb.utils.contains('DISTRO_FEATURES', 'x11 opengl',     'x11-gl', '', d), d)}"