Integrate yocto-install/fnginstall-add-logo-background-arg
Commit: seco-ne/tools/yocto-install@aed2f33a
prepare-logo: add remove parameter
This add -r | --remove parameter to prepare-logo.sh script. If provided, logo files and logo_background_color will be removed from boot directory.
Signed-off-by: Mikhail Vanyulin mikhail.vanyulin@rtsoft.de
--
Commit: seco-ne/tools/yocto-install@530a1c6b
prepare-logo: get background color from file if not specified
Get background color from /boot/logo_background_color if this file is present and -b argument was not specified.
Signed-off-by: Mikhail Vanyulin mikhail.vanyulin@rtsoft.de
--
Commit: seco-ne/tools/yocto-install@8f4ec83d
fng-install: add background color argument
Added --BackgroundColor command line argument. If specified, its value will be saved to /boot/logo_background_color file. It will be later parsed by prepare-logo.sh script.
Signed-off-by: Mikhail Vanyulin mikhail.vanyulin@rtsoft.de