Enable weston to use systemd notify 53/15553/2
authorTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
Fri, 20 Jul 2018 09:56:22 +0000 (09:56 +0000)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 24 Jul 2018 14:46:46 +0000 (14:46 +0000)
Enable weston to use systemd notify to reduce causes of
race condition between window manager and homescreen.

Bug-AGL: SPEC-1471

Change-Id: I6431b5d52f38b982f6691b2961938664cc4f0544
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
meta-agl-bsp/recipes-graphics/wayland/weston-ini-conf/core.cfg
meta-agl-profile-graphical/recipes-graphics/wayland/weston-init/weston.service.add
meta-agl-profile-graphical/recipes-graphics/wayland/weston_%.bbappend [new file with mode: 0644]

diff --git a/meta-agl-profile-graphical/recipes-graphics/wayland/weston_%.bbappend b/meta-agl-profile-graphical/recipes-graphics/wayland/weston_%.bbappend
new file mode 100644 (file)
index 0000000..51e640e
--- /dev/null
@@ -0,0 +1,2 @@
+PACKAGECONFIG[notify] = "--enable-systemd-notify,--disable-systemd-notify,systemd"
+PACKAGECONFIG_append = " notify"