On 2012-05-07 05:54, Radek Dostal wrote:
Dear All,

I have three intree recipes A, B and C which are part of the same layer.
=>  B depends on A
=>  C depends on A.

There is no dependency between B and C. Only important thing is that B
and C are not build simultaneously. This is not a problem unless I use
configure BB_NUMBER_THREADS>  1. Than builds B and C starts to collide
and produce mess because they are both intree builds.

What are you doing that makes these clash?


Is there something like a mutex/lock mechanism in openembedded-core,
which would forbid two recipes to be build simultaneously?

Just make C depend on B

--
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------

_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to