mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-07-17 04:06:56 +00:00
udev-rules-rpi.bb: Fix psplash systemd connection
Add udev rule to notify systemd of available framebuffer Using psplash in combination with systemd the splash screen is not shown. The dependency to sys-devices-platform-gpu-graphics-fb0.device will terminate psplash-start.service because systemd is not aware of the existing framebuffer device node. See https://lists.yoctoproject.org/g/yocto/topic/91286438#57156 Signed-off-by: Bastian Wanner <bastian.wanner@inovex.de>
This commit is contained in:
committed by
Andrei Gherzan
parent
3d6873db6b
commit
e9e5efa750
@@ -0,0 +1 @@
|
||||
SUBSYSTEM=="graphics", KERNEL=="fb[0-9]*", TAG+="systemd"
|
||||
Reference in New Issue
Block a user