summaryrefslogtreecommitdiffstats
path: root/meta-hmi-framework/recipes-graphics/agl-service-windowmanager/files/weston-ready.conf
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2019-01-17 19:14:37 -0500
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-01-22 20:06:20 +0000
commit7650fff17bd502e80feb28dc9bf5927bc5ecf52c (patch)
treea47270c752b0b766d4a8287933d1cb2940eef455 /meta-hmi-framework/recipes-graphics/agl-service-windowmanager/files/weston-ready.conf
parentdce8aef18d7fa937f53dde52ad934bc64b34f509 (diff)
agl-service-windowmanager: add weston-ready systemd dependency
Add installation of systemd over-ride configuration that adds a dependency on weston-ready to ensure that the windowmanager and its dependencies start after weston is actually initialized. In testing, this seems to resolve the issue of homescreen and launcher failing to start in situations such as when using MOST audio and/or the gst-record feature in Weston. Bug-AGL: SPEC-2115 Change-Id: Id15045357f30d3f447037026d0ab960ae2569d69 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'meta-hmi-framework/recipes-graphics/agl-service-windowmanager/files/weston-ready.conf')
-rw-r--r--meta-hmi-framework/recipes-graphics/agl-service-windowmanager/files/weston-ready.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-hmi-framework/recipes-graphics/agl-service-windowmanager/files/weston-ready.conf b/meta-hmi-framework/recipes-graphics/agl-service-windowmanager/files/weston-ready.conf
new file mode 100644
index 00000000..e90eed5f
--- /dev/null
+++ b/meta-hmi-framework/recipes-graphics/agl-service-windowmanager/files/weston-ready.conf
@@ -0,0 +1,4 @@
+[Unit]
+Requires=weston-ready.service
+After=weston-ready.service
+