[bitbake-devel] [PATCH 00/11] please pull Toaster patchset

Alex DAMIAN alexandru.damian at intel.com
Thu Nov 20 16:27:22 UTC 2014


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

Hi,

This is a Toaster patchset which brings in the New Build Button feature,
and a number of fixes for both the frontend and the backend, including compatibility
with the upstreamed versions of the toasterconf.json files.

Can you please pull at your convenience ?

Cheers,
Alex


The following changes since commit 40d2ae0723de2bf5fee343faafb4afda40546839:

  bitbake-worker: exit normally when SIGHUP (2014-11-20 14:15:28 +0000)

are available in the git repository at:

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

Alexandru DAMIAN (1):
  toastergui: layer name correlation

Belen Barros Pena (5):
  toaster: fix file name collision
  toaster: Tiny refinements to the new build button dialog
  toaster: add no results state to all layers page
  toaster: fix dependencies dialog layout
  toaster: do not show target if target name is empty

Michael Wood (5):
  toaster: skip virtualenv when searching for django apps
  toaster: Create libtoaster.js with some utility functions
  toaster: libtoaster: Add getProjectInfo utility function
  toaster: Add New Build Button feature
  toaster: project page remove additional tooltip for Change pencil

 bin/toaster                                        |   4 +-
 .../management/commands/checksettings.py           |  47 ++-
 .../bldcontrol/management/commands/loadconf.py     |  29 +-
 ...faultlayer__add_releaselayersourcepriority__.py | 396 +++++++++++++++++++++
 lib/toaster/orm/models.py                          | 115 ++++--
 lib/toaster/orm/tests.py                           |  11 +-
 lib/toaster/toastergui/static/css/default.css      |   8 +
 lib/toaster/toastergui/static/js/base.js           | 125 +++++++
 lib/toaster/toastergui/static/js/libtoaster.js     | 259 ++++++++++++++
 lib/toaster/toastergui/static/js/main.js           | 111 ------
 lib/toaster/toastergui/static/js/projectapp.js     |   2 +
 lib/toaster/toastergui/templates/base.html         |  98 +++--
 lib/toaster/toastergui/templates/layers.html       |  22 +-
 lib/toaster/toastergui/templates/project.html      |  10 +-
 lib/toaster/toastergui/templates/targets.html      |   2 +
 lib/toaster/toastergui/urls.py                     |   4 +
 lib/toaster/toastergui/views.py                    | 117 ++++--
 lib/toaster/toastermain/settings.py                |   4 +
 lib/toaster/toastermain/urls.py                    |   4 +
 19 files changed, 1123 insertions(+), 245 deletions(-)
 create mode 100644 lib/toaster/orm/migrations/0017_auto__del_toastersettingdefaultlayer__add_releaselayersourcepriority__.py
 create mode 100644 lib/toaster/toastergui/static/js/base.js
 create mode 100644 lib/toaster/toastergui/static/js/libtoaster.js
 delete mode 100644 lib/toaster/toastergui/static/js/main.js

-- 
1.9.1



More information about the bitbake-devel mailing list