diff options
Diffstat (limited to 'bitbake/lib/bb/ui/toasterui.py')
| -rw-r--r-- | bitbake/lib/bb/ui/toasterui.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/bb/ui/toasterui.py b/bitbake/lib/bb/ui/toasterui.py index 8e30a91109..50493e7b0d 100644 --- a/bitbake/lib/bb/ui/toasterui.py +++ b/bitbake/lib/bb/ui/toasterui.py | |||
| @@ -93,7 +93,6 @@ def main(server, eventHandler, params ): | |||
| 93 | taskfailures = [] | 93 | taskfailures = [] |
| 94 | 94 | ||
| 95 | buildinfohelper = BuildInfoHelper(server, build_history_enabled) | 95 | buildinfohelper = BuildInfoHelper(server, build_history_enabled) |
| 96 | buildinfohelper.store_layer_info() | ||
| 97 | 96 | ||
| 98 | 97 | ||
| 99 | while True: | 98 | while True: |
| @@ -232,12 +231,13 @@ def main(server, eventHandler, params ): | |||
| 232 | warnings = 0 | 231 | warnings = 0 |
| 233 | taskfailures = [] | 232 | taskfailures = [] |
| 234 | buildinfohelper = BuildInfoHelper(server, build_history_enabled) | 233 | buildinfohelper = BuildInfoHelper(server, build_history_enabled) |
| 235 | buildinfohelper.store_layer_info() | ||
| 236 | continue | 234 | continue |
| 237 | 235 | ||
| 238 | if isinstance(event, bb.event.MetadataEvent): | 236 | if isinstance(event, bb.event.MetadataEvent): |
| 239 | if event.type == "SinglePackageInfo": | 237 | if event.type == "SinglePackageInfo": |
| 240 | buildinfohelper.store_build_package_information(event) | 238 | buildinfohelper.store_build_package_information(event) |
| 239 | if event.type == "LayerInfo": | ||
| 240 | buildinfohelper.store_layer_info(event) | ||
| 241 | continue | 241 | continue |
| 242 | 242 | ||
| 243 | # ignore | 243 | # ignore |
