configs: pandaboard: 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>
2016.08.x
Peter Korsgaard 2016-03-13 23:01:36 +01:00
parent a990616192
commit c9c2006e31
1 changed files with 1 additions and 0 deletions

View File

@ -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