projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d56fa94
)
configs/stm32f469_disco: add host {dosfs, m}tools
author
Peter Korsgaard
<peter@korsgaard.com>
Tue, 22 Jun 2021 08:42:43 +0000
(10:42 +0200)
committer
Peter Korsgaard
<peter@korsgaard.com>
Wed, 23 Jun 2021 07:13:27 +0000
(09:13 +0200)
Commit
04a0094f0ef077
(configs/stm32f469_disco: fix kernel bootup) changed
the defconfig to build a vfat image, but forgot to add dosfstools/mtools
host utilities needed for this.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
configs/stm32f469_disco_defconfig
patch
|
blob
|
history
diff --git
a/configs/stm32f469_disco_defconfig
b/configs/stm32f469_disco_defconfig
index c537197ff6c9be9fe8764d31c79b144e12088da2..e538a664e28f77d8fff33da3b94d7983c0234b59 100644
(file)
--- a/
configs/stm32f469_disco_defconfig
+++ b/
configs/stm32f469_disco_defconfig
@@
-19,5
+19,7
@@
BR2_TARGET_ROOTFS_EXT2_SIZE="32M"
# BR2_TARGET_ROOTFS_TAR is not set
BR2_TARGET_UBOOT=y
BR2_TARGET_UBOOT_BOARD_DEFCONFIG="stm32f469-discovery"
+BR2_PACKAGE_HOST_DOSFSTOOLS=y
BR2_PACKAGE_HOST_GENIMAGE=y
+BR2_PACKAGE_HOST_MTOOLS=y
BR2_PACKAGE_HOST_OPENOCD=y