[oe-commits] [bitbake] branch master-next updated (d19e305 -> 3d31eb9)

git at git.openembedded.org git at git.openembedded.org
Mon May 16 22:05:30 UTC 2016


rpurdie pushed a change to branch master-next
in repository bitbake.

      from  d19e305   toaster: use new syntax of except statement
       new  16d8198   toaster: toastertables: Clean up and fix up a number of items
       new  7f61a68   toaster: toastergui tests Fix toastertable tests
       new  88dab17   bitbake-layers: convert to plugin-based
       new  9063ef3   buildinfohelper: add method to set current build as CANCELLED
       new  88f2236   toasterui: capture keyboard interrupts the same way as knotty
       new  3d31eb9   toaster: don't show "Rebuild" button for cancelled cli builds

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 bin/bitbake-layers                                | 1065 ++-------------------
 lib/bb/ui/buildinfohelper.py                      |   10 +
 lib/bb/ui/toasterui.py                            |   17 +-
 lib/bblayers/__init__.py                          |    2 +
 lib/bblayers/action.py                            |  233 +++++
 lib/bblayers/common.py                            |   33 +
 lib/bblayers/layerindex.py                        |  270 ++++++
 lib/bblayers/query.py                             |  499 ++++++++++
 lib/toaster/toastergui/static/js/table.js         |   21 +-
 lib/toaster/toastergui/tables.py                  |   11 -
 lib/toaster/toastergui/templates/mrb_section.html |   25 +-
 lib/toaster/toastergui/tests.py                   |   98 +-
 lib/toaster/toastergui/widgets.py                 |  127 +--
 13 files changed, 1275 insertions(+), 1136 deletions(-)
 create mode 100644 lib/bblayers/__init__.py
 create mode 100644 lib/bblayers/action.py
 create mode 100644 lib/bblayers/common.py
 create mode 100644 lib/bblayers/layerindex.py
 create mode 100644 lib/bblayers/query.py

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list