]> code.ossystems Code Review - openembedded-core.git/commit
cooker: stop loading the cache for -b
authorChris Larson <chris_larson@mentor.com>
Fri, 19 Nov 2010 18:46:42 +0000 (11:46 -0700)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 4 Jan 2011 14:46:43 +0000 (14:46 +0000)
commit739bb5a2d1c821b8e44c0551bdd0fd323000b6af
treec07440b40343cf4b807618f0eae7e5dd1739bda8
parent065da895d2b5eced3e444b20627f8f460e6d14c7
cooker: stop loading the cache for -b

Previously, the cache was actually being loaded from disk twice whenever using
-b or -e -b.  This also moves the bb_cache instance into the CookerParser, as
it's not needed by the cooker itself at all.

(Bitbake rev: dd0ec2f7b18e2a9ab06c499b775670516bd06ac8)

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/runqueue.py
bitbake/lib/bb/shell.py