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

git at git.openembedded.org git at git.openembedded.org
Fri Sep 2 17:11:00 UTC 2016


rpurdie pushed a change to branch master
in repository bitbake.

      from  0ed8975   fetch2: clean up remaining cwd saves/changes
       new  7dff676   bitbake-user-manual: Corrected misspelled STAMPS_DIR
       new  b543458   bitbake-user-manual: Added "Exporting Variables to the Environment"
       new  f59bc6b   tinfoil: add context manager functions
       new  131e6dc   bitbake-diffsigs/bitbake-layers: Ensure tinfoil is shut down correctly
       new  5b3fedf   cache: allow parsing a recipe with a custom config datastore
       new  39780b1   tinfoil: add a parse_recipe_file function
       new  d98cc31   fetch2: Handle multiconfig fetcher issues
       new  a9041fc   build/runqueue: Add noextra stamp file parameter to fix multiconfig builds
       new  107c47c   cookerdata/ast: Fail gracefully if event handler function is not found
       new  cea8113   wget: allow basic http auth for SSTATE_MIRRORS
       new  927ec35   buildinfohelper: discover kernel artifacts correctly
       new  70319eb   toaster: add switch of git and not-git layers imported
       new  5c20834   toaster: layerdetails js changes for switching layers
       new  2b5728f   toaster: update api to include local_source_dir
       new  092ef32   toaster: layerdetails clean ups after integrating local layer changes
       new  d57a912   toaster: Fix oe-core fixture
       new  37c2b4f   toaster: Move Custom image recipe rest api to api file
       new  acdfafd   toaster: tests Add selenium test layer source switching layer details page
       new  a15f61f   toaster: Allow git information to be null for BRLayer
       new  8b71803   toaster: localhostbecontroller Remove git assumption
       new  cb4f8f6   cooker.py: Catch when stdout doesn't have a file descriptor
       new  dc75651   bb.fetch2.svn: correctly pass workdir when fetching

The 22 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 +--
 .../bitbake-user-manual-execution.xml              |   2 +-
 .../bitbake-user-manual-metadata.xml               |  47 ++
 lib/bb/build.py                                    |   8 +-
 lib/bb/cache.py                                    |  73 ++--
 lib/bb/cooker.py                                   |  21 +-
 lib/bb/cookerdata.py                               |   3 +
 lib/bb/fetch2/__init__.py                          |   7 +-
 lib/bb/fetch2/svn.py                               |   2 +-
 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 +------------------
 28 files changed, 1006 insertions(+), 646 deletions(-)

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


More information about the Openembedded-commits mailing list