configs: pandaboard: correct genimage dependencies
authorPeter Korsgaard <peter@korsgaard.com>
Sun, 13 Mar 2016 22:01:36 +0000 (23:01 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 13 Mar 2016 22:01:36 +0000 (23:01 +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/pandaboard_defconfig

index 7ae1a5086ff563002db9ac3c00f5dad3ee174693..3223d2bdba4ad5ce758b570f3e19a664cf8a0630 100644 (file)
@@ -26,3 +26,4 @@ BR2_TARGET_UBOOT_SPL=y
 BR2_TARGET_UBOOT_SPL_NAME="MLO"
 BR2_PACKAGE_HOST_DOSFSTOOLS=y
 BR2_PACKAGE_HOST_GENIMAGE=y
+BR2_PACKAGE_HOST_MTOOLS=y