Re: [OE-core] [PATCH v2 1/2] wic/plugins: Source that support both EFI and BIOS

2019-07-17 Thread William Bourque
Hi, Sorry about the failure. I'm trying to figure out what's wrong; the output of the autobuilder is quite puzzling. For test_biosplusefi_plugin_qemu, at line 1303 (https://autobuilder.yoctoproject.org/typhoon/#/builders/79/builds/290/steps/7/logs/step2d) : It seems that for some reason my comman

Re: [OE-core] [PATCH v2 1/2] wic/plugins: Source that support both EFI and BIOS

2019-07-17 Thread Richard Purdie
On Fri, 2019-07-12 at 10:00 -0400, William Bourque wrote: > 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-

[OE-core] [PATCH v2 1/2] wic/plugins: Source that support both EFI and BIOS

2019-07-12 Thread William Bourque
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 Sour