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

Alex DAMIAN alexandru.damian at intel.com
Fri Mar 14 17:58:53 UTC 2014


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

Hello,

This is a toaster interface and data collection patchset.

Can you please pull ?

Thanks,
Alex

The following changes since commit 81413d94f40f58d790d7a7dc4259108f9c5d4fc0:

  bitbake: cooker: some IMAGE_FEATURES not recognized (2014-03-14 07:25:35 -0700)

are available in the git repository at:

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

Alexandru DAMIAN (2):
  toaster: fix target file inode type information
  toaster: improve recipe matching for native tasks

Belen Barros Pena (16):
  toaster: Move <tbody> outside for statement
  toaster: Make Order column part of the minimum table
  toaster: Format package size in recipe.html
  toaster: Replace hyphens with underscores in package name
  toaster: Small tweaks to the no results page
  toaster: Amend help text in package_built_detail.html
  toaster: Fixing "Show all builds" link
  toaster: Add no search results page
  toaster: Give an extra space to the caret
  toaster: Shorten dependency labels
  toaster: Presentation fixes for task.html
  bitbake:toaster: Not using task_color tag for execution heading
  toaster: Fix Recipe sorting in tasks table
  toaster: Don't show clear search button if text input field is empty
  toaster: Remove the data-toggle attribute
  toaster: Sort layers in alphabetical order

Farrell Wymore (1):
  toaster: added file types to the Outputs column in the build page

 lib/bb/ui/buildinfohelper.py                       | 26 ++++----
 lib/toaster/toastergui/static/css/default.css      |  4 +-
 .../toastergui/templates/basetable_top.html        |  2 +-
 lib/toaster/toastergui/templates/bpackage.html     | 13 ++++
 lib/toaster/toastergui/templates/build.html        | 18 +++---
 .../toastergui/templates/configuration.html        |  2 +-
 lib/toaster/toastergui/templates/configvars.html   | 16 ++++-
 .../templates/package_built_dependencies.html      | 70 +++++++++++-----------
 .../toastergui/templates/package_built_detail.html | 14 ++---
 .../toastergui/templates/package_detail_base.html  |  4 +-
 .../templates/package_included_dependencies.html   | 23 ++++---
 .../templates/package_included_detail.html         | 12 ++--
 .../package_included_reverse_dependencies.html     | 12 ++--
 lib/toaster/toastergui/templates/recipe.html       |  2 +-
 lib/toaster/toastergui/templates/recipes.html      | 14 +++++
 lib/toaster/toastergui/templates/task.html         | 49 ++++++++-------
 lib/toaster/toastergui/templates/tasks.html        | 15 +++++
 lib/toaster/toastergui/templatetags/projecttags.py | 27 +++++++++
 lib/toaster/toastergui/views.py                    |  6 +-
 19 files changed, 213 insertions(+), 116 deletions(-)

-- 
1.8.3.2




More information about the bitbake-devel mailing list