summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@intel.com>2015-09-08 10:47:44 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-09-08 23:54:15 +0100
commitdb92bc23880794be77373b0f2d8c26279dcecb84 (patch)
treefc40a5a0f0ceaaf67522a5af5f7cbce09a952af5 /bitbake
parentc386abc89e2ec6277d84c98145a4348414d5f887 (diff)
downloadpoky-db92bc23880794be77373b0f2d8c26279dcecb84.tar.gz
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>
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/mrb_section.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/mrb_section.html b/bitbake/lib/toaster/toastergui/templates/mrb_section.html
index 57a6f9be73..396fb8edf8 100644
--- a/bitbake/lib/toaster/toastergui/templates/mrb_section.html
+++ b/bitbake/lib/toaster/toastergui/templates/mrb_section.html
@@ -84,7 +84,7 @@
84 <div style="width: {{build.completeper}}%;" class="bar"></div> 84 <div style="width: {{build.completeper}}%;" class="bar"></div>
85 </div> 85 </div>
86 </div> 86 </div>
87 <div class="lead pull-right">ETA: in {{build.eta|naturaltime}}</div> 87 <div class="lead pull-right">{{build.completeper}}% of tasks complete</div>
88 {%endif%} 88 {%endif%}
89 </div> 89 </div>
90 </div> 90 </div>