]> 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>
Mon, 16 Mar 2020 14:11:38 +0000 (11:11 -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

Backport to zeus

Signed-off-by: Joshua Watt <Joshua.Watt@garmin.com>
(cherry picked from commit 7801868f4969bc3f93f9d419e7852206e45fad53)

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)}"