[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

[meta-intel] [PATCH 1/2] conf/machine/intel-*: remove do_image_wic depends

2018-02-13 Thread Anuj Mittal
These dependencies on native tools needed by wic images have already been added by image_types_wic bbclass. Appending here results in same dependencies being added twice. Signed-off-by: Anuj Mittal --- conf/machine/intel-core2-32.conf | 1 -