Re: [yocto] Create uncompressed rootfs

2015-11-04 Thread Andre McCurdy
On Tue, Nov 3, 2015 at 3:54 AM, Anders Darander wrote: > * Andre McCurdy [151103 11:34]: > >> On Mon, Nov 2, 2015 at 11:05 PM, Anders Darander >> wrote: >> > * Andre McCurdy [151102 20:35]: > >> >> See the

Re: [yocto] Create uncompressed rootfs

2015-11-03 Thread Anders Darander
* Andre McCurdy [151103 11:34]: > On Mon, Nov 2, 2015 at 11:05 PM, Anders Darander > wrote: > > * Andre McCurdy [151102 20:35]: > >> See the "IMAGE_TYPES" variable for a list of rootfs types which are > >> supported. There's

Re: [yocto] Create uncompressed rootfs

2015-11-03 Thread Andre McCurdy
On Mon, Nov 2, 2015 at 11:05 PM, Anders Darander wrote: > * Andre McCurdy [151102 20:35]: > >> See the "IMAGE_TYPES" variable for a list of rootfs types which are >> supported. There's support for creating an uncompressed .tar file, but >> I don't see

Re: [yocto] Create uncompressed rootfs

2015-11-02 Thread Marco Cavallini
You could mount the .ext3 image on a partition using -o loop or find/customize a different solution using IMAGE_TYPES (i.e. when IMAGE_FSTYPES contains "live") http://www.yoctoproject.org/docs/1.8/ref-manual/ref-manual.html -- Marco Cavallini | KOAN sas | Bergamo - Italia embedded and real-time

Re: [yocto] Create uncompressed rootfs

2015-11-02 Thread Andre McCurdy
On Sun, Nov 1, 2015 at 9:20 PM, Roberto wrote: > Hi, > Hi Roberto, > > I apologise if this is not the right channel for asking the following > question. If so, please advise me on a more appropriate support channel. > > > > I am looking for the quickest workflow for

Re: [yocto] Create uncompressed rootfs

2015-11-02 Thread Anders Darander
* Andre McCurdy [151102 20:35]: > See the "IMAGE_TYPES" variable for a list of rootfs types which are > supported. There's support for creating an uncompressed .tar file, but > I don't see any support for creating a rootfs directory under > tmp/deploy. No, the usual