[bitbake-devel] [PATCH 52/94] bitbake: dsi: update build object on command end

Alex DAMIAN alexandru.damian at intel.com
Tue Sep 24 16:52:21 UTC 2013


From: Alexandru DAMIAN <alexandru.damian at intel.com>

We need to make the final update to the build object on
command completion, regardless of the status of the completion,
in order to avoid leaving builds in the "In Progress" state.

Signed-off-by: Alexandru DAMIAN <alexandru.damian at intel.com>
---
 bitbake/lib/bb/ui/dsi.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bitbake/lib/bb/ui/dsi.py b/bitbake/lib/bb/ui/dsi.py
index 98d225b..3e0b7ff 100644
--- a/bitbake/lib/bb/ui/dsi.py
+++ b/bitbake/lib/bb/ui/dsi.py
@@ -474,6 +474,7 @@ def main(server, eventHandler, params, tf = TerminalFilter):
                                   bb.command.CommandExit)):
 
                 # we start a new build info
+                buildinfohelper.update_build_information(event, errors, warnings, taskfailures)
                 buildinfohelper = BuildInfoHelper(server, build_history_enabled)
                 buildinfohelper.store_layer_info()
                 continue
-- 
1.8.1.2




More information about the bitbake-devel mailing list