[oe-commits] [bitbake] branch master-next updated (0ed8975 -> f6cc439)

git at git.openembedded.org git at git.openembedded.org
Wed Aug 31 10:54:06 UTC 2016


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

      from  0ed8975   fetch2: clean up remaining cwd saves/changes
       new  16567eb   tinfoil: add context manager functions
       new  58d1204   bitbake-diffsigs/bitbake-layers: Ensure tinfoil is shut down correctly
       new  214a13a   cache: allow parsing a recipe with a custom config datastore
       new  3bc225d   tinfoil: add a parse_recipe_file function
       new  5d2ef40   fetch2: Handle multiconfig fetcher issues
       new  31e3ea5   build/runqueue: Add noextra stamp file parameter to fix multiconfig builds
       new  5cbf027   cookerdata/ast: Fail gracefully if event handler function is not found
       new  80e98b3   wget: allow basic http auth for SSTATE_MIRRORS
       new  923a482   buildinfohelper: discover kernel artifacts correctly
       new  87a3a48   toaster: add switch of git and not-git layers imported
       new  bdc05a5   toaster: layerdetails js changes for switching layers
       new  3e866c3   toaster: update api to include local_source_dir
       new  84b8096   toaster: layerdetails clean ups after integrating local layer changes
       new  77b7a3c   toaster: Fix oe-core fixture
       new  9b4301b   toaster: Move Custom image recipe rest api to api file
       new  9094fe8   toaster: tests Add selenium test layer source switching layer details page
       new  f712ae6   toaster: Allow git information to be null for BRLayer
       new  f6cc439   toaster: localhostbecontroller Remove git assumption

The 18 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-diffsigs                               |   6 +-
 bin/bitbake-layers                                 |  53 +--
 lib/bb/build.py                                    |   8 +-
 lib/bb/cache.py                                    |  73 ++--
 lib/bb/cookerdata.py                               |   3 +
 lib/bb/fetch2/__init__.py                          |   7 +-
 lib/bb/fetch2/wget.py                              |  11 +
 lib/bb/parse/ast.py                                |   2 +
 lib/bb/runqueue.py                                 |   4 +-
 lib/bb/tinfoil.py                                  |  42 ++
 lib/bb/ui/buildinfohelper.py                       |  11 +-
 lib/toaster/bldcontrol/localhostbecontroller.py    |  24 +-
 .../management/commands/checksettings.py           |  10 +-
 lib/toaster/bldcontrol/models.py                   |  11 +-
 lib/toaster/orm/fixtures/oe-core.xml               |  16 +-
 lib/toaster/orm/fixtures/poky.xml                  |   6 +
 lib/toaster/orm/fixtures/settings.xml              |  17 +-
 .../tests/browser/test_layerdetails_page.py        |  32 +-
 lib/toaster/toastergui/api.py                      | 475 ++++++++++++++++++++-
 lib/toaster/toastergui/static/css/default.css      |   2 +
 lib/toaster/toastergui/static/js/layerdetails.js   | 134 +++++-
 lib/toaster/toastergui/templates/layerdetails.html | 168 +++++---
 lib/toaster/toastergui/urls.py                     |  18 +-
 lib/toaster/toastergui/views.py                    | 447 +------------------
 24 files changed, 945 insertions(+), 635 deletions(-)

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


More information about the Openembedded-commits mailing list