summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/bldcontrol/bbcontroller.py
diff options
context:
space:
mode:
authorEd Bartosh <ed.bartosh@linux.intel.com>2015-12-02 10:02:48 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-12-07 17:37:09 +0000
commit58765a8719ac999284c15cd376453ac224f57609 (patch)
treee6f71b466ac7d3cff451a7d7e7ea4d42ebf7daa1 /bitbake/lib/toaster/bldcontrol/bbcontroller.py
parent95a3cf75495b25832a81d3ffa006cf3b0c980b2d (diff)
downloadpoky-58765a8719ac999284c15cd376453ac224f57609.tar.gz
bitbake: toaster: remove stopBBServer API
Removed stopBBServer API from build controller as toaster doesn't stop bitbake server anymore. It's reused for both types of builds: triggered by UI and started manually. (Bitbake rev: 0cad802da171d51814f22cc9383f496a63cd0c75) Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: brian avery <avery.brian@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 ad70ac8b54..3d98ad7e1e 100644
--- a/bitbake/lib/toaster/bldcontrol/bbcontroller.py
+++ b/bitbake/lib/toaster/bldcontrol/bbcontroller.py
@@ -140,12 +140,6 @@ class BuildEnvironmentController(object):
140 """ 140 """
141 raise Exception("FIXME: Must override in order to actually start the BB server") 141 raise Exception("FIXME: Must override in order to actually start the BB server")
142 142
143 def stopBBServer(self):
144 """ Stops the currently running BB server.
145 The bbstate MUST be updated to "stopped".
146 self.connection must be none.
147 """
148 raise Exception("FIXME: Must override stoBBServer")
149 143
150 def setLayers(self, bbs, ls): 144 def setLayers(self, bbs, ls):
151 """ Checks-out bitbake executor and layers from git repositories. 145 """ Checks-out bitbake executor and layers from git repositories.