diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2016-03-13 23:04:09 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-03-13 23:04:09 +0100 |
commit | ead386e8d39fa1ca1f00f5aa7959a7eedde00c87 (patch) | |
tree | f86193517e88d61bdc2ddfac74838c9471549c3e | |
parent | c9c2006e31911611a077396b63d0da4ac8fd2055 (diff) | |
download | buildroot-ead386e8d39fa1ca1f00f5aa7959a7eedde00c87.tar.gz buildroot-ead386e8d39fa1ca1f00f5aa7959a7eedde00c87.zip |
configs: via_imx6_vab820: 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>
-rw-r--r-- | configs/via_imx6_vab820_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/via_imx6_vab820_defconfig b/configs/via_imx6_vab820_defconfig index d2f62c5409..b813dec3f9 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" |