From 6955fe4929e53d3eff5bd4afd3e3b71e4b4c465f Mon Sep 17 00:00:00 2001 From: Khang Nguyen Date: Wed, 23 May 2018 09:18:41 +0700 Subject: rcar-gen3: weston-init: Fix issue weston cannot start on E3 This commit adds "multi-user.target" condition into "weston.service" to fix the issue weston cannot start on E3, it does not affect to other boards. Signed-off-by: Khang Nguyen Signed-off-by: Takamitsu Honda --- meta-rcar-gen3/recipes-graphics/wayland/weston-init/weston.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-rcar-gen3/recipes-graphics') diff --git a/meta-rcar-gen3/recipes-graphics/wayland/weston-init/weston.service b/meta-rcar-gen3/recipes-graphics/wayland/weston-init/weston.service index 295ffd7..cc47419 100644 --- a/meta-rcar-gen3/recipes-graphics/wayland/weston-init/weston.service +++ b/meta-rcar-gen3/recipes-graphics/wayland/weston-init/weston.service @@ -1,6 +1,6 @@ [Unit] Description=Weston Wayland compositor -After=dbus.service rc.pvr.service +After=dbus.service rc.pvr.service multi-user.target [Service] ExecStart=/usr/bin/weston-launch -u root -- $OPTARGS -- cgit 1.2.3-korg