All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] configs/stm32f469_disco: add host {dosfs, m}tools
@ 2021-06-22  8:42 Peter Korsgaard
  2021-06-23  7:13 ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Korsgaard @ 2021-06-22  8:42 UTC (permalink / raw)
  To: buildroot

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 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configs/stm32f469_disco_defconfig b/configs/stm32f469_disco_defconfig
index c537197ff6..e538a664e2 100644
--- 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
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] configs/stm32f469_disco: add host {dosfs, m}tools
  2021-06-22  8:42 [Buildroot] [PATCH] configs/stm32f469_disco: add host {dosfs, m}tools Peter Korsgaard
@ 2021-06-23  7:13 ` Peter Korsgaard
  2021-06-24  7:22   ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Korsgaard @ 2021-06-23  7:13 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

 > 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>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] configs/stm32f469_disco: add host {dosfs, m}tools
  2021-06-23  7:13 ` Peter Korsgaard
@ 2021-06-24  7:22   ` Peter Korsgaard
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2021-06-24  7:22 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:
 >> 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>

 > Committed, thanks.

Committed to 2021.02.x and 2021.05.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-06-24  7:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-22  8:42 [Buildroot] [PATCH] configs/stm32f469_disco: add host {dosfs, m}tools Peter Korsgaard
2021-06-23  7:13 ` Peter Korsgaard
2021-06-24  7:22   ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.