psplash: do not launch on target's shutdown
psplash utility is throwing errors on target's shutdown when using the serial terminal as console. Override the psplash initscript configuration so it only runs on target's boot. https://jira.digi.com/browse/DEL-260 Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
a448713777
commit
acbbde22f6
|
|
@ -0,0 +1,10 @@
|
|||
# Copyright (C) 2013 Digi International.
|
||||
|
||||
PRINC := "${@int(PRINC) + 1}"
|
||||
PR_append = "+${DISTRO}"
|
||||
|
||||
# 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