[bitbake-devel] [PATCH 00/18] toaster patchset

Alex DAMIAN alexandru.damian at intel.com
Mon Mar 24 18:37:24 UTC 2014


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

This is a pull-request for toaster. It includes fixes for data collection and
for the UI. The patches have been reviewed on the toaster mailing list.

Can you please merge this ?

Thank you,
Alex

The following changes since commit f34575809677dc52e1071a3ae3daebe92819cec0:

  hob: output filenames based on initial recipe name (2014-03-24 10:13:58 +0000)

are available in the git repository at:

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

Alexandru DAMIAN (5):
  toaster: Revert "added file types to the Outputs column in the build
    page"
  toaster: select recipe based on PN name
  toasterui: save missed sstate tasks
  toaster: clean exit on bb server shutdown
  toaster: replace package dependency tag w/ view queries

Amit Kumar Chaudhary (1):
  toaster: combine ready functions

Belen Barros Pena (5):
  toaster: Change objectname 'packages' to 'packages built'
  toaster: Fix alignment issue in searchform
  toaster: Add help text to filters
  toaster: Update local configuration counter
  toaster: Change "0 found" to "No found"

Cristiana Voicu (1):
  bitbake toaster: check the file_name with the content of the
    IMAGE_FSTYPES variable

Dave Lerner (1):
  toaster: fix package size 1st sort order

David Reyna (3):
  toaster: warn new filter replaces existing filter
  toaster: reset default filter for configvar page on new searches
  toaster: add search by section to all recipe page

Irina Patru (1):
  toaster: Remove circular dependecies from packages/recipes

Marius Avram (1):
  toaster: apply filter only on selected attributes

 bin/toaster                                        | 28 +++++++++++-
 lib/bb/ui/buildinfohelper.py                       | 50 ++++++++++++++++------
 lib/bb/ui/toasterui.py                             |  9 +++-
 lib/toaster/orm/models.py                          | 16 ++++++-
 lib/toaster/toastergui/static/css/default.css      |  1 +
 lib/toaster/toastergui/static/js/main.js           |  4 +-
 .../toastergui/templates/basetable_top.html        | 10 ++---
 lib/toaster/toastergui/templates/bpackage.html     |  6 +--
 lib/toaster/toastergui/templates/build.html        |  6 +--
 lib/toaster/toastergui/templates/configvars.html   |  6 +--
 .../toastergui/templates/filtersnippet.html        |  6 +++
 lib/toaster/toastergui/templates/recipes.html      |  6 +--
 lib/toaster/toastergui/templates/target.html       |  4 +-
 lib/toaster/toastergui/templates/tasks.html        |  6 +--
 lib/toaster/toastergui/templatetags/projecttags.py | 41 ++----------------
 lib/toaster/toastergui/views.py                    | 49 ++++++++++++---------
 16 files changed, 144 insertions(+), 104 deletions(-)

-- 
1.8.3.2




More information about the bitbake-devel mailing list