Integrate yocto-install/parse-logo-background
Commit: seco-ne/tools/yocto-install@c34ac8f9
prepare-logo.sh: simplify nallino detection
Calling get_platform function on Tanaro results in early "exit 1", as mx8 boards are not handled in it.
Signed-off-by: Mikhail Vanyulin mikhail.vanyulin@rtsoft.de
--
Commit: seco-ne/tools/yocto-install@9c26e550
prepare-logo.sh: fix grep busybox compatibility
busybox grep does not have -P option
Signed-off-by: Mikhail Vanyulin mikhail.vanyulin@rtsoft.de
--
Commit: seco-ne/tools/yocto-install@fa993f50
prepare-logo.sh: add automatic parsing of logo background color
If PNG file contains an optional block which defines a background in RGB format, background color will be exctracted and set. Also remove all changes to vt coloring if logo file was not found.
Signed-off-by: Mikhail Vanyulin mikhail.vanyulin@rtsoft.de