[bitbake-devel] [PATCH 0/5] Toaster patchset pull request

Alex DAMIAN alexandru.damian at intel.com
Thu Jan 8 13:15:09 UTC 2015


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

Hi,

This is a toaster patchset with patches that have been reviewed on the toaster mailing list.

It contains bugfixes and new features in the frontend Web interface.

Can you please pull at your convenience ?

Cheers,
Alex

The following changes since commit 86704281b79e524dccccc88cbf996b299b33bae2:

  ast: Add error when trying to use dash in sh function names (2015-01-08 10:37:06 +0000)

are available in the git repository at:

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

Alexandru DAMIAN (4):
  toaster: write pre-read conf file for build variables
  toaster: do not launch web browser on noweb option
  toaster: branch name priority resolution
  toaster: implementation of project page

Michael Wood (1):
  toaster: Improve client side error handling

 bin/toaster                                        |  13 +-
 lib/toaster/bldcontrol/bbcontroller.py             |   5 +
 .../bldcontrol/management/commands/runbuilds.py    |   5 +-
 lib/toaster/orm/models.py                          |   9 +-
 lib/toaster/toastergui/static/js/libtoaster.js     |  39 +++-
 lib/toaster/toastergui/static/js/projectapp.js     | 242 +++++++++++++++------
 lib/toaster/toastergui/templates/base.html         |   5 +
 lib/toaster/toastergui/templates/layers.html       |   8 +-
 lib/toaster/toastergui/templates/mrb_section.html  |   8 +-
 lib/toaster/toastergui/templates/project.html      |  50 +++--
 lib/toaster/toastergui/templates/targets.html      |   8 +-
 lib/toaster/toastergui/views.py                    | 103 ++++-----
 12 files changed, 329 insertions(+), 166 deletions(-)

-- 
1.9.1


More information about the bitbake-devel mailing list