Add bbappend file for available glmark2 on wayland 47/6647/2
authorYuta Doi <yuta-d@witz-inc.co.jp>
Wed, 28 Sep 2016 07:39:28 +0000 (16:39 +0900)
committerYuta Doi <yuta-d@witz-inc.co.jp>
Thu, 29 Sep 2016 06:07:53 +0000 (06:07 +0000)
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 <yuta-d@witz-inc.co.jp>
meta-ivi-common/recipes-test/glmark2/glmark2_%.bbappend [new file with mode: 0644]

diff --git a/meta-ivi-common/recipes-test/glmark2/glmark2_%.bbappend b/meta-ivi-common/recipes-test/glmark2/glmark2_%.bbappend
new file mode 100644 (file)
index 0000000..a64e050
--- /dev/null
@@ -0,0 +1,2 @@
+PACKAGECONFIG = "wayland-gles2"
+PACKAGECONFIG[wayland-gles2] = ",,virtual/egl virtual/libgles2 wayland"