[oe-commits] [bitbake] branch master updated (6683338 -> eef7a1a)

git at git.openembedded.org git at git.openembedded.org
Fri Jul 21 07:45:51 UTC 2017


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

rpurdie pushed a change to branch master
in repository bitbake.

    from 6683338  fetch2: fix indentation
     add f8cf2cb  event/command: Allow UI to request the UI eventhander ID
     add a1c6151  server: Remove base classes and inline code
     add d196afe  cookerdata: Add a function to find TOPDIR
     add 4e780fa  daemonize: Various fixes
     new 72a3dbe  server: Rework the server API so process and xmlrpc servers coexist
     new 67ae612  cookerdata/cooker: Restore original datastore upon client disconnect
     new dbdd901  server/process.py: fix self.bitbake_lock.write()
     new c4d5c3d  bb/main.py: fix infinite loop for --server-only
     new 335fd01  bb/main.py: avoid starting server when not needed
     new 4ffc91a  bb/main.py: fix logic for --observe-only
     new ba53e06  tinfoil: add internal mode to build_file() function
     new 821f6c4  tinfoil: add a parse_recipes() function
     new 7efde2d  tinfoil: set a flag when recipes have been parsed
     new cb15db2  lib/bb/event: refactor printing events
     new be498ab  lib/bb/ui/uihelper: indicate to caller of eventHandler() if events handled
     new 7544de4  knotty: make it possible to use termfilter without either console
     new 43761ee  tinfoil: add functionality for running full builds
     new 3df9b7c  tinfoil: enable access to additional cached items
     new 3089940  tinfoil: add simple API for getting cached recipe information
     new 3e0e002  tinfoil: add more doc comments
     new f15ca73  fetch2: allow hiding checksum warning
     new 8b2ccb4  fetch2: fire an event when there are missing checksums
     new eef7a1a  Update to version 1.35.0 (development version with server rework changes)

The 19 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                   |   2 +-
 bin/bitbake-layers            |   2 +-
 lib/bb/__init__.py            |   2 +-
 lib/bb/command.py             |  48 +++-
 lib/bb/cooker.py              |  94 ++-----
 lib/bb/cookerdata.py          |  35 ++-
 lib/bb/daemonize.py           |  20 +-
 lib/bb/event.py               |  43 +++-
 lib/bb/fetch2/__init__.py     |  16 ++
 lib/bb/main.py                | 242 +++++++----------
 lib/bb/runqueue.py            |   6 +
 lib/bb/server/__init__.py     |  78 ------
 lib/bb/server/process.py      | 587 +++++++++++++++++++++++++++++-------------
 lib/bb/server/xmlrpc.py       | 448 --------------------------------
 lib/bb/server/xmlrpcclient.py | 154 +++++++++++
 lib/bb/server/xmlrpcserver.py | 158 ++++++++++++
 lib/bb/tinfoil.py             | 391 +++++++++++++++++++++++++++-
 lib/bb/ui/knotty.py           |  43 +---
 lib/bb/ui/ncurses.py          |   2 +-
 lib/bb/ui/taskexp.py          |  20 +-
 lib/bb/ui/toasterui.py        |  25 +-
 lib/bb/ui/uihelper.py         |   3 +
 lib/prserv/serv.py            |   4 +-
 23 files changed, 1391 insertions(+), 1032 deletions(-)
 delete mode 100644 lib/bb/server/xmlrpc.py
 create mode 100644 lib/bb/server/xmlrpcclient.py
 create mode 100644 lib/bb/server/xmlrpcserver.py

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


More information about the Openembedded-commits mailing list