[oe-commits] [openembedded-core] branch master-next updated (a5fe194 -> 11eb36f)

git at git.openembedded.org git at git.openembedded.org
Wed Apr 12 18:35:27 UTC 2017


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

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

 discard a5fe194  yocto-compat-layer: better handling of per-machine world build breakage
 discard c28cc53  yocto-compat-layer: test signature differences when setting MACHINE
     new aa4cd1f  tcf-agent: Re-enable default features
     new d320016  blacklist.bbclass: fix for multilib
     new 51162c6  recipetool: create: fix for regression in npm license handling
     new 428fce0  devtool: add: fix node.js/npm handling with recipe specific sysroots
     new ffddcf2  devtool: add: prevent repeatedly running recipetool
     new 9085771  recipetool: create: hide missing npm error when called from devtool
     new 458ae20  base-passwd/useradd: Various improvements to useradd with RSS
     new 2b3bf9d  yocto-compat-layer: test signature differences when setting MACHINE
     new d7ed8f2  yocto-compat-layer: better handling of per-machine world build breakage
     new 11eb36f  oeqa/core/runner: Append PID in the test result folder name

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   (a5fe194)
            \
             N -- N -- N   refs/heads/master-next (11eb36f)

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 "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" 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 "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 meta/classes/blacklist.bbclass                     | 25 ------
 meta/classes/multilib.bbclass                      |  6 ++
 meta/classes/sstate.bbclass                        |  2 +-
 meta/classes/useradd.bbclass                       | 24 ++++++
 meta/lib/oeqa/core/runner.py                       |  2 +-
 .../recipes-core/base-passwd/base-passwd_3.5.29.bb | 28 +++++--
 meta/recipes-devtools/tcf-agent/tcf-agent_git.bb   |  6 --
 scripts/lib/compatlayer/cases/bsp.py               | 94 ++++++++--------------
 scripts/lib/devtool/__init__.py                    | 25 +++---
 scripts/lib/devtool/standard.py                    |  6 +-
 scripts/lib/recipetool/create.py                   | 32 ++++++--
 scripts/lib/recipetool/create_npm.py               | 23 +++---
 12 files changed, 147 insertions(+), 126 deletions(-)

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


More information about the Openembedded-commits mailing list