projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9c2006
)
configs: via_imx6_vab820: correct genimage dependencies
author
Peter Korsgaard
<peter@korsgaard.com>
Sun, 13 Mar 2016 22:04:09 +0000
(23:04 +0100)
committer
Peter Korsgaard
<peter@korsgaard.com>
Sun, 13 Mar 2016 22:04:09 +0000
(23:04 +0100)
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>
configs/via_imx6_vab820_defconfig
patch
|
blob
|
history
diff --git
a/configs/via_imx6_vab820_defconfig
b/configs/via_imx6_vab820_defconfig
index d2f62c5409a1242c03a9c8df5941c451d873e392..b813dec3f921758cdc75cf5e8051b46b62c6c78b 100644
(file)
--- 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"