poky/scripts/lib/wic
Ming Liu 20eb0733e5 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.

(From OE-Core rev: 37e16188ef3b1b328eb18b3e459c051c9c9f0332)

Signed-off-by: Ming Liu <liu.ming50@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-11-16 11:46:07 +00:00
..
canned-wks qemux86-directdisk: remove mem= parameter 2018-10-04 14:31:06 +01:00
plugins wic: bootimg-efi: add a title source parameter 2018-11-16 11:46:07 +00:00
__init__.py wic: move WicError to lib/wic/__init__.py 2017-03-04 23:18:17 +00:00
engine.py wic: make engine.py:get_partitions() resilient to parted/dmidecode stderr output 2018-10-12 16:57:21 +01:00
filemap.py wic: use explicit errno import 2018-11-07 23:08:55 +00:00
help.py wic: Introduce the --use-label partition parameter 2018-09-13 07:42:28 +01:00
ksparser.py wic: Introduce the --use-label partition parameter 2018-09-13 07:42:28 +01:00
misc.py wic: misc.py: Use mmd from mtools instead of syslinux 2017-11-05 22:33:23 +00:00
partition.py wic: Introduce the --use-label partition parameter 2018-09-13 07:42:28 +01:00
pluginbase.py wic: Add post operation hook for SourcePlugin 2018-03-04 11:35:40 +00:00