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 d0f86325e9..ad0a561398 100644
--- a/bitbake/lib/toaster/bldcontrol/localhostbecontroller.py
+++ b/bitbake/lib/toaster/bldcontrol/localhostbecontroller.py
@@ -322,7 +322,7 @@ class LocalhostBEController(BuildEnvironmentController):
322 def triggerBuild(self, bitbake, layers, variables, targets): 322 def triggerBuild(self, bitbake, layers, variables, targets):
323 # set up the buid environment with the needed layers 323 # set up the buid environment with the needed layers
324 self.setLayers(bitbake, layers) 324 self.setLayers(bitbake, layers)
325 self.writeConfFile("conf/toaster-pre.conf", ) 325 self.writeConfFile("conf/toaster-pre.conf", variables)
326 self.writeConfFile("conf/toaster.conf", raw = "INHERIT+=\"toaster buildhistory\"") 326 self.writeConfFile("conf/toaster.conf", raw = "INHERIT+=\"toaster buildhistory\"")
327 327
328 # get the bb server running with the build req id and build env id 328 # get the bb server running with the build req id and build env id