[bitbake-devel] [PATCH 0/6] bug fixes patchset

Alex DAMIAN alexandru.damian at intel.com
Thu Sep 4 16:44:56 UTC 2014


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

This is a bugfix patchset that fixes two critical issues preventing normal
operation of Toaster, and four bugs that break pieces of functionality
or self-testing in the project.

Can you please merge them at your convenience ?

Cheers,
Alex

The following changes since commit 8f5c1cdae1ee6ce04ae0d04d0b95bd80efbf7534:

  process: Ensure abnormal exits set an error level (2014-09-02 18:10:17 +0100)

are available in the git repository at:

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

Alexandru DAMIAN (4):
  toaster: rename bldviewer projecttags custom tagset
  toaster: bitbake server listen on all interface
  toaster: enable SSH-based remote build support
  toaster: do not save objects in session

Marius Avram (2):
  toaster: use cookies for count and sorting in templates tables
  toaster: fix some code spacing issues

 bin/toaster                                        |   6 +-
 lib/toaster/bldcontrol/bbcontroller.py             | 170 ++----------------
 lib/toaster/bldcontrol/localhostbecontroller.py    | 191 ++++++++++++++++++++
 lib/toaster/bldcontrol/sshbecontroller.py          | 193 +++++++++++++++++++++
 lib/toaster/bldcontrol/tests.py                    | 116 ++++++++++---
 lib/toaster/bldviewer/templates/simple_build.html  |   2 +-
 lib/toaster/bldviewer/templates/simple_layer.html  |   2 +-
 lib/toaster/bldviewer/templates/simple_recipe.html |   2 +-
 .../{projecttags.py => simple_projecttags.py}      |   0
 .../toastergui/templates/basetable_bottom.html     |  52 +++---
 .../toastergui/templates/basetable_top.html        |  18 +-
 lib/toaster/toastergui/views.py                    | 140 +++++++++------
 12 files changed, 628 insertions(+), 264 deletions(-)
 create mode 100644 lib/toaster/bldcontrol/localhostbecontroller.py
 create mode 100644 lib/toaster/bldcontrol/sshbecontroller.py
 rename lib/toaster/bldviewer/templatetags/{projecttags.py => simple_projecttags.py} (100%)

-- 
1.9.1




More information about the bitbake-devel mailing list