[bitbake-devel] [PATCH 0/2] improved killing bitbake server

Ed Bartosh ed.bartosh at linux.intel.com
Tue Jan 5 08:48:09 UTC 2016


Hi,

Setup of event queue includes registering of UI handler.
This operation can fail when cooker is busy. However, there is
no need in registering UI handler for terminating the server.

This patchset makes server terminating to work without setting up
the event queue and registering UI handler. This should make
terminating server to work more reliably.

This should also help Toaster backend to restart bitbake server
and observer without getting "Could not register UI event handler"
errors.


Ed Bartosh (2):
  bitbake: xmplrpc: split connect method
  bitbake: main: kill server without queue setup

 bitbake/lib/bb/main.py          | 12 +++++++-----
 bitbake/lib/bb/server/xmlrpc.py |  4 ++--
 2 files changed, 9 insertions(+), 7 deletions(-)

--
Regards,
Ed




More information about the bitbake-devel mailing list