[Buildroot] [git commit] configs: pandaboard: correct genimage dependencies

Peter Korsgaard peter at korsgaard.com
Sun Mar 13 22:01:36 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=c9c2006e31911611a077396b63d0da4ac8fd2055
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

The genimage configuration creates a vfat filesystem, so ensure we have
dosfstools / mtools built for the host.

Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 configs/pandaboard_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/pandaboard_defconfig b/configs/pandaboard_defconfig
index 7ae1a50..3223d2b 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



More information about the buildroot mailing list