diff options
Diffstat (limited to 'bitbake/lib/toaster/bldcontrol/bbcontroller.py')
| -rw-r--r-- | bitbake/lib/toaster/bldcontrol/bbcontroller.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/bitbake/lib/toaster/bldcontrol/bbcontroller.py b/bitbake/lib/toaster/bldcontrol/bbcontroller.py index f40103cb45..535a3986ad 100644 --- a/bitbake/lib/toaster/bldcontrol/bbcontroller.py +++ b/bitbake/lib/toaster/bldcontrol/bbcontroller.py | |||
| @@ -127,14 +127,6 @@ class BuildEnvironmentController(object): | |||
| 127 | bblayerconffile.write("# line added by toaster build control\nBBLAYERS = \"" + " ".join(layerlist) + "\"") | 127 | bblayerconffile.write("# line added by toaster build control\nBBLAYERS = \"" + " ".join(layerlist) + "\"") |
| 128 | bblayerconffile.close() | 128 | bblayerconffile.close() |
| 129 | 129 | ||
| 130 | def startBBServer(self): | ||
| 131 | """ Starts a BB server with Toaster toasterui set up to record the builds, an no controlling UI. | ||
| 132 | After this method executes, self.be bbaddress/bbport MUST point to a running and free server, | ||
| 133 | and the bbstate MUST be updated to "started". | ||
| 134 | """ | ||
| 135 | raise NotImplementedError("FIXME: Must override in order to actually start the BB server") | ||
| 136 | |||
| 137 | |||
| 138 | def setLayers(self, bitbake, ls): | 130 | def setLayers(self, bitbake, ls): |
| 139 | """ Checks-out bitbake executor and layers from git repositories. | 131 | """ Checks-out bitbake executor and layers from git repositories. |
| 140 | Sets the layer variables in the config file, after validating local layer paths. | 132 | Sets the layer variables in the config file, after validating local layer paths. |
| @@ -151,7 +143,6 @@ class BuildEnvironmentController(object): | |||
| 151 | starts if needed; or reconnects to the server if we can | 143 | starts if needed; or reconnects to the server if we can |
| 152 | """ | 144 | """ |
| 153 | if not self.connection: | 145 | if not self.connection: |
| 154 | self.startBBServer() | ||
| 155 | self.be.lock = BuildEnvironment.LOCK_RUNNING | 146 | self.be.lock = BuildEnvironment.LOCK_RUNNING |
| 156 | self.be.save() | 147 | self.be.save() |
| 157 | 148 | ||
