From: Alex DAMIAN <alexandru.damian@intel.com>
To: bitbake-devel@lists.openembedded.org
Cc: Alexandru DAMIAN <alexandru.damian@intel.com>
Subject: [PATCH 0/9] toaster build functionality - preparatory patches
Date: Tue, 3 Jun 2014 16:26:13 +0100 [thread overview]
Message-ID: <cover.1401808899.git.alexandru.damian@intel.com> (raw)
From: Alexandru DAMIAN <alexandru.damian@intel.com>
Hello,
This is a set of patches that bring punctual fixes, in preparation for deploying
Toaster build functionality. They are mainly focused on making bitbake and toaster a bit
more resilient on starting and stopping programatically, under the control
of a program, and preparing data models for controlling a build.
The patches have been reviewed on the toaster list.
Can you please pull ?
Cheers,
Alex
The following changes since commit 18f9bcbad059608e22fca20309314e1c399acec7:
siggen: Print warning about tainted tasks (2014-06-01 14:26:51 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib adamian/20140503-submission-bb
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=adamian/20140503-submission-bb
Alexandru DAMIAN (9):
bitbake: move configuration reading code
xmlrpc: client - remove fatal errors
uievent: retry on handler registration failure
toaster: read database settings from the environment
toaster: startup script noweb mode
toaster: startup script standalone mode
toaster: update toaster to run in managed mode
toaster: add project related models
toasterui: fix django settings environment value
bin/bitbake | 60 +++++++++++++++++++++++++------------
bin/toaster | 58 ++++++++++++++++++++++++++++++-----
lib/bb/server/xmlrpc.py | 46 ++++++++++------------------
lib/bb/ui/buildinfohelper.py | 2 +-
lib/bb/ui/toasterui.py | 16 +++++++---
lib/bb/ui/uievent.py | 23 ++++++++++++--
lib/toaster/orm/models.py | 19 ++++++++++++
lib/toaster/toastermain/settings.py | 35 +++++++++++++++++++++-
8 files changed, 193 insertions(+), 66 deletions(-)
--
1.9.1
next reply other threads:[~2014-06-03 15:26 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-03 15:26 Alex DAMIAN [this message]
2014-06-03 15:26 ` [PATCH 1/9] bitbake: move configuration reading code Alex DAMIAN
2014-06-03 15:26 ` [PATCH 2/9] xmlrpc: client - remove fatal errors Alex DAMIAN
2014-06-03 16:38 ` Richard Purdie
2014-06-04 13:20 ` Damian, Alexandru
2014-06-04 13:51 ` Richard Purdie
2014-06-04 14:38 ` Damian, Alexandru
2014-06-04 14:47 ` [PATCH 2/9 v2] " Alex DAMIAN
2014-06-04 14:48 ` Damian, Alexandru
2014-06-03 15:26 ` [PATCH 3/9] uievent: retry on handler registration failure Alex DAMIAN
2014-06-03 15:26 ` [PATCH 4/9] toaster: read database settings from the environment Alex DAMIAN
2014-06-03 15:26 ` [PATCH 5/9] toaster: startup script noweb mode Alex DAMIAN
2014-06-03 15:26 ` [PATCH 6/9] toaster: startup script standalone mode Alex DAMIAN
2014-06-03 15:26 ` [PATCH 7/9] toaster: update toaster to run in managed mode Alex DAMIAN
2014-06-03 15:26 ` [PATCH 8/9] toaster: add project related models Alex DAMIAN
2014-06-03 15:26 ` [PATCH 9/9] toasterui: fix django settings environment value Alex DAMIAN
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.1401808899.git.alexandru.damian@intel.com \
--to=alexandru.damian@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.