[oe-commits] [bitbake] branch master updated (b65a819 -> f1cd6fa)

git at git.openembedded.org git at git.openembedded.org
Wed Dec 14 12:25:59 UTC 2016


rpurdie pushed a change to branch master
in repository bitbake.

      from  b65a819   toaster: views Remove old code that converts template context to JSON
      adds  febd553   data_smart: fix resetting of reference on variablehistory
      adds  6cf2582   knotty: make quiet option a level option
      adds  2c5a866   knotty: fix --observe-only option
      adds  0d659a7   server/xmlrpc: send back 503 response with correct encoding
      adds  a3edc3e   data_smart: implement remote datastore functionality
      adds  74db369   command: provide a means to shut down from the client in memres mode
      adds  3bbf8d6   tinfoil: rewrite as a wrapper around the UI
      adds  784d2f1   remotedata: enable transporting datastore from the client to the server
      adds  8f63581   tinfoil: implement server-side recipe parsing
      adds  cbc22a0   tinfoil: pass datastore to server when expanding python references
      adds  5cfbb60   cooker: allow buildFile warning to be hidden programmatically
      adds  bbbb2a5   data_smart: support serialisation
      adds  69a3cd7   runqueue: enable setVariable command to affect task execution
      adds  5a80c0e   siggen: add means of ignoring basehash mismatch
      adds  58c60a9   server/process: don't change UI process signal handler on terminate
       new  f1cd6fa   lib/bb/build: enable access to logger within tasks

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-worker       |  12 +-
 lib/bb/build.py          |   1 +
 lib/bb/command.py        | 253 ++++++++++++++++++++++++++-
 lib/bb/cooker.py         |  36 +++-
 lib/bb/cookerdata.py     |   1 +
 lib/bb/data_smart.py     |  54 +++++-
 lib/bb/main.py           |  87 ++++++----
 lib/bb/remotedata.py     | 116 +++++++++++++
 lib/bb/runqueue.py       |   1 +
 lib/bb/server/process.py |   1 -
 lib/bb/server/xmlrpc.py  |   2 +-
 lib/bb/siggen.py         |   3 +-
 lib/bb/tests/data.py     |  68 ++++++++
 lib/bb/tinfoil.py        | 439 +++++++++++++++++++++++++++++++++++++++--------
 lib/bb/ui/knotty.py      |  45 +++--
 lib/bb/utils.py          |  11 ++
 lib/bblayers/query.py    |  28 +--
 17 files changed, 994 insertions(+), 164 deletions(-)
 create mode 100644 lib/bb/remotedata.py

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


More information about the Openembedded-commits mailing list