summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/cooker.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/cooker.py')
-rw-r--r--bitbake/lib/bb/cooker.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py
index 9f4afbb59e..3b4eae8c4c 100644
--- a/bitbake/lib/bb/cooker.py
+++ b/bitbake/lib/bb/cooker.py
@@ -953,6 +953,12 @@ def server_main(cooker, func, *args):
953 953
954 return ret 954 return ret
955 955
956 def shutdown(self):
957 self.state = state.shutdown
958
959 def stop(self):
960 self.state = state.stop
961
956class CookerExit(bb.event.Event): 962class CookerExit(bb.event.Event):
957 """ 963 """
958 Notify clients of the Cooker shutdown 964 Notify clients of the Cooker shutdown