]> code.ossystems Code Review - openembedded-core.git/commit
wic: add systemd-boot option in EFI boot image plugin
authorJianxun Zhang <jianxun.zhang@linux.intel.com>
Fri, 8 Jul 2016 17:44:29 +0000 (10:44 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 20 Jul 2016 09:24:50 +0000 (10:24 +0100)
commitdaa5f8b886408eb6a17898b18ac97d5a0d76d2cc
treec1d8a5d505f617894456fb2a97ded8a351f106ec
parentfa436aeb3242cbfdbbe16d448d45bce8eb5b74fd
wic: add systemd-boot option in EFI boot image plugin

The new systemd-boot enabled in OE is the old gummiboot
merged into systemd project. Our intention is to replace
gummiboot with systemd-boot in OE once every feature based
on gummiboot is supported with systemd-boot.

Before we can purge gummiboot, we temporarily keep both of
the two bootloaders supported.

Patch doesn't do replacement for every "gummi" occurrence.
We think cleaning can be done in background after we disable
people to use gummiboot, so we just keep change small and
safe this time.

Signed-off-by: Jianxun Zhang <jianxun.zhang@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/lib/wic/plugins/source/bootimg-efi.py