From a7941f79f61d9bb3d946b67c619380e0c88cd9fb Mon Sep 17 00:00:00 2001 From: Mikko Ylinen Date: Thu, 12 Jan 2017 15:55:55 +0200 Subject: intel-*: build dosfs/mtools for wic image creation intel-* machines default to an EFI bootloader which runs from an EFI system partition (ESP). Also, the ESP needs to be vfat formatted. Make sure the dosfs/mtools used by wic and its plugins that deal with vfat are built and available (without depending on do_bootimg) when wic images are being created. Signed-off-by: Mikko Ylinen Signed-off-by: California Sullivan --- conf/machine/intel-corei7-64.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine/intel-corei7-64.conf') diff --git a/conf/machine/intel-corei7-64.conf b/conf/machine/intel-corei7-64.conf index 1d7985e3..eacca776 100644 --- a/conf/machine/intel-corei7-64.conf +++ b/conf/machine/intel-corei7-64.conf @@ -35,5 +35,5 @@ PACKAGE_INSTALL_append_pn-core-image-minimal-initramfs = " linux-firmware-i915" IMAGE_FSTYPES += "wic" WKS_FILE ?= "systemd-bootdisk-uuid.wks" -do_image_wic[depends] += "gptfdisk-native:do_populate_sysroot" +do_image_wic[depends] += "gptfdisk-native:do_populate_sysroot mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot" do_image_wic[recrdeptask] += "do_bootimg" -- cgit v1.2.3-54-g00ecf