[oe-commits] [bitbake] branch master updated (7f51149 -> d140f0e)

git at git.openembedded.org git at git.openembedded.org
Wed Nov 23 11:00:40 UTC 2016


rpurdie pushed a change to branch master
in repository bitbake.

      from  7f51149   toaster: settings set ALLOWED_HOSTS to * in debug mode
       new  cefb8c9   fetch2: npm: conditionally hide NPM_LOCKDOWN / NPM_SHRINKWRAP warnings
       new  ff7892f   lib/bb: Don't use deprecated bb.data.getVar/setVar API
       new  1825604   data: Drop deprecated old style bitbake API
       new  caf5bb9   data_smart: Default to expansion for getVar/getVarFlags
       new  3511d46   data_smart.py: don't reorder internal bitbake variables when calculating hash
       new  063d255   taskdata.py: improve handling of depends/rdepends
       new  115cee1   toaster: settings fixture Set default release to master
       new  c83ab92   toaster: orm/fixtures Add the master release and correct morty release
       new  f981b68   toaster: layerindex updater Take into account layers being predefined
       new  d140f0e   COW.py: fix sample codes

The 10 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:
 lib/bb/COW.py                                    | 24 +++----
 lib/bb/data.py                                   | 53 ---------------
 lib/bb/data_smart.py                             |  5 +-
 lib/bb/fetch2/__init__.py                        |  2 +-
 lib/bb/fetch2/clearcase.py                       |  6 +-
 lib/bb/fetch2/git.py                             |  4 +-
 lib/bb/fetch2/hg.py                              |  2 +-
 lib/bb/fetch2/local.py                           |  8 +--
 lib/bb/fetch2/npm.py                             | 24 ++++---
 lib/bb/fetch2/repo.py                            |  6 +-
 lib/bb/fetch2/sftp.py                            |  4 +-
 lib/bb/taskdata.py                               | 33 +++++-----
 lib/bb/tests/codeparser.py                       | 14 ++--
 lib/toaster/orm/fixtures/oe-core.xml             | 23 ++++++-
 lib/toaster/orm/fixtures/poky.xml                | 82 ++++++++++++++++++++++--
 lib/toaster/orm/fixtures/settings.xml            |  2 +-
 lib/toaster/orm/management/commands/lsupdates.py | 60 ++++++-----------
 17 files changed, 183 insertions(+), 169 deletions(-)

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


More information about the Openembedded-commits mailing list