[oe-commits] [bitbake] branch master updated (ac15028 -> 5463c16)

git at git.openembedded.org git at git.openembedded.org
Thu Oct 18 10:00:21 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a change to branch master
in repository bitbake.

    from ac15028  main: Fix environment handling for UI module imports
     add 11722c9  data_smart: Preserve history when renaming variables
     add c0a23dd  data: Fix whitespace on _remove operations
     add e43ff06  toaster: bad link for distro conf file
     add b081b78  toaster: bump django version to match build tools
     add 0bfbcc7  toaster: missing shutil import
     add cddea42  layerindexlib: Fix various type checking errors
     add 43f8a23  taskexp: add focused search bar
     add 05ee484  fetch2: avoid circular recursion with SRCPV in PR
     add 5f92682  fetch2/git: add tests to capture existing behavior wrt. naming of clone directories
     add c604d94  fetch2/git: add tests to capture existing behavior wrt. naming of mirror tarball
     add 05f2ac8  fetch2/git: add tests to capture existing behavior wrt. naming of git shallow tarball
     add 3434e64  fetch2/git: use intention revealing names for premirror tests
     add 5e69ca5  fetch2: extract the function which ensures that a valid symlink exists
     add 30cf250  fetch2/git: prevent access to non-existing clonedir
     add 78d8fb3  fetch2/git: explicitly show the decision logic to select the source in code
     add 27a2214  fetch2/git: provide information about missing sources
     add 3f4968c  bitbake-user-manual: fix description of BB_RUNTASK
     add a68de8a  fetch2: Avoid incorrect getVarFlag call
     add 6d19eb3  data_smart: Micro optimise _remove handling
     add a039052  data_smart: Fix expand_cache and _remove operator interaction issues
     add 136100d  data/data_smart: Allow getVarFlag to return the variable parser object
     add 57d2ee1  bitbake: data: Ensure task checksums account for remove data
     add 796a20d  data/siggen: Extract task hash generation code into a function
     add 5463c16  test/data: Add new tests for task checksum changing/not changing

No new revisions were added by this update.

Summary of changes:
 .../bitbake-user-manual-metadata.xml               |   6 +-
 .../bitbake-user-manual-ref-variables.xml          |   4 +-
 lib/bb/data.py                                     |  61 +++++++-
 lib/bb/data_smart.py                               |  97 ++++++++-----
 lib/bb/fetch2/__init__.py                          |  35 +++--
 lib/bb/fetch2/git.py                               |  26 +++-
 lib/bb/siggen.py                                   |  37 +----
 lib/bb/tests/data.py                               |  68 ++++++++-
 lib/bb/tests/fetch.py                              | 153 +++++++++++++++++++--
 lib/bb/ui/taskexp.py                               |  10 +-
 lib/layerindexlib/__init__.py                      |  51 ++++---
 lib/layerindexlib/cooker.py                        |  19 +--
 lib/toaster/orm/models.py                          |   2 +-
 lib/toaster/toastergui/tables.py                   |   8 +-
 .../toastermain/management/commands/buildimport.py |   1 +
 toaster-requirements.txt                           |   2 +-
 16 files changed, 426 insertions(+), 154 deletions(-)

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


More information about the Openembedded-commits mailing list