-
Notifications
You must be signed in to change notification settings - Fork 414
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
psplash: udev rule to notify systemd of available framebuffers #1268
Conversation
Follow up of #1261 based on a new branch |
2b0742f
to
5b3280a
Compare
5b3280a
to
82af6ff
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, without this patch we dont get splash with systemd. So we need this patch
@Kiwi4Inovex can you rebase your branch on top of latest master and push this again so we can merge it with clean history. |
955d63c
to
46efc9e
Compare
Also, could you please look into the branch conflict with master? |
bbb2f50
to
7252172
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks again for this. Could you tweak your commit message to be in accordance with our contribution guidelines? You can find them here (https://meta-raspberrypi.readthedocs.io/en/latest/contributing.html), and you can also see examples in the history. In this specific case, there si no SoB footer.
Another small comment: you are changing the "udev-rules-rpi" recipe, so I would use that in the subject line. |
7252172
to
055bfa4
Compare
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>
055bfa4
to
5ebc69d
Compare
Took me awhile sorry |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
When 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 framebuffer device node.
See https://lists.yoctoproject.org/g/yocto/topic/91286438#57156
Adding a udev rule to notify systemd