[bitbake-devel] [PATCH 0/4] Toaster feature / bugfix patchset

Alex DAMIAN alexandru.damian at intel.com
Wed Jan 14 12:46:49 UTC 2015


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

This patchset brings in the layer details page, and the managed version
of the "all builds" page.

The patches have been reviewed on the Toaster mailing list.

Can you please pull at your convenience ?


Cheers,
Alex


The following changes since commit 0557d03c170fba8d7efe82be1b9641d0eb229213:

  cooker/cache/parse: Implement pyinofity based reconfigure (2015-01-13 22:23:21 +0000)

are available in the git repository at:

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

Alexandru DAMIAN (2):
  toastergui: all builds page lists failed build requests
  toasterui: fix variable data error

Michael Wood (2):
  toaster: Add layer details page feature
  toaster: layerdetails Remove compatibility setting

 lib/bb/ui/buildinfohelper.py                       |   2 +-
 lib/toaster/toastergui/static/css/default.css      |   1 +
 lib/toaster/toastergui/static/js/layerdetails.js   | 398 ++++++++++++
 lib/toaster/toastergui/static/js/libtoaster.js     |  35 +
 lib/toaster/toastergui/templates/layerdetails.html | 625 +++++++++++++-----
 .../toastergui/templates/layers_dep_modal.html     |   9 +
 .../toastergui/templates/managed_builds.html       | 135 ++++
 .../toastergui/templates/managed_mrb_section.html  | 172 +++++
 lib/toaster/toastergui/templatetags/projecttags.py |  19 +
 lib/toaster/toastergui/urls.py                     |   1 +
 lib/toaster/toastergui/views.py                    | 708 +++++++++++++++------
 11 files changed, 1755 insertions(+), 350 deletions(-)
 create mode 100644 lib/toaster/toastergui/static/js/layerdetails.js
 create mode 100644 lib/toaster/toastergui/templates/managed_builds.html
 create mode 100644 lib/toaster/toastergui/templates/managed_mrb_section.html

-- 
1.9.1



More information about the bitbake-devel mailing list