All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2] wandboard: Make explicit that a ext4 rootfs is used
@ 2016-09-11 22:31 Fabio Estevam
  2016-09-12  9:38 ` Thomas Petazzoni
  0 siblings, 1 reply; 3+ messages in thread
From: Fabio Estevam @ 2016-09-11 22:31 UTC (permalink / raw)
  To: buildroot

From: Fabio Estevam <fabio.estevam@nxp.com>

Make explicit that a ext4 rootfs is used.

As explained by Thomas Petazzoni:

"the ext4 filesystem is already used.
Indeed, the ext4 image is a symlink to the ext2 image, and the ext2
image is in fact an ext4 image:

-rw-r--r-- 1 thomas thomas 3763200 sept. 11 21:54 rootfs.ext2
lrwxrwxrwx 1 thomas thomas      11 sept. 11 21:54 rootfs.ext4 -> rootfs.ext2"

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
---
Change sinces v1:
- Fix Subject and commit log to explain that ext4 was already used
and that this patch only make it more evident. (Thomas)

 board/wandboard/genimage.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/board/wandboard/genimage.cfg b/board/wandboard/genimage.cfg
index 32c7c16..b23a91b 100644
--- a/board/wandboard/genimage.cfg
+++ b/board/wandboard/genimage.cfg
@@ -2,7 +2,7 @@
 #
 # The SD card must have at least 1 MB free at the beginning.
 # U-Boot and its environment are dumped as is.
-# A single root filesystem partition is required (Ext2 in this case).
+# A single root filesystem partition is required (Ext4 in this case).
 #
 # For details about the layout, see:
 # http://wiki.wandboard.org/index.php/Boot-process
@@ -25,7 +25,7 @@ image sdcard.img {
 
   partition rootfs {
     partition-type = 0x83
-    image = "rootfs.ext2"
+    image = "rootfs.ext4"
     size = 512M
   }
 }
-- 
2.7.4

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

* [Buildroot] [PATCH v2] wandboard: Make explicit that a ext4 rootfs is used
  2016-09-11 22:31 [Buildroot] [PATCH v2] wandboard: Make explicit that a ext4 rootfs is used Fabio Estevam
@ 2016-09-12  9:38 ` Thomas Petazzoni
  2016-09-12 10:31   ` Fabio Estevam
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2016-09-12  9:38 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun, 11 Sep 2016 19:31:42 -0300, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam@nxp.com>
> 
> Make explicit that a ext4 rootfs is used.
> 
> As explained by Thomas Petazzoni:
> 
> "the ext4 filesystem is already used.
> Indeed, the ext4 image is a symlink to the ext2 image, and the ext2
> image is in fact an ext4 image:
> 
> -rw-r--r-- 1 thomas thomas 3763200 sept. 11 21:54 rootfs.ext2
> lrwxrwxrwx 1 thomas thomas      11 sept. 11 21:54 rootfs.ext4 -> rootfs.ext2"
> 
> Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
> ---
> Change sinces v1:
> - Fix Subject and commit log to explain that ext4 was already used
> and that this patch only make it more evident. (Thomas)

Applied to master, thanks. However maybe at some point you want to move
the wandboard to use the generic freescale genimage/post-image script
that I merged yesterday?

Thanks!

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

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

* [Buildroot] [PATCH v2] wandboard: Make explicit that a ext4 rootfs is used
  2016-09-12  9:38 ` Thomas Petazzoni
@ 2016-09-12 10:31   ` Fabio Estevam
  0 siblings, 0 replies; 3+ messages in thread
From: Fabio Estevam @ 2016-09-12 10:31 UTC (permalink / raw)
  To: buildroot

Hi Thomas,

On Mon, Sep 12, 2016 at 6:38 AM, Thomas Petazzoni
<thomas.petazzoni@free-electrons.com> wrote:

> Applied to master, thanks. However maybe at some point you want to move
> the wandboard to use the generic freescale genimage/post-image script
> that I merged yesterday?

Yes, I will try to move it to the generic genimage/post-image script. Thanks

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

end of thread, other threads:[~2016-09-12 10:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-11 22:31 [Buildroot] [PATCH v2] wandboard: Make explicit that a ext4 rootfs is used Fabio Estevam
2016-09-12  9:38 ` Thomas Petazzoni
2016-09-12 10:31   ` Fabio Estevam

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.