summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/bldcontrol/bbcontroller.py
diff options
context:
space:
mode:
authorEd Bartosh <ed.bartosh@linux.intel.com>2016-04-06 17:46:19 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-04-06 23:10:27 +0100
commit829a0bdb48670b05dfefe071d27033ec046c5c3b (patch)
tree9e64243b09d65f4ee155025ff4a21db1fabda736 /bitbake/lib/toaster/bldcontrol/bbcontroller.py
parent7068e8a056d7b7d091294343f034dee4662403c0 (diff)
downloadpoky-829a0bdb48670b05dfefe071d27033ec046c5c3b.tar.gz
bitbake: toaster: remove release API
This API is quite dangerous as it removes build directory. It's not used anywhere and most probably will not be used in future as toaster is going to have one build directory per project. (Bitbake rev: ef9e126227d3bdee86c1592e2baa43d21e6a32df) Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Michael Wood <michael.g.wood@intel.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 535a3986ad..2ca26612d4 100644
--- a/bitbake/lib/toaster/bldcontrol/bbcontroller.py
+++ b/bitbake/lib/toaster/bldcontrol/bbcontroller.py
@@ -163,12 +163,6 @@ class BuildEnvironmentController(object):
163 """ 163 """
164 raise NotImplementedError("Must return the REST URL of the artifact") 164 raise NotImplementedError("Must return the REST URL of the artifact")
165 165
166 def release(self):
167 """ This stops the server and releases any resources. After this point, all resources
168 are un-available for further reference
169 """
170 raise NotImplementedError("Must override BE release")
171
172 def triggerBuild(self, bitbake, layers, variables, targets): 166 def triggerBuild(self, bitbake, layers, variables, targets):
173 raise NotImplementedError("Must override BE release") 167 raise NotImplementedError("Must override BE release")
174 168