]> code.ossystems Code Review - openembedded-core.git/commit
wic: bootimg-efi: add a title source parameter
authorMing Liu <liu.ming50@gmail.com>
Wed, 14 Nov 2018 19:05:31 +0000 (20:05 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 16 Nov 2018 09:32:17 +0000 (09:32 +0000)
commit37e16188ef3b1b328eb18b3e459c051c9c9f0332
tree2abbc9f8d523436275303a201217095987178aba
parent8b2df6e5874b932b356847c5bde10d5b31d67213
wic: bootimg-efi: add a title source parameter

Sometimes the users might want to change the title showing on UEFI
booting screen, so far it's hard-coded to 'boot'.

There is not a easy way to customize it in current design, I tried
firstly with '--configfile', but that does not work with --use-uuid,
since the later option will generate a UUID and write it to boot
config, only when the former option is not enabled.

So a new source parameter 'titile' is added in this patch, it defaults
to 'boot' to be consistent with the original title.

Signed-off-by: Ming Liu <liu.ming50@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/wic/plugins/source/bootimg-efi.py