[oe-commits] [bitbake] branch master-next updated (b65a819 -> 58c60a9)

git at git.openembedded.org git at git.openembedded.org
Wed Dec 14 09:57:41 UTC 2016


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

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

The 15 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/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/bblayers/query.py    |  28 +--
 15 files changed, 982 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