Re: [OE-core] [PATCH v4 7/7] image_types_wic: schedule prepare_wic_build correctly

2017-05-23 Thread Burton, Ross
On 22 May 2017 at 08:19, Ed Bartosh wrote: > I'll try to test it with meta-intel. Can you provide more detailed > instructions how to reproduce this issue? Which image did you try to > build? > I just hit this. image_types_wic does this: +d.appendVarFlag('do_prepare_wic_build', 'de

Re: [OE-core] [PATCH v4 7/7] image_types_wic: schedule prepare_wic_build correctly

2017-05-22 Thread Ed Bartosh
On Fri, May 19, 2017 at 10:55:46PM +, Wold, Saul wrote: > On Wed, 2017-05-17 at 13:47 +, Ed Bartosh wrote: > > Scheduled prepare_wic_build only if wic build enabled. > > Added dependencies to kernel and efi bootloader deploy > > tasks only if EFI is enabled. > > > > This should fix build f

Re: [OE-core] [PATCH v4 7/7] image_types_wic: schedule prepare_wic_build correctly

2017-05-19 Thread Wold, Saul
On Wed, 2017-05-17 at 13:47 +, Ed Bartosh wrote: > Scheduled prepare_wic_build only if wic build enabled. > Added dependencies to kernel and efi bootloader deploy > tasks only if EFI is enabled. > > This should fix build failure on machines without > EFI functionality. > > Signed-off-by: Ed B

[OE-core] [PATCH v4 7/7] image_types_wic: schedule prepare_wic_build correctly

2017-05-17 Thread Ed Bartosh
Scheduled prepare_wic_build only if wic build enabled. Added dependencies to kernel and efi bootloader deploy tasks only if EFI is enabled. This should fix build failure on machines without EFI functionality. Signed-off-by: Ed Bartosh --- meta/classes/image_types_wic.bbclass | 27 ++