The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / psplash / Config.in
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 mainly
6           embedded Linux devices supporting a 16bpp or 32bpp framebuffer.
7           It has few dependencies (just libc), supports basic images and
8           text and handles rotation. Its visual look is configurable by
9           basic source changes.
10
11           Also included is a 'client' command utility for sending
12           information to psplash such as boot progress information.
13
14           Start the drawing process with 'psplash -n&' as early as possible.
15           Note: psplash creates a FIFO in /tmp for communication with
16           psplash-write.
17
18           Usage:
19           * Set progress bar to 50 percent:
20             psplash-write "PROGRESS 50"
21
22           * Display message "foobar" above progress bar:
23             psplash-write "MSG foobar"
24
25           * Terminate psplash:
26             psplash-write "QUIT"
27
28           http://git.yoctoproject.org/cgit/cgit.cgi/psplash/
29
30 comment "psplash needs a toolchain w/ wchar"
31         depends on !BR2_USE_WCHAR