[oe-commits] [bitbake] branch master-next updated (19507b8 -> 12f1fb8)

git at git.openembedded.org git at git.openembedded.org
Mon Mar 7 17:24:01 UTC 2016


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

      from  19507b8   bitbake-user-manual: Added expand() function to list.
      adds  66a9ee7   fetch2/npm: fix indentation
      adds  7b7a65c   fetch2/npm: handle alternative dependency syntax
      adds  b389751   fetch2/npm: ignore unknown headers in tarballs
      adds  6b29d32   toaster: fixup dependency excludes for customimage
      adds  d3b5f3b   toaster: views api Package info return both kinds of RDEPENDS
      adds  09392f3   toaster: change 'revision' to 'Git revision'
      adds  b8044ce   toaster: bring back the strict directive
      adds  c243ab6   toaster: raise NotImplementedError
      adds  3ee06eb   toaster: don't use sshbecontroller
      adds  975081e   toaster: remove sshbecontroller module
      adds  42a2d11   toasterui: reformat list of events
      adds  16b14ec   toasterui: update list of events
      adds  8a47d30   command: make setEventMask readonly
      adds  6e3f13f   toasterui: check if setEventMask succeeded
      adds  d4b5796   toasterui: make toasterui to work in build mode
      adds  b11f9d6   toasterui: exit on final events
      adds  12f1fb8   toasterui: fix warning 'Unknown event'

No new revisions were added by this update.

Summary of changes:
 lib/bb/command.py                                  |   1 +
 lib/bb/fetch2/npm.py                               |  50 +++---
 lib/bb/ui/toasterui.py                             |  90 +++++++----
 lib/toaster/bldcontrol/bbcontroller.py             |  16 +-
 .../migrations/0002_auto_20160120_1250.py          |  19 +++
 lib/toaster/bldcontrol/models.py                   |  10 +-
 lib/toaster/bldcontrol/sshbecontroller.py          | 169 ---------------------
 lib/toaster/bldcontrol/tests.py                    |  30 +---
 lib/toaster/toastergui/static/js/projectpage.js    |   2 +-
 lib/toaster/toastergui/tables.py                   |   6 +-
 lib/toaster/toastergui/templates/base.html         |   2 +-
 lib/toaster/toastergui/templates/importlayer.html  |   2 +-
 lib/toaster/toastergui/templates/layerdetails.html |   2 +-
 lib/toaster/toastergui/views.py                    |  16 +-
 14 files changed, 140 insertions(+), 275 deletions(-)
 create mode 100644 lib/toaster/bldcontrol/migrations/0002_auto_20160120_1250.py
 delete mode 100644 lib/toaster/bldcontrol/sshbecontroller.py

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


More information about the Openembedded-commits mailing list