projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ade33c
)
configs: galileo: correct genimage dependencies
author
Peter Korsgaard
<peter@korsgaard.com>
Sun, 13 Mar 2016 21:56:05 +0000
(22:56 +0100)
committer
Peter Korsgaard
<peter@korsgaard.com>
Sun, 13 Mar 2016 21:56:05 +0000
(22:56 +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/galileo_defconfig
patch
|
blob
|
history
diff --git
a/configs/galileo_defconfig
b/configs/galileo_defconfig
index ba8f62f177081218b353eb166adcb60ee1df81b6..9334266b1e969312d1e270d07095f582ddb04633 100644
(file)
--- a/
configs/galileo_defconfig
+++ b/
configs/galileo_defconfig
@@
-20,5
+20,6
@@
BR2_TARGET_ROOTFS_EXT2=y
BR2_TARGET_ROOTFS_EXT2_4=y
BR2_TARGET_GRUB2=y
BR2_TARGET_GRUB2_I386_EFI=y
+BR2_PACKAGE_HOST_DOSFSTOOLS=y
BR2_PACKAGE_HOST_GENIMAGE=y
BR2_PACKAGE_HOST_MTOOLS=y