Config.in 980 B

12345678910111213141516171819202122232425262728293031
  1. config BR2_PACKAGE_PSPLASH
  2. bool "psplash"
  3. depends on BR2_USE_WCHAR
  4. help
  5. PSplash is a userspace graphical boot splash screen for
  6. mainly embedded Linux devices supporting a 16bpp or 32bpp
  7. framebuffer. It has few dependencies (just libc), supports
  8. basic images and text and handles rotation. Its visual look
  9. is configurable by basic source changes.
  10. Also included is a 'client' command utility for sending
  11. information to psplash such as boot progress information.
  12. Start the drawing process with 'psplash -n&' as early as
  13. possible. Note: psplash creates a FIFO in /tmp for
  14. communication with psplash-write.
  15. Usage:
  16. * Set progress bar to 50 percent:
  17. psplash-write "PROGRESS 50"
  18. * Display message "foobar" above progress bar:
  19. psplash-write "MSG foobar"
  20. * Terminate psplash:
  21. psplash-write "QUIT"
  22. http://git.yoctoproject.org/cgit/cgit.cgi/psplash/
  23. comment "psplash needs a toolchain w/ wchar"
  24. depends on !BR2_USE_WCHAR