summaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen2/recipes-graphics/wayland/weston/weston.service
diff options
context:
space:
mode:
authorRonan Le Martret <ronan.lemartret@iot.bzh>2017-03-02 09:17:45 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-03-21 14:36:40 +0000
commit975d053dec34c40142725fdbc7d75d597d51920e (patch)
tree43c59b25f7bdc2540424ce3eb5bb8f0a7ce50e2a /meta-rcar-gen2/recipes-graphics/wayland/weston/weston.service
parent8fff09a2d58e7f21f9ee2da001601d36f18b2281 (diff)
Remove fix Add-gst-recorder for gen2
The patches for gst-recorder are not compliant with weston 1.11. Bug-AGL: SPEC-473 * Remove both weston.service and weston_%.bbappend because all lines in these files only for supporting to share screen using H.264. Bug-AGL: SPEC-471 Bug-AGL: SPEC-411 Change-Id: I09ad20f5eadcc269aceb2d6de75cc84d00a07bb9 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Diffstat (limited to 'meta-rcar-gen2/recipes-graphics/wayland/weston/weston.service')
-rw-r--r--meta-rcar-gen2/recipes-graphics/wayland/weston/weston.service13
1 files changed, 0 insertions, 13 deletions
diff --git a/meta-rcar-gen2/recipes-graphics/wayland/weston/weston.service b/meta-rcar-gen2/recipes-graphics/wayland/weston/weston.service
deleted file mode 100644
index db0fd29..0000000
--- a/meta-rcar-gen2/recipes-graphics/wayland/weston/weston.service
+++ /dev/null
@@ -1,13 +0,0 @@
-[Unit]
-Description=Weston reference Wayland compositor
-Conflicts=getty@tty1.service
-After=dbus.service rc.pvr.service
-
-[Service]
-ExecStartPre=/bin/rm -rf /home/root/.cache/gstreamer-1.0
-ExecStart=/usr/bin/weston-launch -u root -- --idle-time=4294967 --gst-record
-ExecStop=/usr/bin/killall -s KILL weston
-Type=simple
-
-[Install]
-WantedBy=multi-user.target