mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00

Especially with systemd its seen that psplash-start service starts before /dev/fb0 is created by kernel which results in [FAILED] Failed to start Start psplash boot splash screen. this is quite frequent race now with kernel 6.1 Add device dependency on sys-devices-platform-gpu-graphics-fb0.device via a unit file drop-in Signed-off-by: Khem Raj <raj.khem@gmail.com>
5 lines
113 B
Plaintext
5 lines
113 B
Plaintext
[Unit]
|
|
Requires=sys-devices-platform-gpu-graphics-fb0.device
|
|
After=sys-devices-platform-gpu-graphics-fb0.device
|
|
|