Re: [OE-core] [RFC PATCH 0/2] Fully support ext3/ext4 rootfs generation

2013-03-05 Thread Robert Yang
On 03/04/2013 10:10 PM, Richard Purdie wrote: On Mon, 2013-03-04 at 21:42 +0800, Robert Yang wrote: On 03/04/2013 02:21 AM, Darren Hart wrote: On 03/03/2013 09:15 AM, Darren Hart wrote: Yes, we do have hard links in the rootfs, e.g: core-image-sato and core-image-sato-sdk: # The sato $

Re: [OE-core] [RFC PATCH 0/2] Fully support ext3/ext4 rootfs generation

2013-03-04 Thread Darren Hart
On 03/04/2013 06:10 AM, Richard Purdie wrote: > On Mon, 2013-03-04 at 21:42 +0800, Robert Yang wrote: >> >> On 03/04/2013 02:21 AM, Darren Hart wrote: >>> >>> >>> On 03/03/2013 09:15 AM, Darren Hart wrote: > >> Yes, we do have hard links in the rootfs, e.g: core-image-sato and >> core-image-sat

Re: [OE-core] [RFC PATCH 0/2] Fully support ext3/ext4 rootfs generation

2013-03-04 Thread Richard Purdie
On Mon, 2013-03-04 at 21:42 +0800, Robert Yang wrote: > > On 03/04/2013 02:21 AM, Darren Hart wrote: > > > > > > On 03/03/2013 09:15 AM, Darren Hart wrote: > Yes, we do have hard links in the rootfs, e.g: core-image-sato and > core-image-sato-sdk: > > # The sato > $ find core-image-sato/1.0-r0/

Re: [OE-core] [RFC PATCH 0/2] Fully support ext3/ext4 rootfs generation

2013-03-04 Thread Robert Yang
On 03/04/2013 09:42 PM, Robert Yang wrote: On 03/04/2013 02:21 AM, Darren Hart wrote: On 03/03/2013 09:15 AM, Darren Hart wrote: On 03/02/2013 03:39 AM, Richard Purdie wrote: On Sat, 2013-03-02 at 18:46 +0800, Robert Yang wrote: Replace genext2fs with populate-extfs.sh in image_types.

Re: [OE-core] [RFC PATCH 0/2] Fully support ext3/ext4 rootfs generation

2013-03-04 Thread Robert Yang
On 03/04/2013 02:21 AM, Darren Hart wrote: On 03/03/2013 09:15 AM, Darren Hart wrote: On 03/02/2013 03:39 AM, Richard Purdie wrote: On Sat, 2013-03-02 at 18:46 +0800, Robert Yang wrote: Replace genext2fs with populate-extfs.sh in image_types.bbclass to fully support ext3/ext4 rootfs. Co

Re: [OE-core] [RFC PATCH 0/2] Fully support ext3/ext4 rootfs generation

2013-03-03 Thread Darren Hart
On 03/03/2013 09:15 AM, Darren Hart wrote: > > > On 03/02/2013 03:39 AM, Richard Purdie wrote: >> On Sat, 2013-03-02 at 18:46 +0800, Robert Yang wrote: >>> Replace genext2fs with populate-extfs.sh in image_types.bbclass to fully >>> support ext3/ext4 rootfs. >>> >>> Comments from Darren: >>> We

Re: [OE-core] [RFC PATCH 0/2] Fully support ext3/ext4 rootfs generation

2013-03-03 Thread Darren Hart
On 03/02/2013 03:39 AM, Richard Purdie wrote: > On Sat, 2013-03-02 at 18:46 +0800, Robert Yang wrote: >> Replace genext2fs with populate-extfs.sh in image_types.bbclass to fully >> support ext3/ext4 rootfs. >> >> Comments from Darren: >> We used genext2fs to create ext3/ext4 rootfs in the past, b

Re: [OE-core] [RFC PATCH 0/2] Fully support ext3/ext4 rootfs generation

2013-03-02 Thread Richard Purdie
On Sat, 2013-03-02 at 18:46 +0800, Robert Yang wrote: > Replace genext2fs with populate-extfs.sh in image_types.bbclass to fully > support ext3/ext4 rootfs. > > Comments from Darren: > We used genext2fs to create ext3/ext4 rootfs in the past, basically, > genext2fs doesn't support creating ext4 fi

[OE-core] [RFC PATCH 0/2] Fully support ext3/ext4 rootfs generation

2013-03-02 Thread Robert Yang
Replace genext2fs with populate-extfs.sh in image_types.bbclass to fully support ext3/ext4 rootfs. Comments from Darren: We used genext2fs to create ext3/ext4 rootfs in the past, basically, genext2fs doesn't support creating ext4 filesystems. It creates, as I understand it, an ext2 filesystem, the