bitbake: toaster: replace ETA with % of tasks done

The ETA we show for builds in progress is woefully
inaccurate. In the 1.8 release we replaced it with
the % of tasks completed. Somehow, we regressed to
the ETA, so bringing the task % back.

(Bitbake rev: a841dc85770ea5c6fa8cf06ba5fdfe214e69afb2)

Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com>
Signed-off-by: Elliot Smith <elliot.smith@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Belen Barros Pena 2015-09-08 10:47:44 +01:00 committed by Richard Purdie
parent c386abc89e
commit db92bc2388
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@
<div style="width: {{build.completeper}}%;" class="bar"></div>
</div>
</div>
<div class="lead pull-right">ETA: in {{build.eta|naturaltime}}</div>
<div class="lead pull-right">{{build.completeper}}% of tasks complete</div>
{%endif%}
</div>
</div>