summaryrefslogtreecommitdiffstats
path: root/bitbake/lib
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib')
-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 38503342cb..63b4187bad 100644
--- a/bitbake/lib/toaster/bldcontrol/localhostbecontroller.py
+++ b/bitbake/lib/toaster/bldcontrol/localhostbecontroller.py
@@ -360,12 +360,12 @@ class LocalhostBEController(BuildEnvironmentController):
360 for path in os.environ["PATH"].split(os.pathsep): 360 for path in os.environ["PATH"].split(os.pathsep):
361 if os.path.exists(os.path.join(path, 'bitbake')): 361 if os.path.exists(os.path.join(path, 'bitbake')):
362 bitbake = os.path.join(path, 'bitbake') 362 bitbake = os.path.join(path, 'bitbake')
363 logger.info("Found Bitbake at: %s" % path)
363 break 364 break
364 else: 365 else:
365 logger.error("Looks like Bitbake is not available, please fix your environment") 366 logger.error("Looks like Bitbake is not available, please fix your environment")
366 367
367 # run bitbake server from the clone 368 # run bitbake server from the clone
368 bitbake = os.path.join(self.pokydirname, 'bitbake', 'bin', 'bitbake')
369 toasterlayers = os.path.join(builddir,"conf/toaster-bblayers.conf") 369 toasterlayers = os.path.join(builddir,"conf/toaster-bblayers.conf")
370 self._shellcmd('%s bash -c \"source %s %s; BITBAKE_UI="knotty" %s --read %s --read %s ' 370 self._shellcmd('%s bash -c \"source %s %s; BITBAKE_UI="knotty" %s --read %s --read %s '
371 '--server-only -B 0.0.0.0:0\"' % (env_clean, oe_init, 371 '--server-only -B 0.0.0.0:0\"' % (env_clean, oe_init,