diff options
| -rw-r--r-- | bitbake/lib/bb/ui/toasterui.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bitbake/lib/bb/ui/toasterui.py b/bitbake/lib/bb/ui/toasterui.py index 06a5f17f4e..39a4fe5005 100644 --- a/bitbake/lib/bb/ui/toasterui.py +++ b/bitbake/lib/bb/ui/toasterui.py | |||
| @@ -372,9 +372,9 @@ def main(server, eventHandler, params): | |||
| 372 | 372 | ||
| 373 | # update the build info helper on BuildCompleted, not on CommandXXX | 373 | # update the build info helper on BuildCompleted, not on CommandXXX |
| 374 | buildinfohelper.update_build_information(event, errors, warnings, taskfailures) | 374 | buildinfohelper.update_build_information(event, errors, warnings, taskfailures) |
| 375 | |||
| 376 | brbe = buildinfohelper.brbe | ||
| 375 | buildinfohelper.close(errorcode) | 377 | buildinfohelper.close(errorcode) |
| 376 | # mark the log output; controllers may kill the toasterUI after seeing this log | ||
| 377 | logger.info("ToasterUI build done 1, brbe: %s", buildinfohelper.brbe ) | ||
| 378 | 378 | ||
| 379 | # we start a new build info | 379 | # we start a new build info |
| 380 | logger.debug("ToasterUI prepared for new build") | 380 | logger.debug("ToasterUI prepared for new build") |
| @@ -383,7 +383,7 @@ def main(server, eventHandler, params): | |||
| 383 | taskfailures = [] | 383 | taskfailures = [] |
| 384 | buildinfohelper = BuildInfoHelper(server, build_history_enabled) | 384 | buildinfohelper = BuildInfoHelper(server, build_history_enabled) |
| 385 | 385 | ||
| 386 | logger.info("ToasterUI build done 2") | 386 | logger.info("ToasterUI build done, brbe: %s", brbe) |
| 387 | continue | 387 | continue |
| 388 | 388 | ||
| 389 | if isinstance(event, (bb.command.CommandCompleted, | 389 | if isinstance(event, (bb.command.CommandCompleted, |
