summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/bldcontrol/localhostbecontroller.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/bldcontrol/localhostbecontroller.py')
-rw-r--r--bitbake/lib/toaster/bldcontrol/localhostbecontroller.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/bldcontrol/localhostbecontroller.py b/bitbake/lib/toaster/bldcontrol/localhostbecontroller.py
index d23634fb8f..ab9cf2574c 100644
--- a/bitbake/lib/toaster/bldcontrol/localhostbecontroller.py
+++ b/bitbake/lib/toaster/bldcontrol/localhostbecontroller.py
@@ -321,7 +321,7 @@ class LocalhostBEController(BuildEnvironmentController):
321 # run build with local bitbake. stop the server after the build. 321 # run build with local bitbake. stop the server after the build.
322 log = os.path.join(builddir, 'toaster_ui.log') 322 log = os.path.join(builddir, 'toaster_ui.log')
323 self._shellcmd(['bash -c \"(TOASTER_BRBE="%s" BBSERVER="0.0.0.0:-1" ' 323 self._shellcmd(['bash -c \"(TOASTER_BRBE="%s" BBSERVER="0.0.0.0:-1" '
324 '../bitbake/bin/bitbake %s -u toasterui >>%s 2>&1;' 324 '../bitbake/bin/bitbake %s -u toasterui --token="" >>%s 2>&1;'
325 'BITBAKE_UI="" BBSERVER=0.0.0.0:-1 %s -m)&\"' \ 325 'BITBAKE_UI="" BBSERVER=0.0.0.0:-1 %s -m)&\"' \
326 % (brbe, bbtargets, log, bitbake)], builddir, 326 % (brbe, bbtargets, log, bitbake)], builddir,
327 nowait=True) 327 nowait=True)