From c9c2006e31911611a077396b63d0da4ac8fd2055 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Sun, 13 Mar 2016 23:01:36 +0100 Subject: [PATCH] configs: pandaboard: 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/pandaboard_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/pandaboard_defconfig b/configs/pandaboard_defconfig index 7ae1a5086f..3223d2bdba 100644 --- a/configs/pandaboard_defconfig +++ b/configs/pandaboard_defconfig @@ -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