From 50a080bf98241b1be02391794549178129eb8c4f Mon Sep 17 00:00:00 2001 From: Yuta Doi Date: Wed, 28 Sep 2016 16:39:28 +0900 Subject: Add bbappend file for available glmark2 on wayland MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add bbappend file of glmark2 for using it on wayland. If you want to use glmark2, please see the following step: 1. Add IMAGE_INSTALL_append in conf/local.conf > IMAGE_INSTALL_append = " \ > glmark2 \ > " 2. Bitbake image such as agl-demo-platform. 3. Power up the board with created image in step 2. 4. [on board] Modify /etc/xdg/weston/weston.ini for switching ivi-shell to desktop-shell > [core] > shell=ivi-shell.so ↓ > [core] > shell=desktop-shell.so 5. [on board] Restart weston.service > # systemctl restart weston.service 6. [on board] Execute glmark2 > # glmark2-es2-wayland Change-Id: I8c6c839f4a1e0099b118f33fe3aa824a6c922e8b Signed-off-by: Yuta Doi --- meta-ivi-common/recipes-test/glmark2/glmark2_%.bbappend | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta-ivi-common/recipes-test/glmark2/glmark2_%.bbappend (limited to 'meta-ivi-common') diff --git a/meta-ivi-common/recipes-test/glmark2/glmark2_%.bbappend b/meta-ivi-common/recipes-test/glmark2/glmark2_%.bbappend new file mode 100644 index 000000000..a64e0506c --- /dev/null +++ b/meta-ivi-common/recipes-test/glmark2/glmark2_%.bbappend @@ -0,0 +1,2 @@ +PACKAGECONFIG = "wayland-gles2" +PACKAGECONFIG[wayland-gles2] = ",,virtual/egl virtual/libgles2 wayland" -- cgit 1.2.3-korg