From 0d4f278d75ebdde92a5ab06f66a896ce01e91b21 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Sun, 13 Mar 2016 22:56:05 +0100 Subject: [PATCH] configs: galileo: correct genimage dependencies The genimage configuration creates a vfat filesystem, so ensure we have dosfstools / mtools built for the host. Signed-off-by: Peter Korsgaard --- configs/galileo_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/galileo_defconfig b/configs/galileo_defconfig index ba8f62f177..9334266b1e 100644 --- a/configs/galileo_defconfig +++ b/configs/galileo_defconfig @@ -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 -- 2.30.2