[bitbake-devel] [PATCH 0/3] Bitbake XMLRPC resident server addons

Alex DAMIAN alexandru.damian at intel.com
Mon Jun 17 11:11:50 UTC 2013


From: Alexandru DAMIAN <alexandru.damian at intel.com>

Hi,

I am adding three patches to finish up a set that will allow Bitbake 
server to remain resident while accessible through a XMLRPC connection.

First patch allows a knotty observer client to connect to a Bitbake 
server and receive progress events as to display updates from server
activity. 

Second patch allows knotty to terminate a remote server, as currently
the only option to get a clean shutdown.

Third patch sets a shortcut to specify the address of a remote server
through an environment variable instead of command line parameters,
for ease of use and brevity.

Cheers,
Alex

Alexandru DAMIAN (3):
  knotty, xmlrpc: add observer-only mode
  knotty, bitbake: add option to terminate a remote server
  bitbake: read BBSERVER environement for remote server

 bin/bitbake             | 20 +++++++++++++++++++-
 lib/bb/command.py       |  7 ++++++-
 lib/bb/server/xmlrpc.py | 26 ++++++++++++++++++--------
 lib/bb/ui/knotty.py     | 33 +++++++++++++++++++++------------
 lib/bb/ui/uievent.py    |  1 +
 5 files changed, 65 insertions(+), 22 deletions(-)

-- 
1.8.1.2




More information about the bitbake-devel mailing list