diff options
author | Thuy Tran <thuy.tran.xh@renesas.com> | 2018-10-30 12:47:38 +0900 |
---|---|---|
committer | Thuy Tran <thuy.tran.xh@renesas.com> | 2019-02-28 09:43:53 +0700 |
commit | 14466ccbba3007dc8d98a228528b14afa5fc7feb (patch) | |
tree | 47bd7f8380ef6df8c2e325e6eacca4639439f18a /meta-rcar-gen3/recipes-graphics | |
parent | 84d5c396d5e91c3f81c243578ebaaf5abf398ffe (diff) |
rcar-gen3: gles-user-module: Fix rc.pvr systemd service
This commit from AGL rev [1] makes clear weston/gfx
service dependency that the rc.pvr service should depend on weston
service not the opposite.
[1] From AGL rev: 2281ecfcc65a69c3e1a24fd88230b9ec78865270
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Signed-off-by: Thuy Tran <thuy.tran.xh@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/gles-module/gles-user-module/rc.pvr.service | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-rcar-gen3/recipes-graphics/gles-module/gles-user-module/rc.pvr.service b/meta-rcar-gen3/recipes-graphics/gles-module/gles-user-module/rc.pvr.service index f940776..da7fc30 100644 --- a/meta-rcar-gen3/recipes-graphics/gles-module/gles-user-module/rc.pvr.service +++ b/meta-rcar-gen3/recipes-graphics/gles-module/gles-user-module/rc.pvr.service @@ -1,5 +1,6 @@ [Unit] Description=PowerVR consumer services +Before=weston.service [Service] ExecStart=/usr/bin/pvrinit start @@ -9,3 +10,4 @@ RemainAfterExit=yes [Install] WantedBy=multi-user.target +RequiredBy=weston.service |