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.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/toasterui.py b/bitbake/lib/bb/ui/toasterui.py
index 538a40964c..06a5f17f4e 100644
--- a/bitbake/lib/bb/ui/toasterui.py
+++ b/bitbake/lib/bb/ui/toasterui.py
@@ -195,7 +195,8 @@ def main(server, eventHandler, params):
195 taskfailures = [] 195 taskfailures = []
196 first = True 196 first = True
197 197
198 buildinfohelper = BuildInfoHelper(server, build_history_enabled) 198 buildinfohelper = BuildInfoHelper(server, build_history_enabled,
199 os.getenv('TOASTER_BRBE'))
199 200
200 # write our own log files into bitbake's log directory; 201 # write our own log files into bitbake's log directory;
201 # we're only interested in the path to the parent directory of 202 # we're only interested in the path to the parent directory of