[oe-commits] [bitbake] branch master-next updated (546a662 -> 038a5f4)

git at git.openembedded.org git at git.openembedded.org
Fri Feb 9 14:22:04 UTC 2018


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

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

    from 546a662  main/runqueue: Rework runall task and add runonly option
     new 6b508ab  fetch/git: Use 'git-make-shallow' from bin directory
     new b7da316  bitbake: cooker: skip when BBFILE_PATTERN is empty
     new ec90245  bitbake: cooker: fix for BBFILE_PATTERN matches bbappend
     new a6a641c  bitbake: cooker: don't stop file notifier when cooker is shutdown
     new c8d3a20  bitbake: cache: improve debug message
     new 4682571  bitbake: parse: fixes for resolve_file()
     new 1045724  contrib/dump_cache.py: make it can dump everything
     new 5455404  fetch2/npm.py: Fix inverted condition to prevent infinite loop
     new a335dbb  fetch2: Handle missing donestamp file when content is valid
     new 038a5f4  bitbake: toaster: don't use git fetch --all

The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 contrib/dump_cache.py                           |  85 ++++++++++--------
 lib/bb/cache.py                                 |   5 +-
 lib/bb/cooker.py                                |  13 +--
 lib/bb/fetch2/__init__.py                       |  21 +++--
 lib/bb/fetch2/git.py                            |   5 +-
 lib/bb/fetch2/npm.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/server/process.py                        |   2 +
 lib/bb/tests/fetch.py                           | 109 +++++++++++++++++++++++-
 lib/toaster/bldcontrol/localhostbecontroller.py |   2 +-
 12 files changed, 192 insertions(+), 67 deletions(-)

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


More information about the Openembedded-commits mailing list