summaryrefslogtreecommitdiffstats
path: root/meta-agl-ic-container/recipes-graphics/wayland/weston-init-guest/weston.service
diff options
context:
space:
mode:
authorNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>2024-09-30 23:58:20 +0900
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2024-10-09 14:03:15 +0000
commit24f2da7bfd7fa66e8a3b8ed7e5d8c09ef6956c68 (patch)
treef98d75eb33257276a51839382a01e4d681a0c289 /meta-agl-ic-container/recipes-graphics/wayland/weston-init-guest/weston.service
parentfa3c4993e42293fe65253341c009f722e303f2ff (diff)
Remove weston with wayland-ivi-extention
New Momi IVI uses QtWaylandCompositor based compositor. It will realize to fix for touch event bug in Momi IVI. After this changes, weston with wayland-ivi-extention is not needed. Bug-AGL: SPEC-5162 Change-Id: Ib0e2346dd9907d3e154359b8b9d7d7bf492b2093 Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Diffstat (limited to 'meta-agl-ic-container/recipes-graphics/wayland/weston-init-guest/weston.service')
-rw-r--r--meta-agl-ic-container/recipes-graphics/wayland/weston-init-guest/weston.service21
1 files changed, 0 insertions, 21 deletions
diff --git a/meta-agl-ic-container/recipes-graphics/wayland/weston-init-guest/weston.service b/meta-agl-ic-container/recipes-graphics/wayland/weston-init-guest/weston.service
deleted file mode 100644
index 94a2a530..00000000
--- a/meta-agl-ic-container/recipes-graphics/wayland/weston-init-guest/weston.service
+++ /dev/null
@@ -1,21 +0,0 @@
-[Unit]
-Description=Weston Wayland Compositor
-RequiresMountsFor=/run
-After=multi-user.target
-Wants=multi-user.target
-
-[Service]
-User=root
-PAMName=login
-EnvironmentFile=-/etc/default/weston
-StandardError=journal
-PermissionsStartOnly=true
-IgnoreSIGPIPE=no
-Type=notify
-Restart=on-failure
-StartLimitInterval=0
-
-ExecStart=/usr/bin/weston --config /etc/xdg/weston/weston.ini --idle-time=0 --drm-lease=${DRM_LEASE_DEVICE} --log=/var/log/weston.log
-
-[Install]
-WantedBy=multi-user.target