diff options
author | Khang Nguyen <khang.nguyen.xv@rvc.renesas.com> | 2018-05-23 09:18:41 +0700 |
---|---|---|
committer | Khang Nguyen <khang.nguyen.xv@rvc.renesas.com> | 2018-06-18 17:55:58 +0700 |
commit | 6955fe4929e53d3eff5bd4afd3e3b71e4b4c465f (patch) | |
tree | fea320df8f403a16bf2fa4e21004e2da7483cbb9 /meta-rcar-gen3/recipes-graphics | |
parent | e23d0a9f7c3943d57ffd3c243314e6a38d2de228 (diff) |
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 <khang.nguyen.xv@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Diffstat (limited to 'meta-rcar-gen3/recipes-graphics')
-rw-r--r-- | meta-rcar-gen3/recipes-graphics/wayland/weston-init/weston.service | 2 |
1 files changed, 1 insertions, 1 deletions
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 |