projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f845aeb
)
configs: cubieboard2: correct genimage dependencies
author
Peter Korsgaard
<peter@korsgaard.com>
Sun, 13 Mar 2016 21:52:39 +0000
(22:52 +0100)
committer
Peter Korsgaard
<peter@korsgaard.com>
Sun, 13 Mar 2016 21:54:27 +0000
(22:54 +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/cubieboard2_defconfig
patch
|
blob
|
history
diff --git
a/configs/cubieboard2_defconfig
b/configs/cubieboard2_defconfig
index 9511cba80d6291013bd2fc6ed602838989e2f917..a68c507388d378132477f10a784cb82812e2279e 100644
(file)
--- a/
configs/cubieboard2_defconfig
+++ b/
configs/cubieboard2_defconfig
@@
-25,5
+25,7
@@
BR2_TARGET_UBOOT_BOARD_DEFCONFIG="Cubieboard2"
BR2_TARGET_UBOOT_NEEDS_DTC=y
BR2_TARGET_UBOOT_SPL=y
BR2_TARGET_UBOOT_SPL_NAME="u-boot-sunxi-with-spl.bin"
+BR2_PACKAGE_HOST_DOSFSTOOLS=y
BR2_PACKAGE_HOST_GENIMAGE=y
+BR2_PACKAGE_HOST_MTOOLS=y
BR2_PACKAGE_HOST_UBOOT_TOOLS=y