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 wrote: > On 14-08-27 06:43:09, Seth Bollinger wrote: > > On Thu, Aug 21, 2014 at 7:25 PM, Christopher Larson > > > wrote: > > > > > > > > On Thu, Aug 21, 2014 at 5:08 PM, Seth Bollinger > > > wrote: > > > > > >> Our device requires two images to be buil

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 > wrote: > > > > > On Thu, Aug 21, 2014 at 5:08 PM, Seth Bollinger > > wrote: > > > >> Our device requires two images to be built. Is there any way to have the > >> first image depend on the second

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 wrote: > > On Thu, Aug 21, 2014 at 5:08 PM, Seth Bollinger > 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_rootf

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 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 kergoth dot com Fo