diff options
Diffstat (limited to 'bitbake/lib/toaster/bldcontrol/bbcontroller.py')
| -rw-r--r-- | bitbake/lib/toaster/bldcontrol/bbcontroller.py | 6 |
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 | ||
