[bitbake-devel] [PATCH 0/8] Bugfixes for Toaster

Alex DAMIAN alexandru.damian at intel.com
Tue Mar 11 15:49:47 UTC 2014


From: Alexandru DAMIAN <alexandru.damian at intel.com>

This is a set of bugfixes for Toaster.

Patches were reviewed on the toaster at yoctoproject.org mailing list.

Can you please pull them into bitbake master ?

Thank you,
Alex

The following changes since commit 76029d08ad56a0a264ff9738a0336971a455b7f5:

  runqueue: Use SIGCHLD instead of polling waitpid (2014-03-09 18:58:49 -0700)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib adamian/submission-11032014
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=adamian/submission-11032014

Alexandru DAMIAN (4):
  toaster: update database schema
  toaster: write files-in-image to the database
  toaster: add commands to list and delete builds
  toaster: erase checks for stop command

Belen Barros Pena (1):
  toaster: Fix help text for task details outcome

David Reyna (3):
  toaster: add empty outcome support to task page
  toaster: add 'bblayers.conf' files to local config filter
  toaster: fix 'show all' labels for tasks and variables

 bin/toaster                                        |  17 +-
 lib/bb/ui/buildinfohelper.py                       | 115 +++++++++-
 ...ge_size__add_field_target_license_manifest_p.py | 235 +++++++++++++++++++++
 lib/toaster/orm/models.py                          |  32 +--
 .../toastergui/templates/basetable_top.html        |   2 +-
 lib/toaster/toastergui/templates/task.html         |   6 +-
 lib/toaster/toastergui/views.py                    |   6 +-
 lib/toaster/toastermain/management/__init__.py     |   0
 .../toastermain/management/commands/__init__.py    |   0
 .../toastermain/management/commands/builddelete.py |  33 +++
 .../toastermain/management/commands/buildslist.py  |  13 ++
 11 files changed, 423 insertions(+), 36 deletions(-)
 create mode 100644 lib/toaster/orm/migrations/0006_auto__add_field_target_image_size__add_field_target_license_manifest_p.py
 create mode 100644 lib/toaster/toastermain/management/__init__.py
 create mode 100644 lib/toaster/toastermain/management/commands/__init__.py
 create mode 100644 lib/toaster/toastermain/management/commands/builddelete.py
 create mode 100644 lib/toaster/toastermain/management/commands/buildslist.py

-- 
1.8.3.2




More information about the bitbake-devel mailing list