Re: [meta-intel] [PATCH 2/2] conf: override WKS_FILE_DEPENDS for intel machines

2018-03-01 Thread Anuj Mittal
On 03/02/2018 06:33 AM, Cal Sullivan wrote: > I've noticed a corner case in which this causes a failure. > > If you set WKS_FILE = "mkefidisk.wks" manually, grub-efi does not get > put in the boot partition. To make matters worse, wic does not report an > error, its just silent. Oh :( it

Re: [meta-intel] [PATCH 2/2] conf: override WKS_FILE_DEPENDS for intel machines

2018-03-01 Thread Cal Sullivan
I've noticed a corner case in which this causes a failure. If you set WKS_FILE = "mkefidisk.wks" manually, grub-efi does not get put in the boot partition. To make matters worse, wic does not report an error, its just silent. Thanks, Cal On 02/13/2018 03:32 AM, Anuj Mittal wrote:

[meta-intel] [PATCH 2/2] conf: override WKS_FILE_DEPENDS for intel machines

2018-02-13 Thread Anuj Mittal
WKS_FILE_DEPENDS includes all the dependencies for producing wic images and is meant to be overridden with correct set by image recipes. Right now, the default values result in grub-efi being built even when EFI_PROVIDER is set to systemd-boot. Change the value to depend only on the EFI_PROVIDER