summaryrefslogtreecommitdiff
path: root/configs/pandaboard_defconfig
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2016-03-13 23:01:36 +0100
committerPeter Korsgaard <peter@korsgaard.com>2016-03-13 23:01:36 +0100
commitc9c2006e31911611a077396b63d0da4ac8fd2055 (patch)
treec852115bb59f7c9084603cceaf079eac83c03f83 /configs/pandaboard_defconfig
parenta990616192b9d9d5bd6a43f163822b0b8d6555c2 (diff)
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 <peter@korsgaard.com>
Diffstat (limited to 'configs/pandaboard_defconfig')
-rw-r--r--configs/pandaboard_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/pandaboard_defconfig b/configs/pandaboard_defconfig
index 7ae1a5086..3223d2bdb 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