[oe-commits] [bitbake] branch master updated (b2642e4 -> 1cf084c)

git at git.openembedded.org git at git.openembedded.org
Wed Feb 14 15:28:13 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 b2642e4  bitbake-user-manual: Commented out Placeholder Paragraph
     add 546a662  main/runqueue: Rework runall task and add runonly option
     add 6b508ab  fetch/git: Use 'git-make-shallow' from bin directory
     add b7da316  bitbake: cooker: skip when BBFILE_PATTERN is empty
     add ec90245  bitbake: cooker: fix for BBFILE_PATTERN matches bbappend
     add a6a641c  bitbake: cooker: don't stop file notifier when cooker is shutdown
     add c8d3a20  bitbake: cache: improve debug message
     add 4682571  bitbake: parse: fixes for resolve_file()
     add 1045724  contrib/dump_cache.py: make it can dump everything
     add 5455404  fetch2/npm.py: Fix inverted condition to prevent infinite loop
     add a335dbb  fetch2: Handle missing donestamp file when content is valid
     add 038a5f4  bitbake: toaster: don't use git fetch --all
     add 1cf084c  bitbake-user-manual: Added google-repo fetcher and REPODIR var.

No new revisions were added by this update.

Summary of changes:
 contrib/dump_cache.py                              |  85 +++++++++-------
 .../bitbake-user-manual-fetching.xml               |  40 +++++++-
 .../bitbake-user-manual-ref-variables.xml          |  10 ++
 lib/bb/cache.py                                    |   5 +-
 lib/bb/cooker.py                                   |  13 ++-
 lib/bb/cookerdata.py                               |   3 +-
 lib/bb/fetch2/__init__.py                          |  21 ++--
 lib/bb/fetch2/git.py                               |   5 +-
 lib/bb/fetch2/npm.py                               |   8 +-
 lib/bb/main.py                                     |   8 +-
 lib/bb/parse/__init__.py                           |   3 +-
 lib/bb/parse/parse_py/BBHandler.py                 |   3 -
 lib/bb/parse/parse_py/ConfHandler.py               |   3 -
 lib/bb/runqueue.py                                 |  49 ++++++---
 lib/bb/server/process.py                           |   2 +
 lib/bb/tests/fetch.py                              | 109 ++++++++++++++++++++-
 lib/toaster/bldcontrol/localhostbecontroller.py    |   2 +-
 17 files changed, 285 insertions(+), 84 deletions(-)

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


More information about the Openembedded-commits mailing list