]> code.ossystems Code Review - openembedded-core.git/commit
cooker: show progress bar before initializing the cache
authorChris Larson <chris_larson@mentor.com>
Sun, 21 Nov 2010 18:59:05 +0000 (11:59 -0700)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 4 Jan 2011 14:46:44 +0000 (14:46 +0000)
commit60226ff35c08c6590fe197e4c5d41d43dc4c3d3b
treee6270674270a6f487d9f0c091d81d3dd0884e158
parent6cd15a1ea08792618a0bcb04aa33bbd6d53d48f8
cooker: show progress bar before initializing the cache

This ensures that the time spent loading the cache from disk occurs with the
progress bar up.  Though the progress bar stays at 0% during this period, I
think this is an improvement over the multi-second stall which occurred
previously before the progress bar came up.  Ideally, we'd integrate cache
loading from disk into the progress display, but this is a first step.

(Bitbake rev: f6d0a5c219f9deb84f702450d30d868ba6271f77)

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