configs/engicam_imx6qdl_icore_defconfig: add missing tools
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 24 Jun 2017 12:24:53 +0000 (14:24 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 24 Jun 2017 12:25:44 +0000 (14:25 +0200)
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>
configs/engicam_imx6qdl_icore_defconfig

index e0d89faf67b971b1c82cb23bcae29a69a1544eb9..17acdf56cbbb00b3a4e8ec7dfd8deaf2700185ef 100644 (file)
@@ -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"