From e46d6a91dc9e8f0383aa604878ec2d8db04a85ce Mon Sep 17 00:00:00 2001 From: Thuy Tran Date: Tue, 30 Oct 2018 12:26:45 +0900 Subject: rcar-gen3: weston: Update to support weston 5.0 This commit uses the weston upstream version 5.0 with "GPU only" h/w acceleration. It also modifies weston-init to adapt upstream version. Signed-off-by: Thuy Tran Signed-off-by: Takamitsu Honda --- .../recipes-graphics/wayland/weston-init/weston.service | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 meta-rcar-gen3/recipes-graphics/wayland/weston-init/weston.service (limited to 'meta-rcar-gen3/recipes-graphics/wayland/weston-init/weston.service') diff --git a/meta-rcar-gen3/recipes-graphics/wayland/weston-init/weston.service b/meta-rcar-gen3/recipes-graphics/wayland/weston-init/weston.service deleted file mode 100644 index cc47419..0000000 --- a/meta-rcar-gen3/recipes-graphics/wayland/weston-init/weston.service +++ /dev/null @@ -1,11 +0,0 @@ -[Unit] -Description=Weston Wayland compositor -After=dbus.service rc.pvr.service multi-user.target - -[Service] -ExecStart=/usr/bin/weston-launch -u root -- $OPTARGS -ExecStop=/usr/bin/killall -s KILL weston -Type=simple - -[Install] -WantedBy=multi-user.target -- cgit 1.2.3-korg