mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
knotty: drop the ETA from the progressbar for now
Currently, the progress bar is an indication of the processing of our recipes, which includes loading the cache file, then for each recipe, either adding the existing cached information to the CacheData or parsing the recipe from disk. These tasks clearly take different amounts of time, so the ETA is unreliable today. We'll resurrect this functionality after we revamp the progress handling, fully incorporating the load of the cache file. (Bitbake rev: 80867372dcbef91ebaf7d77a77ca871741dd3f74) Signed-off-by: Chris Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
7a7e2f4e59
commit
a92caf45c8
@@ -31,7 +31,7 @@ from bb.ui import uihelper
|
||||
|
||||
logger = logging.getLogger("BitBake")
|
||||
widgets = ['Parsing recipes: ', progressbar.Percentage(), ' ',
|
||||
progressbar.Bar(), ' ', progressbar.ETA()]
|
||||
progressbar.Bar()]
|
||||
|
||||
class BBLogFormatter(logging.Formatter):
|
||||
"""Formatter which ensures that our 'plain' messages (logging.INFO + 1) are used as is"""
|
||||
|
||||
Reference in New Issue
Block a user