diff options
author | Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> | 2015-12-11 16:56:35 +0900 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.200> | 2015-12-11 17:20:19 +0000 |
commit | 0415e996bffb024973aba8a4a234323abe8323b0 (patch) | |
tree | 47928c4c8fdc54397381928dbf1d1c2c627b8246 | |
parent | 5f0335b7b1935387a827c86c3cc5286ed28d0c72 (diff) |
Fix issue of weston shell on top of tty(console) running on qemu
Resolve issue which both weston's desktop-shell and tty(console)
are active. Now, weston.service and getty@tty1.service become exclusive.
Change-Id: I105e055dd7257d8867ada518bdad45a984d03f94
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
-rw-r--r-- | meta-agl/recipes-graphics/wayland/weston/weston.service | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-agl/recipes-graphics/wayland/weston/weston.service b/meta-agl/recipes-graphics/wayland/weston/weston.service index 3d25c3745..6aca87a70 100644 --- a/meta-agl/recipes-graphics/wayland/weston/weston.service +++ b/meta-agl/recipes-graphics/wayland/weston/weston.service @@ -1,5 +1,6 @@ [Unit] Description=Weston reference Wayland compositor +Conflicts=getty@tty1.service After=dbus.service rc.pvr.service [Service] |