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.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/bldcontrol/bbcontroller.py b/bitbake/lib/toaster/bldcontrol/bbcontroller.py
index 42675d3fc6..9dd01e0deb 100644
--- a/bitbake/lib/toaster/bldcontrol/bbcontroller.py
+++ b/bitbake/lib/toaster/bldcontrol/bbcontroller.py
@@ -190,6 +190,9 @@ class BuildEnvironmentController(object):
190 """ 190 """
191 raise Exception("Must override BE release") 191 raise Exception("Must override BE release")
192 192
193 def triggerBuild(self, bitbake, layers, variables, targets):
194 raise Exception("Must override BE release")
195
193class ShellCmdException(Exception): 196class ShellCmdException(Exception):
194 pass 197 pass
195 198