Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] configs/stm32mp157c_dk2: disable mkfs metadata_csum and dir_index options
@ 2019-11-03 11:50 Bartosz Bilas
  2019-11-03 11:50 ` [Buildroot] [PATCH 2/2] board/stm32mp157c-dk2: remove unnecessary workaround Bartosz Bilas
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Bartosz Bilas @ 2019-11-03 11:50 UTC (permalink / raw)
  To: buildroot

To solve issue with non-possibilities to mount rootfs partition we
should disable a new mkfs features such as metadata_csum and
dir_index because there is incompatibility with these options.

Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com>
---
 configs/stm32mp157c_dk2_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/stm32mp157c_dk2_defconfig b/configs/stm32mp157c_dk2_defconfig
index a1e61d752d..ba044e5e55 100644
--- a/configs/stm32mp157c_dk2_defconfig
+++ b/configs/stm32mp157c_dk2_defconfig
@@ -16,6 +16,7 @@ BR2_LINUX_KERNEL_INSTALL_TARGET=y
 BR2_TARGET_ROOTFS_EXT2=y
 BR2_TARGET_ROOTFS_EXT2_4=y
 BR2_TARGET_ROOTFS_EXT2_SIZE="120M"
+BR2_TARGET_ROOTFS_EXT2_MKFS_OPTIONS="-O ^64bit,^metadata_csum,^dir_index"
 # BR2_TARGET_ROOTFS_TAR is not set
 BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
-- 
2.23.0

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

end of thread, other threads:[~2020-01-03  7:52 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-03 11:50 [Buildroot] [PATCH 1/2] configs/stm32mp157c_dk2: disable mkfs metadata_csum and dir_index options Bartosz Bilas
2019-11-03 11:50 ` [Buildroot] [PATCH 2/2] board/stm32mp157c-dk2: remove unnecessary workaround Bartosz Bilas
2019-11-03 18:54   ` Peter Korsgaard
2019-11-04 17:07     ` Bartosz Bilas
2020-01-01 16:21   ` Thomas Petazzoni
2020-01-02 23:22     ` Scott Fan
2020-01-03  7:52       ` Bartosz Biłas
2019-11-03 18:52 ` [Buildroot] [PATCH 1/2] configs/stm32mp157c_dk2: disable mkfs metadata_csum and dir_index options Peter Korsgaard
2019-11-04 17:00   ` Bartosz Bilas
2019-11-09 14:22 ` Thomas Petazzoni
2019-11-09 15:25   ` Bartosz Bilas
2019-11-17 19:31     ` Arnout Vandecappelle
2019-11-18 17:34       ` Bartosz Bilas
2020-01-01 16:20 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox