From 14466ccbba3007dc8d98a228528b14afa5fc7feb Mon Sep 17 00:00:00 2001 From: Thuy Tran Date: Tue, 30 Oct 2018 12:47:38 +0900 Subject: 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 Signed-off-by: Thuy Tran Signed-off-by: Takamitsu Honda --- .../recipes-graphics/gles-module/gles-user-module/rc.pvr.service | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-rcar-gen3') 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 -- cgit 1.2.3-korg