Re: [yocto] Multiple partitions in drive image

2012-10-15 Thread Joshua Immanuel
Hello Mark, On Mon, 2012-10-15 at 14:19 -0500, Mark Hatle wrote: > Is the code you used for the dynamic fstab, partition map, and > bootloader setup and image creation available anywhere? > > I expect it isn't too difficult to create, but if there is something > to start with it would be useful.

Re: [yocto] Multiple partitions in drive image

2012-10-15 Thread Gary Thomas
On 2012-10-15 13:19, Mark Hatle wrote: On 10/15/12 1:59 AM, Joshua Immanuel wrote: Hello Jonathan, On Fri, 2012-10-12 at 21:42 +, Jonathan Haws wrote: What I am trying to do is have Poky build me an image that I can just 'dd' to a SSD and hook up to the system to boot. Since that image wi

Re: [yocto] Multiple partitions in drive image

2012-10-15 Thread Mark Hatle
On 10/15/12 1:59 AM, Joshua Immanuel wrote: Hello Jonathan, On Fri, 2012-10-12 at 21:42 +, Jonathan Haws wrote: What I am trying to do is have Poky build me an image that I can just 'dd' to a SSD and hook up to the system to boot. Since that image will also only be only ~250MB or so, I wou

Re: [yocto] Multiple partitions in drive image

2012-10-15 Thread Jonathan Haws
On Fri, 2012-10-12 at 21:42 +, Jonathan Haws wrote: > What I am trying to do is have Poky build me an image that I can just > 'dd' to a SSD and hook up to the system to boot. Since that image > will also only be only ~250MB or so, I would like to have Poky > generate an image containing multip

Re: [yocto] Multiple partitions in drive image

2012-10-15 Thread Joshua Immanuel
Hello Jonathan, On Fri, 2012-10-12 at 21:42 +, Jonathan Haws wrote: > What I am trying to do is have Poky build me an image that I can just > 'dd' to a SSD and hook up to the system to boot. Since that image > will also only be only ~250MB or so, I would like to have Poky > generate an image

Re: [yocto] Multiple partitions in drive image

2012-10-12 Thread Jonathan Haws
ubject: Re: [yocto] Multiple partitions in drive image Jonathan, For what hardware are you building? It depends on the hardware how you need to layout the file system on the boot device. YP provides you with a kernel image and a root file system image and eventually, dependent on the hard

Re: [yocto] Multiple partitions in drive image

2012-10-12 Thread Rudolf Streif
Jonathan, For what hardware are you building? It depends on the hardware how you need to layout the file system on the boot device. YP provides you with a kernel image and a root file system image and eventually, dependent on the hardware, with bootloaders in ${TMPDIR}/deploy/images. Rudi ___

[yocto] Multiple partitions in drive image

2012-10-12 Thread Jonathan Haws
What I am trying to do is have Poky build me an image that I can just 'dd' to a SSD and hook up to the system to boot. Since that image will also only be only ~250MB or so, I would like to have Poky generate an image containing multiple partitions - a small one containing the boot files, then t