summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikko Ylinen <mikko.ylinen@linux.intel.com>2017-01-12 15:55:55 +0200
committerCalifornia Sullivan <california.l.sullivan@intel.com>2017-01-17 10:03:15 -0800
commita7941f79f61d9bb3d946b67c619380e0c88cd9fb (patch)
tree9fdeb119902d259f05cf59361ed809983d06620d
parent368673eab1344fee79932e2dd96289fa6748d8be (diff)
downloadmeta-intel-a7941f79f61d9bb3d946b67c619380e0c88cd9fb.tar.gz
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 <mikko.ylinen@linux.intel.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
-rw-r--r--conf/machine/intel-core2-32.conf2
-rw-r--r--conf/machine/intel-corei7-64.conf2
-rw-r--r--conf/machine/intel-quark.conf2
3 files changed, 3 insertions, 3 deletions
diff --git a/conf/machine/intel-core2-32.conf b/conf/machine/intel-core2-32.conf
index 028801c6..af2e70ed 100644
--- a/conf/machine/intel-core2-32.conf
+++ b/conf/machine/intel-core2-32.conf
@@ -36,5 +36,5 @@ PACKAGE_INSTALL_append_pn-core-image-minimal-initramfs = " linux-firmware-i915"
36 36
37IMAGE_FSTYPES += "wic" 37IMAGE_FSTYPES += "wic"
38WKS_FILE ?= "systemd-bootdisk-uuid.wks" 38WKS_FILE ?= "systemd-bootdisk-uuid.wks"
39do_image_wic[depends] += "gptfdisk-native:do_populate_sysroot" 39do_image_wic[depends] += "gptfdisk-native:do_populate_sysroot mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot"
40do_image_wic[recrdeptask] += "do_bootimg" 40do_image_wic[recrdeptask] += "do_bootimg"
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"
35 35
36IMAGE_FSTYPES += "wic" 36IMAGE_FSTYPES += "wic"
37WKS_FILE ?= "systemd-bootdisk-uuid.wks" 37WKS_FILE ?= "systemd-bootdisk-uuid.wks"
38do_image_wic[depends] += "gptfdisk-native:do_populate_sysroot" 38do_image_wic[depends] += "gptfdisk-native:do_populate_sysroot mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot"
39do_image_wic[recrdeptask] += "do_bootimg" 39do_image_wic[recrdeptask] += "do_bootimg"
diff --git a/conf/machine/intel-quark.conf b/conf/machine/intel-quark.conf
index b56f0501..b615055f 100644
--- a/conf/machine/intel-quark.conf
+++ b/conf/machine/intel-quark.conf
@@ -34,6 +34,6 @@ KERNEL_EXTRA_ARGS = "EXTRA_CFLAGS=-Wa,-momit-lock-prefix=yes"
34 34
35IMAGE_FSTYPES += "wic" 35IMAGE_FSTYPES += "wic"
36WKS_FILE ?= "galileodisk-sd.wks" 36WKS_FILE ?= "galileodisk-sd.wks"
37do_image_wic[depends] += "gptfdisk-native:do_populate_sysroot" 37do_image_wic[depends] += "gptfdisk-native:do_populate_sysroot mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot"
38do_image_wic[recrdeptask] += "do_bootimg" 38do_image_wic[recrdeptask] += "do_bootimg"
39 39