generic-poky/bitbake/lib/bb/pysh
Chris Larson 32ea766871 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>
2011-01-04 14:46:42 +00:00
..
__init__.py Move the pysh package into the bb package 2011-01-04 14:46:39 +00:00
builtin.py Move the pysh package into the bb package 2011-01-04 14:46:39 +00:00
interp.py Move the pysh package into the bb package 2011-01-04 14:46:39 +00:00
lsprof.py Move the pysh package into the bb package 2011-01-04 14:46:39 +00:00
pysh.py Move the pysh package into the bb package 2011-01-04 14:46:39 +00:00
pyshlex.py Move the pysh package into the bb package 2011-01-04 14:46:39 +00:00
pyshyacc.py Implement parallel parsing support 2011-01-04 14:46:42 +00:00
sherrors.py Move the pysh package into the bb package 2011-01-04 14:46:39 +00:00
subprocess_fix.py Move the pysh package into the bb package 2011-01-04 14:46:39 +00:00