[oe] srctree status

Michael Smith msmith at cbnco.com
Wed Jun 2 20:40:37 UTC 2010


Cliff Brake wrote:
> 13:42 < kergoth_> if you aren't using a native or cross version of the
> recipe, then you can confidently say you don't need it to do it
> 13:44 < kergoth_> take a look at the class, the merge_tasks function

Another handy thing about merge_tasks is that it mostly prevents 
interleaving of configure/compile for builds for different 
architectures. i.e. it stops this from silently producing broken 
executables:

MACHINE=mach1 bitbake pkg -c configure
MACHINE=mach2 bitbake pkg
MACHINE=mach1 bitbake pkg


... but you'd almost have to be trying to shoot yourself in the foot to 
do that by accident.

Mike




More information about the Openembedded-devel mailing list