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

Peter Korsgaard peter at korsgaard.com
Sun Mar 13 22:04:09 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=ead386e8d39fa1ca1f00f5aa7959a7eedde00c87
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/via_imx6_vab820_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configs/via_imx6_vab820_defconfig b/configs/via_imx6_vab820_defconfig
index d2f62c5..b813dec 100644
--- a/configs/via_imx6_vab820_defconfig
+++ b/configs/via_imx6_vab820_defconfig
@@ -27,5 +27,7 @@ BR2_TARGET_UBOOT_FORMAT_IMX=y
 # Filesystem
 BR2_TARGET_ROOTFS_EXT2=y
 BR2_TARGET_ROOTFS_EXT2_4=y
+BR2_PACKAGE_HOST_DOSFSTOOLS=y
 BR2_PACKAGE_HOST_GENIMAGE=y
+BR2_PACKAGE_HOST_MTOOLS=y
 BR2_ROOTFS_POST_IMAGE_SCRIPT="board/via/imx6_vab820/post-image.sh"


More information about the buildroot mailing list