diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2016-03-13 23:01:36 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-03-13 23:01:36 +0100 |
commit | c9c2006e31911611a077396b63d0da4ac8fd2055 (patch) | |
tree | c852115bb59f7c9084603cceaf079eac83c03f83 | |
parent | a990616192b9d9d5bd6a43f163822b0b8d6555c2 (diff) |
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>
-rw-r--r-- | configs/pandaboard_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/pandaboard_defconfig b/configs/pandaboard_defconfig index 7ae1a5086..3223d2bdb 100644 --- a/configs/pandaboard_defconfig +++ b/configs/pandaboard_defconfig @@ -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 |