From: Joshua Watt Date: Tue, 10 Mar 2020 19:51:56 +0000 (-0500) Subject: glmark2: Remove bbappend X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=b5a40538f419f57196e58c1f54e31bc1189cd790;p=meta-freescale.git 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) --- 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)}"