[oe-commits] [bitbake] branch master updated (9a529bb -> 66f1b76)

git at git.openembedded.org git at git.openembedded.org
Tue Jan 8 11:16:35 UTC 2019


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

rpurdie pushed a change to branch master
in repository bitbake.

    from 9a529bb  runqueue: Pass unique hash to hash validate
     new 93cd156  bitbake: persist_data: Fix Locking Protocol Error
     new 1bb2ad0  bitbake: hashserv: Add hash equivalence reference server
     new 08c314e  tests.data: Add underscore+numeric in overrides datastore test
     new b2d39fc  cooker: Remove Feeder() since its no longer needed with moderm multiprocessing
     new ae79868  cooker: Split recipes to parse amongst threads ahead of time
     new 4bed7a9  codeparser: Switch to sha256 from md5
     new 66f1b76  data/siggen: Switch md5 -> sha256

The 7 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:
 bin/bitbake-hashserv     |  67 +++++++++++++++++++++
 bin/bitbake-selftest     |   2 +
 lib/bb/codeparser.py     |   4 +-
 lib/bb/cooker.py         |  53 +++--------------
 lib/bb/data.py           |   2 +-
 lib/bb/data_smart.py     |   2 +-
 lib/bb/persist_data.py   |   2 +-
 lib/bb/siggen.py         |   6 +-
 lib/bb/tests/data.py     |   9 +++
 lib/hashserv/__init__.py | 152 +++++++++++++++++++++++++++++++++++++++++++++++
 lib/hashserv/tests.py    | 141 +++++++++++++++++++++++++++++++++++++++++++
 11 files changed, 387 insertions(+), 53 deletions(-)
 create mode 100755 bin/bitbake-hashserv
 create mode 100644 lib/hashserv/__init__.py
 create mode 100644 lib/hashserv/tests.py

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


More information about the Openembedded-commits mailing list