[bitbake-devel] [PATCH 0/9] toaster build functionality - preparatory patches

Alex DAMIAN alexandru.damian at intel.com
Tue Jun 3 15:26:13 UTC 2014


From: Alexandru DAMIAN <alexandru.damian at 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




More information about the bitbake-devel mailing list