[bitbake-devel] [PATCH 0/5] toaster changeset pull request

Alex DAMIAN alexandru.damian at intel.com
Thu May 8 13:24:29 UTC 2014


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

Hello,

Can you please pull this changeset for Toaster ?

All patches have been reviewed on the toaster mailinglist.

Thank you,
Alex 

The following changes since commit 13beb6c9f92c0b3d56fc9aa06eb2259fb8390949:

  setup.py: fix documentation build (2014-05-07 10:30:26 +0100)

are available in the git repository at:

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

Alexandru DAMIAN (2):
  toaster: fix migration code for MySQL
  toaster: modify SQL data type constraints

Belen Barros Pena (1):
  toaster: Make sure layer branch only shows when not empty

Dave Lerner (1):
  toaster: fix span2 headings for packages

David Reyna (1):
  toaster: sort outcome and sstate columns by string value

 .../0004_auto__add_field_package_installed_name.py |   1 +
 ...e__add_target_file__add_field_variablehistor.py |  56 ++---
 ...story_operation__chg_field_recipe_descriptio.py | 225 +++++++++++++++++++++
 lib/toaster/orm/models.py                          |  20 +-
 lib/toaster/toastergui/templates/dirinfo.html      |   4 +-
 .../templates/package_built_dependencies.html      |   4 +-
 .../toastergui/templates/package_built_detail.html |   4 +-
 .../toastergui/templates/package_detail_base.html  |  21 +-
 .../templates/package_included_tabs.html           |   4 +-
 lib/toaster/toastergui/templates/recipe.html       |  22 +-
 lib/toaster/toastergui/templates/target.html       |   6 +-
 lib/toaster/toastergui/templates/task.html         |   2 +-
 lib/toaster/toastergui/templates/tasks.html        |   2 +-
 lib/toaster/toastergui/views.py                    |  18 +-
 14 files changed, 310 insertions(+), 79 deletions(-)
 create mode 100644 lib/toaster/orm/migrations/0008_auto__chg_field_variablehistory_operation__chg_field_recipe_descriptio.py

-- 
1.9.1



More information about the bitbake-devel mailing list