[oe-commits] [openembedded-core] branch master-next updated (4774138 -> eecc9ed)

git at git.openembedded.org git at git.openembedded.org
Wed Mar 1 15:33:18 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 4774138  fixups
     new 7fca60a  oeqa/sdkext/context: Work around broken dependency checks to get sdk tests running
     new d7da78e  populate_sdk_ext: Allow generation of meta-extsdk-toolchain even for minimal SDKs
     new 13fe837  oeqa/selftest: Drop http sstate sharing
     new e3cf20e  oeqa/esdk/devtool: clean setUpClass/tearDownClass
     new ba24c07  oeqa: add output to subprocess exceptions
     new 4a46fa2  oeqa/sdkext/devtool: use finally instead of repeating cleanup
     new eecc9ed  oeqa/sdkext: don't skip tests if there isn't a toolchain

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   (4774138)
            \
             N -- N -- N   refs/heads/master-next (eecc9ed)

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 7 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/populate_sdk_ext.bbclass  |  2 +-
 meta/classes/testsdk.bbclass           |  4 ++-
 meta/lib/oeqa/oetest.py                |  9 ------
 meta/lib/oeqa/sdk/cases/gcc.py         |  5 ++++
 meta/lib/oeqa/sdkext/cases/devtool.py  | 32 ++++++--------------
 meta/lib/oeqa/sdkext/context.py        |  8 +++++
 meta/lib/oeqa/selftest/eSDK.py         | 55 ++++++++++------------------------
 meta/lib/oeqa/utils/subprocesstweak.py | 19 ++++++++++++
 8 files changed, 61 insertions(+), 73 deletions(-)
 create mode 100644 meta/lib/oeqa/utils/subprocesstweak.py

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


More information about the Openembedded-commits mailing list