diff options
Diffstat (limited to 'bitbake/lib/bb/ui/toasterui.py')
-rw-r--r-- | bitbake/lib/bb/ui/toasterui.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bitbake/lib/bb/ui/toasterui.py b/bitbake/lib/bb/ui/toasterui.py index ab87092e63..6c5b1529df 100644 --- a/bitbake/lib/bb/ui/toasterui.py +++ b/bitbake/lib/bb/ui/toasterui.py | |||
@@ -140,6 +140,7 @@ def main(server, eventHandler, params ): | |||
140 | logfile = event.logfile | 140 | logfile = event.logfile |
141 | if logfile and os.path.exists(logfile): | 141 | if logfile and os.path.exists(logfile): |
142 | bb.error("Logfile of failure stored in: %s" % logfile) | 142 | bb.error("Logfile of failure stored in: %s" % logfile) |
143 | continue | ||
143 | 144 | ||
144 | # these events are unprocessed now, but may be used in the future to log | 145 | # these events are unprocessed now, but may be used in the future to log |
145 | # timing and error informations from the parsing phase in Toaster | 146 | # timing and error informations from the parsing phase in Toaster |
@@ -230,8 +231,6 @@ def main(server, eventHandler, params ): | |||
230 | if isinstance(event, bb.event.MetadataEvent): | 231 | if isinstance(event, bb.event.MetadataEvent): |
231 | if event.type == "SinglePackageInfo": | 232 | if event.type == "SinglePackageInfo": |
232 | buildinfohelper.store_build_package_information(event) | 233 | buildinfohelper.store_build_package_information(event) |
233 | elif event.type == "PackageFileSize": | ||
234 | buildinfohelper.store_package_file_information(event) | ||
235 | continue | 234 | continue |
236 | 235 | ||
237 | # ignore | 236 | # ignore |