Set your own logo#
Before we get started you need to create an image with the following
Logo requirements
The logo image needs to be
at least 480 pixel wide OR at least 480 pixel high
it needs to include transparency
A safe choice is PNG
format.
Override the default image#
In your custom project layer, do
$ mkdir -p recipes-graphics/boot-logo-creator/files
$ touch recipes-graphics/boot-logo-creator/boot-logo-creator_%.bbappend
and now fill the file boot-logo-creator_%.bbappend with the following content
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
now place your logo image as recipes-graphics/boot-logo-creator/files/branding.png.
Tip
If you want to use a different filename than branding.png
you need to set
LOGO_BRANDING="<filename>"
in your custom distribution config as well.