[bitbake-devel] [PATCH 0/7] toaster patchset

Alex DAMIAN alexandru.damian at intel.com
Fri May 1 16:40:42 UTC 2015


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

Hello,

This is a toaster patchset adding UI and build logger fixes.

Cheers,
Alex

The following changes since commit f8590547a198a78334debdf14bf40acb50c22ecc:

  bitbake: reset build mtime cache before the build (2015-04-28 22:28:45 +0100)

are available in the git repository at:

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

Alexandru DAMIAN (2):
  toasterui: proper exit code on toaster errors
  toasterui: close build on BuildCompleted event

Michael Wood (5):
  toaster: Move project context variables to common scope
  toaster: projectapp Implement machine select command
  toaster: Refactor and expand layer add remove mechanism
  toaster: Add links to the layer add notification
  toaster: filtersnippet remove redefinition of filter type key

 bin/toaster-eventreplay                            |  13 +-
 lib/bb/ui/buildinfohelper.py                       |   5 +-
 lib/bb/ui/toasterui.py                             |  45 +++--
 lib/toaster/orm/views.py                           |   8 +-
 lib/toaster/toastergui/static/css/default.css      |   2 +-
 .../toastergui/static/html/layer_deps_modal.html   |  17 ++
 lib/toaster/toastergui/static/js/base.js           |  39 ++--
 lib/toaster/toastergui/static/js/filtersnippet.js  |   3 +-
 lib/toaster/toastergui/static/js/importlayer.js    |  20 +-
 lib/toaster/toastergui/static/js/layerBtn.js       |  63 ++++++
 lib/toaster/toastergui/static/js/layerDepsModal.js |  90 +++++++++
 lib/toaster/toastergui/static/js/layerdetails.js   |  99 ++-------
 lib/toaster/toastergui/static/js/libtoaster.js     |  96 ++++++++-
 lib/toaster/toastergui/static/js/machines.js       |  97 ---------
 lib/toaster/toastergui/static/js/projectapp.js     |  31 ++-
 lib/toaster/toastergui/templates/base.html         |  19 +-
 lib/toaster/toastergui/templates/importlayer.html  |   6 +-
 lib/toaster/toastergui/templates/layerdetails.html |   9 +-
 lib/toaster/toastergui/templates/layers.html       | 223 +++------------------
 .../toastergui/templates/layers_dep_modal.html     |  99 ---------
 lib/toaster/toastergui/templates/machines.html     |  36 ++--
 lib/toaster/toastergui/templates/targets.html      | 220 ++++----------------
 lib/toaster/toastergui/views.py                    |   2 +-
 23 files changed, 471 insertions(+), 771 deletions(-)
 create mode 100644 lib/toaster/toastergui/static/html/layer_deps_modal.html
 create mode 100644 lib/toaster/toastergui/static/js/layerBtn.js
 create mode 100644 lib/toaster/toastergui/static/js/layerDepsModal.js
 delete mode 100644 lib/toaster/toastergui/static/js/machines.js
 delete mode 100644 lib/toaster/toastergui/templates/layers_dep_modal.html

-- 
1.9.1




More information about the bitbake-devel mailing list