From ea3b3705ada0cdae902dc9813312e6498a055b35 Mon Sep 17 00:00:00 2001 From: Vasyl Vavrychuk Date: Thu, 28 Jan 2021 11:59:20 +0100 Subject: glmark2: Fix bbappend file name. Bug-AGL: SPEC-3726 Change-Id: I17f54a30b64f98c38c4ac566557aa83eb9cbb56b Signed-off-by: Vasyl Vavrychuk Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25971 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller (cherry picked from commit 6171ef7ec0867eebaceb64cb0df99f7963fc04e6) Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25997 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account --- meta-agl-core-test/recipes-test/glmark2/glmark2_%.bbappend | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 meta-agl-core-test/recipes-test/glmark2/glmark2_%.bbappend (limited to 'meta-agl-core-test/recipes-test/glmark2/glmark2_%.bbappend') diff --git a/meta-agl-core-test/recipes-test/glmark2/glmark2_%.bbappend b/meta-agl-core-test/recipes-test/glmark2/glmark2_%.bbappend new file mode 100644 index 000000000..403aedd4c --- /dev/null +++ b/meta-agl-core-test/recipes-test/glmark2/glmark2_%.bbappend @@ -0,0 +1,7 @@ +# Update glmark2 +SRCREV = "784aca755a469b144acf3cae180b6e613b7b057a" +# Already in newer version +SRC_URI_remove = "file://python3.patch" + +PACKAGECONFIG = "wayland-gles2" +PACKAGECONFIG[wayland-gles2] = ",,virtual/egl virtual/libgles2 wayland wayland-native" -- cgit 1.2.3-korg