diff options
author | Yuta Doi <yuta-d@witz-inc.co.jp> | 2016-09-28 16:39:28 +0900 |
---|---|---|
committer | Yuta Doi <yuta-d@witz-inc.co.jp> | 2016-09-29 06:07:53 +0000 |
commit | 50a080bf98241b1be02391794549178129eb8c4f (patch) | |
tree | 316d9e61abdb68226e3e752cdb619ea2cc827010 /meta-ivi-common/recipes-test/glmark2 | |
parent | 620eef2f58569a1be20e73bfd8a772b291535faa (diff) |
Add bbappend file for available glmark2 on wayland
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>
Diffstat (limited to 'meta-ivi-common/recipes-test/glmark2')
-rw-r--r-- | meta-ivi-common/recipes-test/glmark2/glmark2_%.bbappend | 2 |
1 files changed, 2 insertions, 0 deletions
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" |