]> code.ossystems Code Review - openembedded-core.git/commit
build: use bb.process instead of os.system
authorChris Larson <chris_larson@mentor.com>
Fri, 10 Dec 2010 01:14:48 +0000 (20:14 -0500)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 4 Jan 2011 14:46:48 +0000 (14:46 +0000)
commitb4eff9fcefe2fefab1caaf22e497317e9338063e
treeabf0e3a263afb75aebf21e6d90bb80fec031acbc
parent87b6cdf5475c6fcc2368e1d80dfaac8fdee5a453
build: use bb.process instead of os.system

(Bitbake rev: 53740977521bc81ffa37adfa7bbeb8f2a80ea165)

build: write logfiles per task, not per function
Based on d14f9bf6 from poky, reworked for master and other cleanup.

(Bitbake rev: beadff2eca1eb95f0411115dd72ddb4c3c44c604)

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
bitbake/lib/bb/build.py
bitbake/lib/bb/data_smart.py
bitbake/lib/bb/utils.py