configs: galileo: correct genimage dependencies
authorPeter Korsgaard <peter@korsgaard.com>
Sun, 13 Mar 2016 21:56:05 +0000 (22:56 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 13 Mar 2016 21:56:05 +0000 (22:56 +0100)
The genimage configuration creates a vfat filesystem, so ensure we have
dosfstools / mtools built for the host.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
configs/galileo_defconfig

index ba8f62f177081218b353eb166adcb60ee1df81b6..9334266b1e969312d1e270d07095f582ddb04633 100644 (file)
@@ -20,5 +20,6 @@ BR2_TARGET_ROOTFS_EXT2=y
 BR2_TARGET_ROOTFS_EXT2_4=y
 BR2_TARGET_GRUB2=y
 BR2_TARGET_GRUB2_I386_EFI=y
+BR2_PACKAGE_HOST_DOSFSTOOLS=y
 BR2_PACKAGE_HOST_GENIMAGE=y
 BR2_PACKAGE_HOST_MTOOLS=y