mirror of
https://git.yoctoproject.org/psplash
synced 2025-10-14 02:07:26 +08:00

Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
29 lines
1017 B
Plaintext
29 lines
1017 B
Plaintext
PSPLASH
|
|
=======
|
|
|
|
PSplash is a userspace graphical boot splash screen for mainly
|
|
embedded Linux devices supporting a 16bpp or 32bpp framebuffer. It has
|
|
few dependencies (just libc), supports basic images and text and handles
|
|
rotation. Its visual look is configurable by basic source changes.
|
|
|
|
Also included is a 'client' command utility for sending information to
|
|
psplash such as boot progress information.
|
|
|
|
Contributing
|
|
============
|
|
To contribute to this layer you should submit the patches for review to the
|
|
mailing list (yocto-patches@lists.yoctoproject.org).
|
|
|
|
Please refer to
|
|
http://openembedded.org/wiki/Commit_Patch_Message_Guidelines
|
|
for some useful guidelines to be followed when submitting patches.
|
|
|
|
Mailing list:
|
|
https://lists.yoctoproject.org/g/yocto
|
|
|
|
When creating patches, please use something like:
|
|
git format-patch -M -s --subject-prefix='psplash][PATCH' origin
|
|
|
|
When sending patches, please use something like:
|
|
git send-email --to yocto-patches@lists.yoctoproject.org <generated patch>
|