[bitbake-devel] [PATCH 0/8] Toaster patchset

Alex DAMIAN alexandru.damian at intel.com
Thu Feb 26 21:41:56 UTC 2015


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

Hello,

This patchset is targeted at bringing critical fixes for M3 rc2 release, including
multiple show stoppers. It also adds fixes for M3 features.

The patches have been tested and reviewed on the toaster mailing list.

Can you please pull before M3 rc2 cut-off ?

Thank you,
Alex


The following changes since commit 7182cdd3c4a534a87147bb0aad7b360ffef6426b:

  bitbake-layers: fix wildcard support in remove-layer (2015-02-25 23:28:15 +0000)

are available in the git repository at:

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

Alexandru DAMIAN (5):
  toastergui: stop covered task graph traversal early
  toasterui: fix sstate task identification
  toaster: order layers with same priority
  toasterui: do not use transactions if the database autocommits
  toastergui: add csrf tokens for AJAX calls

Belen Barros Pena (1):
  toaster: fix typo in models.py

David Reyna (2):
  toaster: all projects data and sorts
  toaster: config var layout fixes

 lib/bb/ui/buildinfohelper.py                       |  24 +++--
 lib/toaster/bldcontrol/models.py                   |   2 +-
 lib/toaster/orm/models.py                          |  80 +++++++++++++---
 lib/toaster/toastergui/static/css/default.css      |   2 +-
 lib/toaster/toastergui/templates/layers.html       |   1 +
 .../toastergui/templates/managed_builds.html       |  22 +++--
 .../toastergui/templates/managed_mrb_section.html  |   1 +
 lib/toaster/toastergui/templates/projectconf.html  |  23 ++---
 lib/toaster/toastergui/templates/projects.html     |  60 +++++++++---
 lib/toaster/toastergui/templates/targets.html      |   1 +
 lib/toaster/toastergui/views.py                    | 104 ++++++++++++++-------
 11 files changed, 229 insertions(+), 91 deletions(-)

-- 
1.9.1




More information about the bitbake-devel mailing list