]> code.ossystems Code Review - openembedded-core.git/commit
cooker: no cached in progressbar and add ETA
authorChris Larson <chris_larson@mentor.com>
Tue, 30 Nov 2010 15:25:13 +0000 (08:25 -0700)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 4 Jan 2011 14:46:45 +0000 (14:46 +0000)
commitb8aedaa6b54eb81739c288b59a11e1df9f182ec5
treec4b94e5cb4447cd08c5a790e06977ef4783a40cf
parentb890c19a3308ff88d8450a2811afd2b084f3aafe
cooker: no cached in progressbar and add ETA

Rather than updating the progress bar based on the recipe being processed
(whether cached or parsed), consider only parsed recipes.  This reduces the
instability in progress rate introduced by the cached entries, and allows the
ETA to be resurrected and be a bit more useful.

(Bitbake rev: 618480f7739f6ae846f67a57bee5a78efb37839d)

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