From 029de35a172da31b083b86d93a79d787773dec11 Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Wed, 12 Apr 2017 14:07:33 +0200 Subject: Use weston-init to startup weston * weston.service should not be a part of weston recipes * remove weston.service from AGL weston recipes * yocto upstream uses the recipe weston-init to startup weston * customize weston-start with sed - remove openvt - add option to weston-launch * customize weston.service with sed - add option for weston * unified the weston startup beteween AGL BSPs * remove fix on the AGL BSP Bug-AGL: SPEC-452 Bug-AGL: SPEC-310 Change-Id: I12722826abdc004214d289961e900c36528ec6e3 Signed-off-by: Ronan Le Martret --- meta-agl/recipes-graphics/wayland/weston/weston.service | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 meta-agl/recipes-graphics/wayland/weston/weston.service (limited to 'meta-agl/recipes-graphics/wayland/weston/weston.service') diff --git a/meta-agl/recipes-graphics/wayland/weston/weston.service b/meta-agl/recipes-graphics/wayland/weston/weston.service deleted file mode 100644 index afd8a7db8..000000000 --- a/meta-agl/recipes-graphics/wayland/weston/weston.service +++ /dev/null @@ -1,12 +0,0 @@ -[Unit] -Description=Weston reference Wayland compositor -Conflicts=getty@tty1.service -After=dbus.service - -[Service] -ExecStart=/usr/bin/weston-launch --tty /dev/tty1 --user root -- --idle-time=4294967 -ExecStop=/usr/bin/killall -s KILL weston -Type=simple - -[Install] -WantedBy=multi-user.target -- cgit 1.2.3-korg