1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 13:29:49 +00:00

weston-init: disable systemd watchdog option

There is no other unit in oe-core where watchdog is enabled, and
this feature starts to behave weirdly when test_date is adjusting the clock,
which means weston is restarted without need, so disable for weston
test stability.

The issue won't show up on kvm qemu (x86/x86_64) because it runs
too quickly, but non-kvm qemu (ppc/mips/arm) all fail in the same
way due to slower timings.

(From OE-Core rev: f4d8ad399d88dbd9d65bbfd0467f15a485e66605)

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Alexander Kanavin
2022-02-17 17:09:14 +01:00
committed by Richard Purdie
parent 220a527d26
commit b7cb48c2b9
@@ -37,8 +37,8 @@ EnvironmentFile=/etc/default/weston
ExecStart=/usr/bin/weston --modules=systemd-notify.so ExecStart=/usr/bin/weston --modules=systemd-notify.so
# Optional watchdog setup # Optional watchdog setup
TimeoutStartSec=60 #TimeoutStartSec=60
WatchdogSec=20 #WatchdogSec=20
# The user to run Weston as. # The user to run Weston as.
User=weston User=weston