Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/4] configs/imx233_olinuxino: Add EXT4 support
@ 2016-11-10 15:39 Fabio Estevam
  2016-11-10 15:39 ` [Buildroot] [PATCH 2/4] imx233_olinuxino: readme: Adjust the generated file names Fabio Estevam
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Fabio Estevam @ 2016-11-10 15:39 UTC (permalink / raw)
  To: buildroot

Select BR2_TARGET_ROOTFS_EXT4 so that an EXT4 rootfs can be generated.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
---
 configs/olimex_imx233_olinuxino_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/olimex_imx233_olinuxino_defconfig b/configs/olimex_imx233_olinuxino_defconfig
index 1040e5e..70e8b5d 100644
--- a/configs/olimex_imx233_olinuxino_defconfig
+++ b/configs/olimex_imx233_olinuxino_defconfig
@@ -32,6 +32,7 @@ BR2_PACKAGE_ZD1211_FIRMWARE=y
 
 # Filesystem
 BR2_TARGET_ROOTFS_EXT2=y
+BR2_TARGET_ROOTFS_EXT4=y
 # BR2_TARGET_ROOTFS_TAR is not set
 
 # U-Boot
-- 
2.7.4

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

end of thread, other threads:[~2016-11-11 15:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-10 15:39 [Buildroot] [PATCH 1/4] configs/imx233_olinuxino: Add EXT4 support Fabio Estevam
2016-11-10 15:39 ` [Buildroot] [PATCH 2/4] imx233_olinuxino: readme: Adjust the generated file names Fabio Estevam
2016-11-10 15:39 ` [Buildroot] [PATCH 3/4] imx233_olinuxino: readme: Improve SD card flashing procedure Fabio Estevam
2016-11-10 15:39 ` [Buildroot] [PATCH 4/4] imx233_olinuxino: readme: Remove a section Fabio Estevam
2016-11-10 17:42 ` [Buildroot] [PATCH 1/4] configs/imx233_olinuxino: Add EXT4 support François Perrad
2016-11-11 15:35 ` Thomas Petazzoni

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