From db92bc23880794be77373b0f2d8c26279dcecb84 Mon Sep 17 00:00:00 2001 From: Belen Barros Pena Date: Tue, 8 Sep 2015 10:47:44 +0100 Subject: 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 Signed-off-by: Elliot Smith Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/templates/mrb_section.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake') 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 @@
-
ETA: in {{build.eta|naturaltime}}
+
{{build.completeper}}% of tasks complete
{%endif%} -- cgit v1.2.3-54-g00ecf