diff options
author | Ronan <ronan.lemartret@iot.bzh> | 2016-10-28 10:32:23 +0200 |
---|---|---|
committer | Ronan <ronan.lemartret@iot.bzh> | 2016-10-28 10:32:23 +0200 |
commit | dfa42832d3239b1aa687b853fef63a5aa057a4fc (patch) | |
tree | d566079db7d35c0c7f18b7cc1e2c03b07c914f8a | |
parent | 5fb2cb54bc5105d41bcf2012ef5583c752588935 (diff) |
remove powervr service from generic weston service
* rc.pvr.service is renesas porter board specific
and should not be present into generic weston service
Change-Id: Id866dd57607d105260e0595bf297ec1b9da72047
Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
-rw-r--r-- | meta-agl/recipes-graphics/wayland/weston/weston.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl/recipes-graphics/wayland/weston/weston.service b/meta-agl/recipes-graphics/wayland/weston/weston.service index 6aca87a70..295c3a95c 100644 --- a/meta-agl/recipes-graphics/wayland/weston/weston.service +++ b/meta-agl/recipes-graphics/wayland/weston/weston.service @@ -1,7 +1,7 @@ [Unit] Description=Weston reference Wayland compositor Conflicts=getty@tty1.service -After=dbus.service rc.pvr.service +After=dbus.service [Service] ExecStart=/usr/bin/weston-launch -u root -- --idle-time=4294967 |