[bitbake-devel] [PATCH 0/3] Autostart bitbake server

Ed Bartosh ed.bartosh at linux.intel.com
Mon Jul 18 16:07:15 UTC 2016


Hi,

This patchet contains implementation of autostart feature. Bitbake server
is automatically started if BBSERVER variable is set to 'autostart'.

The following changes since commit 627d01997fcf6a0581d88047735769ffb2592b82:

  useradd-staticids: use map() instead of imap() (2016-07-12 23:12:00 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib ed/bitbake/resident-autoload-5534
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ed/bitbake/resident-autoload-5534

Ed Bartosh (3):
  bitbake: xmlrpc: implement check of connection to server
  bitbake: utils: add BBSERVER to the list of preserved variables
  bitbake: main: implement server autostart feature

 bitbake/lib/bb/main.py          | 21 ++++++++++++++++-----
 bitbake/lib/bb/server/xmlrpc.py | 17 +++++++++++++++++
 bitbake/lib/bb/utils.py         |  1 +
 3 files changed, 34 insertions(+), 5 deletions(-)

---
Regards,
Ed





More information about the bitbake-devel mailing list