diff options
Diffstat (limited to 'bitbake/lib/bb/ui/toasterui.py')
| -rw-r--r-- | bitbake/lib/bb/ui/toasterui.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbake/lib/bb/ui/toasterui.py b/bitbake/lib/bb/ui/toasterui.py index 50493e7b0d..318fc28adb 100644 --- a/bitbake/lib/bb/ui/toasterui.py +++ b/bitbake/lib/bb/ui/toasterui.py | |||
| @@ -238,6 +238,8 @@ def main(server, eventHandler, params ): | |||
| 238 | buildinfohelper.store_build_package_information(event) | 238 | buildinfohelper.store_build_package_information(event) |
| 239 | if event.type == "LayerInfo": | 239 | if event.type == "LayerInfo": |
| 240 | buildinfohelper.store_layer_info(event) | 240 | buildinfohelper.store_layer_info(event) |
| 241 | if event.type == "BuildStatsList": | ||
| 242 | buildinfohelper.store_tasks_stats(event) | ||
| 241 | continue | 243 | continue |
| 242 | 244 | ||
| 243 | # ignore | 245 | # ignore |
