From b5a40538f419f57196e58c1f54e31bc1189cd790 Mon Sep 17 00:00:00 2001 From: Joshua Watt Date: Tue, 10 Mar 2020 14:51:56 -0500 Subject: 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 Backport to zeus Signed-off-by: Joshua Watt (cherry picked from commit 7801868f4969bc3f93f9d419e7852206e45fad53) --- .../openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 dynamic-layers/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend 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 @@ -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)}" -- cgit v1.2.3-54-g00ecf