All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Autostart bitbake server
@ 2016-07-18 16:07 Ed Bartosh
  2016-07-18 16:07 ` [PATCH 1/3] bitbake: xmlrpc: implement check of connection to server Ed Bartosh
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ed Bartosh @ 2016-07-18 16:07 UTC (permalink / raw)
  To: bitbake-devel

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




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-07-18 16:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-18 16:07 [PATCH 0/3] Autostart bitbake server Ed Bartosh
2016-07-18 16:07 ` [PATCH 1/3] bitbake: xmlrpc: implement check of connection to server Ed Bartosh
2016-07-18 16:07 ` [PATCH 2/3] bitbake: utils: add BBSERVER to the list of preserved variables Ed Bartosh
2016-07-18 16:07 ` [PATCH 3/3] bitbake: main: implement server autostart feature Ed Bartosh

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.