All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] imx6ulevk: Use ext4 as filesystem type
@ 2016-05-07 14:32 Fabio Estevam
  2016-05-08 13:15 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Fabio Estevam @ 2016-05-07 14:32 UTC (permalink / raw)
  To: buildroot

Extend the filesystem type to ext4.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
 board/freescale/imx6ulevk/genimage.cfg | 4 ++--
 configs/freescale_imx6ulevk_defconfig  | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/board/freescale/imx6ulevk/genimage.cfg b/board/freescale/imx6ulevk/genimage.cfg
index 36ede1c..b58193a 100644
--- a/board/freescale/imx6ulevk/genimage.cfg
+++ b/board/freescale/imx6ulevk/genimage.cfg
@@ -4,7 +4,7 @@
 # * the microSD card must have 1 kB free space at the beginning,
 # * U-Boot is dumped as is,
 # * a FAT partition at offset 8 MB is containing zImage and dtbs,
-# * a single root filesystem partition is required (Ext2 in this case).
+# * a single root filesystem partition is required (Ext4 in this case).
 #
 
 image boot.vfat {
@@ -36,6 +36,6 @@ image sdcard.img {
 
   partition rootfs {
     partition-type = 0x83
-    image = "rootfs.ext2"
+    image = "rootfs.ext4"
   }
 }
diff --git a/configs/freescale_imx6ulevk_defconfig b/configs/freescale_imx6ulevk_defconfig
index b8a1f86..fbb420e 100644
--- a/configs/freescale_imx6ulevk_defconfig
+++ b/configs/freescale_imx6ulevk_defconfig
@@ -33,3 +33,4 @@ BR2_PACKAGE_HOST_MTOOLS=y
 # filesystem / image
 BR2_ROOTFS_POST_IMAGE_SCRIPT="board/freescale/imx6ulevk/post-image.sh"
 BR2_TARGET_ROOTFS_EXT2=y
+BR2_TARGET_ROOTFS_EXT2_4=y
-- 
1.9.1

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

* [Buildroot] [PATCH] imx6ulevk: Use ext4 as filesystem type
  2016-05-07 14:32 [Buildroot] [PATCH] imx6ulevk: Use ext4 as filesystem type Fabio Estevam
@ 2016-05-08 13:15 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2016-05-08 13:15 UTC (permalink / raw)
  To: buildroot

Hello,

On Sat,  7 May 2016 11:32:18 -0300, Fabio Estevam wrote:
> Extend the filesystem type to ext4.
> 
> Signed-off-by: Fabio Estevam <festevam@gmail.com>
> ---
>  board/freescale/imx6ulevk/genimage.cfg | 4 ++--
>  configs/freescale_imx6ulevk_defconfig  | 1 +
>  2 files changed, 3 insertions(+), 2 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2016-05-08 13:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-07 14:32 [Buildroot] [PATCH] imx6ulevk: Use ext4 as filesystem type Fabio Estevam
2016-05-08 13:15 ` Thomas Petazzoni

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.