]> code.ossystems Code Review - openembedded-core.git/commit
Implement parallel parsing support
authorChris Larson <chris_larson@mentor.com>
Fri, 19 Nov 2010 03:21:54 +0000 (20:21 -0700)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 4 Jan 2011 14:46:42 +0000 (14:46 +0000)
commit32ea7668712a50d8f8b67d5e4558039e5092a485
tree2473f8b1aade6131c7a37fbad2cc4d23998a3a56
parent570bec37a898fb502d166a22f20bdb1da8c21c38
Implement parallel parsing support

This utilizes python's multiprocessing module.  The default number of threads
to be used is the same as the number of available processor cores, however,
you can manually set this with the BB_NUMBER_PARSE_THREADS variable.

(Bitbake rev: c7b3ec819549e51e438d293969e205883fee725f)

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
bitbake/lib/bb/cache.py
bitbake/lib/bb/cooker.py
bitbake/lib/bb/pysh/pyshyacc.py