meta-digi-dey: remove splash support
This removes the Openembedded logo and leaves the kernel splash until the desktop is ready. https://jira.digi.com/browse/DEL-1131 Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
656e0cbfc5
commit
9e8c3630de
|
|
@ -5,7 +5,7 @@ DESCRIPTION = "Graphical image based on SATO, a gnome mobile environment visual
|
|||
|
||||
PR = "${INC_PR}.0"
|
||||
|
||||
IMAGE_FEATURES += "splash package-management dey-gstreamer x11-base x11-sato"
|
||||
IMAGE_FEATURES += "package-management dey-gstreamer x11-base x11-sato"
|
||||
|
||||
LICENSE = "MIT"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +0,0 @@
|
|||
# Copyright (C) 2013 Digi International.
|
||||
|
||||
# Override default bootscript settings from Poky
|
||||
#
|
||||
# On an embedded target using the serial terminal as console, the
|
||||
# 'psplash' utility throws several errors on target's shutdown.
|
||||
INITSCRIPT_PARAMS = "start 0 S ."
|
||||
Loading…
Reference in New Issue