summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/ui/toasterui.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/ui/toasterui.py')
-rw-r--r--bitbake/lib/bb/ui/toasterui.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbake/lib/bb/ui/toasterui.py b/bitbake/lib/bb/ui/toasterui.py
index 435cc2b304..0265df7b3e 100644
--- a/bitbake/lib/bb/ui/toasterui.py
+++ b/bitbake/lib/bb/ui/toasterui.py
@@ -363,6 +363,8 @@ def main(server, eventHandler, params):
363 buildinfohelper.update_artifact_image_file(event) 363 buildinfohelper.update_artifact_image_file(event)
364 elif event.type == "LicenseManifestPath": 364 elif event.type == "LicenseManifestPath":
365 buildinfohelper.store_license_manifest_path(event) 365 buildinfohelper.store_license_manifest_path(event)
366 elif event.type == "SetBRBE":
367 buildinfohelper.brbe = buildinfohelper._get_data_from_event(event)
366 else: 368 else:
367 logger.error("Unprocessed MetadataEvent %s ", str(event)) 369 logger.error("Unprocessed MetadataEvent %s ", str(event))
368 continue 370 continue