Re: [yocto] Image that depends on another image

2014-08-28 Thread Khem Raj
On 14-08-27 06:43:09, Seth Bollinger wrote: On Thu, Aug 21, 2014 at 7:25 PM, Christopher Larson clar...@kergoth.com wrote: On Thu, Aug 21, 2014 at 5:08 PM, Seth Bollinger seth.b...@gmail.com wrote: Our device requires two images to be built. Is there any way to have the first

Re: [yocto] Image that depends on another image

2014-08-28 Thread Diego Sueiro
On Thu, Aug 28, 2014 at 4:27 AM, Khem Raj raj.k...@gmail.com wrote: On 14-08-27 06:43:09, Seth Bollinger wrote: On Thu, Aug 21, 2014 at 7:25 PM, Christopher Larson clar...@kergoth.com wrote: On Thu, Aug 21, 2014 at 5:08 PM, Seth Bollinger seth.b...@gmail.com wrote: Our

Re: [yocto] Image that depends on another image

2014-08-27 Thread Seth Bollinger
On Thu, Aug 21, 2014 at 7:25 PM, Christopher Larson clar...@kergoth.com wrote: On Thu, Aug 21, 2014 at 5:08 PM, Seth Bollinger seth.b...@gmail.com wrote: Our device requires two images to be built. Is there any way to have the first image depend on the second image? do_rootfs[depends]

[yocto] Image that depends on another image

2014-08-21 Thread Seth Bollinger
Hello All, Our device requires two images to be built. Is there any way to have the first image depend on the second image? Thanks, Seth -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Image that depends on another image

2014-08-21 Thread Christopher Larson
On Thu, Aug 21, 2014 at 5:08 PM, Seth Bollinger seth.b...@gmail.com wrote: Our device requires two images to be built. Is there any way to have the first image depend on the second image? do_rootfs[depends] += some-other-image:do_rootfs would probably do. -- Christopher Larson clarson at