summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/wayland
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-11-27 01:22:39 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-11-29 23:07:10 +0000
commit762a20b493cc219a46d9ac188fe4895a111ee7b4 (patch)
treef1d9e60ef36966195349dd34e09a38991dffd86c /meta/recipes-graphics/wayland
parentfe624b520e6c75e16a8f394785ab0216341402f9 (diff)
downloadopenembedded-core-762a20b493cc219a46d9ac188fe4895a111ee7b4.tar.gz
weston-init: Pass --continue-without-input when launching weston
This ensures that we do not need keyboard/mouse or other input system Weston's default behavior is to not open if input devices are not found, but we may not always have input devices connected for systems running weston in field Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/wayland')
-rw-r--r--meta/recipes-graphics/wayland/weston-init/init2
-rw-r--r--meta/recipes-graphics/wayland/weston-init/weston.service2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/wayland/weston-init/init b/meta/recipes-graphics/wayland/weston-init/init
index a849f29bcb..f74ac8b184 100644
--- a/meta/recipes-graphics/wayland/weston-init/init
+++ b/meta/recipes-graphics/wayland/weston-init/init
@@ -32,7 +32,7 @@ case "$1" in
. /etc/profile
export HOME=ROOTHOME
- weston-start -- $OPTARGS
+ weston-start -- --continue-without-input $OPTARGS
;;
stop)
diff --git a/meta/recipes-graphics/wayland/weston-init/weston.service b/meta/recipes-graphics/wayland/weston-init/weston.service
index e09625b31c..c7583e92e6 100644
--- a/meta/recipes-graphics/wayland/weston-init/weston.service
+++ b/meta/recipes-graphics/wayland/weston-init/weston.service
@@ -34,7 +34,7 @@ ConditionPathExists=/dev/tty0
# Requires systemd-notify.so Weston plugin.
Type=notify
EnvironmentFile=/etc/default/weston
-ExecStart=/usr/bin/weston --modules=systemd-notify.so
+ExecStart=/usr/bin/weston --continue-without-input --modules=systemd-notify.so
# Optional watchdog setup
TimeoutStartSec=60