From: Tadao Tanikawa Date: Fri, 11 Dec 2015 07:56:35 +0000 (+0900) Subject: Fix issue of weston shell on top of tty(console) running on qemu X-Git-Tag: albacore_1.0~4 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL%2Fmeta-agl.git;a=commitdiff_plain;h=0415e996bffb024973aba8a4a234323abe8323b0 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 --- 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]