]> code.ossystems Code Review - openembedded-core.git/commit
wic/plugins: Source that support both EFI and BIOS
authorWilliam Bourque <wbourque@gmail.com>
Mon, 22 Jul 2019 20:11:29 +0000 (16:11 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 23 Jul 2019 21:13:38 +0000 (22:13 +0100)
commitc8545d54139c6c48bffd1dd1d39d79891626c6f7
tree778300cacf2dac01875910ef5e9c24111291fda9
parentcbdb000632b6320fe9741b750a7cf3fe5b3ec640
wic/plugins: Source that support both EFI and BIOS

Add a source plugin that support both EFI and legacy PC-Bios.
While using this plugin, both bootloaders configurations reside
in the same /boot partitions.
This plugin has very little code : to avoid code duplication,
we simply re-import bootimg-pcbios and bootmg-efi source and
call both their SourcePlugin methods.

Signed-off-by: William Bourque <wbourque@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/wic/plugins/source/bootimg-biosplusefi.py [new file with mode: 0644]