summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/lib/bb/command.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/bitbake/lib/bb/command.py b/bitbake/lib/bb/command.py
index c9571f63d8..0208e30ec4 100644
--- a/bitbake/lib/bb/command.py
+++ b/bitbake/lib/bb/command.py
@@ -166,6 +166,12 @@ class CommandsSync:
166 These must not influence any running synchronous command. 166 These must not influence any running synchronous command.
167 """ 167 """
168 168
169 def ping(self, command, params):
170 """
171 Allow a UI to check the server is still alive
172 """
173 return "Still alive!"
174
169 def stateShutdown(self, command, params): 175 def stateShutdown(self, command, params):
170 """ 176 """
171 Trigger cooker 'shutdown' mode 177 Trigger cooker 'shutdown' mode