All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] toaster build functionality - preparatory patches
@ 2014-06-03 15:26 Alex DAMIAN
  2014-06-03 15:26 ` [PATCH 1/9] bitbake: move configuration reading code Alex DAMIAN
                   ` (8 more replies)
  0 siblings, 9 replies; 16+ messages in thread
From: Alex DAMIAN @ 2014-06-03 15:26 UTC (permalink / raw)
  To: bitbake-devel; +Cc: Alexandru DAMIAN

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



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

end of thread, other threads:[~2014-06-04 14:48 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-03 15:26 [PATCH 0/9] toaster build functionality - preparatory patches Alex DAMIAN
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

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.