From acbbde22f6618de1277d52756715081c1ee8c045 Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Mon, 27 May 2013 12:13:27 +0200 Subject: [PATCH] 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 --- .../recipes-core/psplash/psplash_git.bbappend | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 meta-digi-del/recipes-core/psplash/psplash_git.bbappend diff --git a/meta-digi-del/recipes-core/psplash/psplash_git.bbappend b/meta-digi-del/recipes-core/psplash/psplash_git.bbappend new file mode 100644 index 000000000..74b11e8dc --- /dev/null +++ b/meta-digi-del/recipes-core/psplash/psplash_git.bbappend @@ -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 ."