Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5863d45bdf1a85cb74d8e32b714984d5c2f5f93c
https://github.com/WebKit/WebKit/commit/5863d45bdf1a85cb74d8e32b714984d5c2f5f93c
Author: Nikolas Zimmermann <[email protected]>
Date: 2026-08-13 (Thu, 13 Aug 2026)
Changed paths:
M Tools/yocto/rpi/local-rpi3-32bits-mesa.conf
M Tools/yocto/rpi/local-rpi3-32bits-userland.conf
M Tools/yocto/rpi/local-rpi3-64bits-mesa.conf
M Tools/yocto/rpi/local-rpi4-32bits-mesa.conf
M Tools/yocto/rpi/local-rpi4-64bits-mesa.conf
Log Message:
-----------
[WPE][cross-toolchain-helper] serial-getty@ttyS0 restarts in a loop on the
RPi bots
https://bugs.webkit.org/show_bug.cgi?id=321449
Reviewed by Carlos Alberto Lopez Perez.
meta-raspberrypi defaults SERIAL_CONSOLES to the mini UART (ttyS0) and the image
ships with [email protected] enabled. The firmware only powers up that
port when enable_uart=1 is set in config.txt, which we never set, so agetty
fails.
However systemd will try to restart it every 10s, flooding the journal.
Nobody attaches a serial cable to these machines, so stop installing the getty.
* Tools/yocto/rpi/local-rpi3-32bits-mesa.conf:
* Tools/yocto/rpi/local-rpi3-32bits-userland.conf:
* Tools/yocto/rpi/local-rpi3-64bits-mesa.conf:
* Tools/yocto/rpi/local-rpi4-32bits-mesa.conf:
* Tools/yocto/rpi/local-rpi4-64bits-mesa.conf:
Canonical link: https://commits.webkit.org/319147@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications