summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/bldcontrol/bbcontroller.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/bldcontrol/bbcontroller.py')
-rw-r--r--bitbake/lib/toaster/bldcontrol/bbcontroller.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/bitbake/lib/toaster/bldcontrol/bbcontroller.py b/bitbake/lib/toaster/bldcontrol/bbcontroller.py
index ba009313e7..8b99318433 100644
--- a/bitbake/lib/toaster/bldcontrol/bbcontroller.py
+++ b/bitbake/lib/toaster/bldcontrol/bbcontroller.py
@@ -130,12 +130,6 @@ class BuildEnvironmentController(object):
130 bblayerconffile.write("# line added by toaster build control\nBBLAYERS = \"" + " ".join(layerlist) + "\"") 130 bblayerconffile.write("# line added by toaster build control\nBBLAYERS = \"" + " ".join(layerlist) + "\"")
131 bblayerconffile.close() 131 bblayerconffile.close()
132 132
133
134 def writeConfFile(self, variable_list = None, raw = None):
135 """ Writes a configuration file in the build directory. Override with buildenv-specific implementation. """
136 raise Exception("FIXME: Must override to actually write a configuration file")
137
138
139 def startBBServer(self): 133 def startBBServer(self):
140 """ Starts a BB server with Toaster toasterui set up to record the builds, an no controlling UI. 134 """ Starts a BB server with Toaster toasterui set up to record the builds, an no controlling UI.
141 After this method executes, self.be bbaddress/bbport MUST point to a running and free server, 135 After this method executes, self.be bbaddress/bbport MUST point to a running and free server,