Re: [yocto] 2 images with single Bitbake recipe

2015-03-10 Thread Nikolay Dimitrov
Hi Francois, On 03/09/2015 10:07 PM, Francois Muller wrote: Hi, You may have a look at meta-intel-iot-devkit layer that does what you expect, I think. It produces: * iot-devkit-image-quark.ext3 * core-image-minimal-initramf

Re: [yocto] 2 images with single Bitbake recipe

2015-03-09 Thread Nikolay Dimitrov
Hi Gary, On 03/09/2015 10:00 PM, Gary Thomas wrote: On 2015-03-09 13:56, Nikolay Dimitrov wrote: Hi Khem, On 03/09/2015 09:31 PM, Khem Raj wrote: On Mar 9, 2015, at 12:22 PM, Nikolay Dimitrov wrote: Hi guys, I need an advice for the following Yocto use case. My system has to boot via mi

Re: [yocto] 2 images with single Bitbake recipe

2015-03-09 Thread Nikolay Dimitrov
Hi Ross, On 03/09/2015 09:58 PM, Burton, Ross wrote: On 9 March 2015 at 19:56, Nikolay Dimitrov mailto:picmas...@mail.bg>> wrote: bitbake myproduct-combined-image ...which should create 2 separate images. If typing both is too much bother, have a recipe that just has DEPENDS=myprodu

Re: [yocto] 2 images with single Bitbake recipe

2015-03-09 Thread Gary Thomas
On 2015-03-09 13:56, Nikolay Dimitrov wrote: Hi Khem, On 03/09/2015 09:31 PM, Khem Raj wrote: On Mar 9, 2015, at 12:22 PM, Nikolay Dimitrov wrote: Hi guys, I need an advice for the following Yocto use case. My system has to boot via minimal initramfs and then must use the full rootfs. I c

Re: [yocto] 2 images with single Bitbake recipe

2015-03-09 Thread Burton, Ross
On 9 March 2015 at 19:56, Nikolay Dimitrov wrote: > bitbake myproduct-combined-image > > ...which should create 2 separate images. > If typing both is too much bother, have a recipe that just has DEPENDS=myproduct-image myproduct-initramfs-image and stub out all the other tasks so it doesn't do

Re: [yocto] 2 images with single Bitbake recipe

2015-03-09 Thread Nikolay Dimitrov
Hi Khem, On 03/09/2015 09:31 PM, Khem Raj wrote: On Mar 9, 2015, at 12:22 PM, Nikolay Dimitrov wrote: Hi guys, I need an advice for the following Yocto use case. My system has to boot via minimal initramfs and then must use the full rootfs. I can use 2 separate recipes to generate the 2 im

Re: [yocto] 2 images with single Bitbake recipe

2015-03-09 Thread Khem Raj
> On Mar 9, 2015, at 12:22 PM, Nikolay Dimitrov wrote: > > Hi guys, > > I need an advice for the following Yocto use case. > > My system has to boot via minimal initramfs and then must use the full > rootfs. I can use 2 separate recipes to generate the 2 images (minimal > initramfs, complete r

[yocto] 2 images with single Bitbake recipe

2015-03-09 Thread Nikolay Dimitrov
Hi guys, I need an advice for the following Yocto use case. My system has to boot via minimal initramfs and then must use the full rootfs. I can use 2 separate recipes to generate the 2 images (minimal initramfs, complete rootfs), but I prefer to create all my build- products via single bitbake