mirror of
https://git.yoctoproject.org/poky
synced 2026-04-06 20:02:21 +02:00
poky: add support for changing bootsplash application
SPLASH variable contains name of package which handles bootprogress display. By default psplash is used. Signed-off-by: Marcin Juszkiewicz <marcin@buglabs.net>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#
|
||||
|
||||
DESCRIPTION = "Tasks for OpenedHand Poky"
|
||||
PR = "r30"
|
||||
PR = "r31"
|
||||
|
||||
PACKAGES = "\
|
||||
task-poky-apps-console \
|
||||
@@ -26,13 +26,14 @@ XSERVER ?= "xserver-kdrive-fbdev"
|
||||
|
||||
ALLOW_EMPTY = "1"
|
||||
|
||||
SPLASH ?= "psplash"
|
||||
|
||||
RDEPENDS_task-poky-apps-console = "\
|
||||
avahi-daemon \
|
||||
dropbear \
|
||||
dbus \
|
||||
portmap \
|
||||
psplash"
|
||||
${SPLASH}"
|
||||
|
||||
|
||||
RDEPENDS_task-poky-x11-base = "\
|
||||
|
||||
Reference in New Issue
Block a user