diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-06-24 14:24:53 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-06-24 14:25:44 +0200 |
commit | a608dab6c61b6b3554977064dd4f700617ca05c5 (patch) | |
tree | 98712339062c8840bf70aedd0c0e90c24cbba990 | |
parent | c6473f8e8ac0e58b81343fdfdcce79c56ef182c7 (diff) | |
download | buildroot-a608dab6c61b6b3554977064dd4f700617ca05c5.tar.gz buildroot-a608dab6c61b6b3554977064dd4f700617ca05c5.zip |
configs/engicam_imx6qdl_icore_defconfig: add missing tools
A VFAT filesystem is described in the genimage configuration file, so
we need host-dosfstools and host-mtools enabled in the defconfig.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | configs/engicam_imx6qdl_icore_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/engicam_imx6qdl_icore_defconfig b/configs/engicam_imx6qdl_icore_defconfig index e0d89faf67..17acdf56cb 100644 --- a/configs/engicam_imx6qdl_icore_defconfig +++ b/configs/engicam_imx6qdl_icore_defconfig @@ -36,6 +36,8 @@ BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6dl-icore imx6q-icore" BR2_TARGET_GENERIC_ISSUE="Welcome to Engicam i.CoreM6 Quad/Dual/DualLite/Solo Starter Kit" 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="support/scripts/genimage.sh" BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/engicam/genimage.cfg" |