[oe-commits] [bitbake] branch master updated (28bb8ef -> 3ff1c66)

git at git.openembedded.org git at git.openembedded.org
Thu Aug 18 09:08:01 UTC 2016


rpurdie pushed a change to branch master
in repository bitbake.

      from  28bb8ef   bitbake-user-manual: Re-write "Dependencies Internal to the .bb File"
      adds  8c992c1   cookerdata: Simplify prefiles/postfiles
      adds  8181d96   runqueue: Abstract worker functionality to an object/array
      adds  266b848   cache/ast: Move __VARIANTS handling to parse cache function
      adds  6d06e93   cache: Make virtualfn2realfn/realfn2virtual standalone functions
      adds  7da0629   cache/cooker: Pass databuilder into bb.cache.Cache()
      adds  120b64e   cache: Split Cache() into a NoCache() parent object
      adds  fef18b4   cache: Build datastores from databuilder object
      adds  bedbd46   ast/ConfHandler: Add a syntax to clear variable
      adds  4950268   siggen: properly close files rather than opening them inline
      adds  5287991   bitbake: Initial multi-config support
       new  3ff1c66   bitbake: Update version to 1.31.1

The 1 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                                        |   2 +-
 bin/bitbake-worker                                 |  27 +-
 .../bitbake-user-manual-metadata.xml               |  17 +
 lib/bb/__init__.py                                 |   2 +-
 lib/bb/cache.py                                    | 226 ++++----
 lib/bb/cooker.py                                   | 320 +++++++-----
 lib/bb/cookerdata.py                               |  55 +-
 lib/bb/parse/ast.py                                |  37 +-
 lib/bb/parse/parse_py/ConfHandler.py               |  12 +
 lib/bb/runqueue.py                                 | 574 ++++++++++++---------
 lib/bb/siggen.py                                   |  30 +-
 lib/bb/tests/parse.py                              |  17 +
 lib/bb/tinfoil.py                                  |   4 +-
 lib/bblayers/action.py                             |   2 +-
 lib/bblayers/query.py                              |  20 +-
 15 files changed, 797 insertions(+), 548 deletions(-)

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


More information about the Openembedded-commits mailing list