[oe-commits] [bitbake] branch master-next updated (acd4745 -> 35bbc7b)

git at git.openembedded.org git at git.openembedded.org
Wed Nov 16 11:42:34 UTC 2016


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

  discards  acd4745   WIP bitbake-worker/cooker: more logging to aid debugging
      adds  7f51149   toaster: settings set ALLOWED_HOSTS to * in debug mode
       new  a2156f7   WIP bitbake-worker/cooker: more logging to aid debugging
       new  4055276   fetch2: npm: conditionally hide NPM_LOCKDOWN / NPM_SHRINKWRAP warnings
       new  c081059   lib/bb: Don't use deprecated bb.data.getVar/setVar API
       new  dff5e1a   data: Drop deprecated old style bitbake API
       new  ddb38f9   data_smart: Default to expansion for getVar/getVarFlags
       new  ab20503   data_smart.py: don't reorder internal bitbake variables when calculating hash
       new  0af0eec   taskdata.py: improve handling of depends/rdepends
       new  9e8620d   toaster: settings fixture Set default release to master
       new  be88863   toaster: orm/fixtures Add the master release and correct morty release
       new  35bbc7b   toaster: layerindex updater Take into account layers being predefined

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (acd4745)
            \
             N -- N -- N   refs/heads/master-next (35bbc7b)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omits" are not gone; other references still
refer to them.  Any revisions marked "discards" are gone forever.

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/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 ++++++-----------
 lib/toaster/toastermain/settings.py              | 16 ++++-
 17 files changed, 184 insertions(+), 160 deletions(-)

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


More information about the Openembedded-commits mailing list