]> code.ossystems Code Review - openembedded-core.git/commit
bitbake/build.py: Write logfiles on a per task basis, not per function
authorRichard Purdie <rpurdie@linux.intel.com>
Mon, 11 Oct 2010 11:53:54 +0000 (12:53 +0100)
committerRichard Purdie <rpurdie@linux.intel.com>
Mon, 11 Oct 2010 11:53:54 +0000 (12:53 +0100)
commitd14f9bf6c470907d77654a35b4b55f30bdc182ff
tree0c8d6175525338c8460718760d4df4ee98094410
parentff539b11acca9831b72f3bc951a6ef20cd293786
bitbake/build.py: Write logfiles on a per task basis, not per function

Per function logging made it hard to track down what was happening so
switch to logging on a per task basis.

[BUGID #383]

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
bitbake/lib/bb/build.py