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 1ccdd24b89..e588924639 100644
--- a/bitbake/lib/toaster/bldcontrol/localhostbecontroller.py
+++ b/bitbake/lib/toaster/bldcontrol/localhostbecontroller.py
@@ -256,7 +256,7 @@ class LocalhostBEController(BuildEnvironmentController):
256 return open(os.path.join(self.be.builddir, "toaster_server.log"), "r").read() 256 return open(os.path.join(self.be.builddir, "toaster_server.log"), "r").read()
257 257
258 258
259 def triggerBuild(self, bitbake, layers, variables, targets): 259 def triggerBuild(self, bitbake, layers, variables, targets, brbe):
260 # set up the build environment with the needed layers 260 # set up the build environment with the needed layers
261 self.setLayers(bitbake, layers, targets) 261 self.setLayers(bitbake, layers, targets)
262 262