From: Ed Bartosh <ed.bartosh@linux.intel.com>
To: bitbake-devel@lists.openembedded.org
Subject: [PATCH 0/3] Autostart bitbake server
Date: Mon, 18 Jul 2016 19:07:15 +0300 [thread overview]
Message-ID: <cover.1468857803.git.ed.bartosh@linux.intel.com> (raw)
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
next reply other threads:[~2016-07-18 16:31 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-18 16:07 Ed Bartosh [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1468857803.git.ed.bartosh@linux.intel.com \
--to=ed.bartosh@linux.intel.com \
--cc=bitbake-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.