[oe-commits] [openembedded-core] branch master-next updated (380682e -> b2a785f)

git at git.openembedded.org git at git.openembedded.org
Sun Mar 26 12:17:21 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 380682e  Revert "dnf: move the entire dnf/rpm4 stack to Python 3"
 discard 89b1057  mdadm: update criteria to build with corosync
 discard bb420ac  scripts/wic: fix typo
 discard 5971eeb  runtime-test.py: fix typo
 discard 84e84f7  image_types: perform fsck on created ext image
 discard ba4cfb6  oeqa.buildperf: limit the length of error output
 discard 56a1829  oeqa.utils.commands: limit runCmd exception output
 discard 97bc51e  build-perf-test-wrapper.sh: store buildstats under git-notes
 discard e080637  scripts/oe-git-archive: implement --notes
 discard 5074dd3  scripts/oe-git-archive: implement --exclude
 discard 35778dd  scripts/oe-git-archive: fix pushing
 discard 4a0c8b0  oe-build-perf-test: sum rusage in buildstats
 discard 9fec6ee  oe-build-perf-test: pack all buildstat in one file
 discard b276524  valgrind: correct the comparison logic in vg_regtest
 discard 2a57db7  valgrind: vg_regtest.in: fix perl script
 discard 8ca5d62  boost: various cleanups
 discard 46807fc  boost: port boost-python to Python 3
 discard f9b3513  tzdata: update to 2017b
 discard e547493  tzcode: update to 2017b
 discard cf2b870  dnf: move the entire dnf/rpm4 stack to Python 3
 discard ab162e6  targetcontrol.py: use logger.info to replace of bb.note
 discard da014d3  selftest/runqemu.py: add it to test runqemu
 discard 9e3eaa1  qemurunner.py: fix handling of runqemuparams
 discard b3be39f  oeqa/targetcontrol.py: modify it to test runqemu
 discard 16a641e  qemurunner: configurable timeout for run_serial()
 discard bae2bbe  oeqa/runtime/context.py: Add automatic target loading
 discard def290d  oeqa/target: Add decorator to register targets
 discard d700272  oeqa: Remove __init__.py files.
     new accf036  qemurunner: configurable timeout for run_serial()
     new 9305d81  oeqa/targetcontrol.py: modify it to test runqemu
     new 16400f2  qemurunner.py: fix handling of runqemuparams
     new e7073cb  selftest/runqemu.py: add it to test runqemu
     new b139790  targetcontrol.py: use logger.info to replace of bb.note
     new 70ff7cf  tzcode: update to 2017b
     new 07aee88  tzdata: update to 2017b
     new 0f5418e  boost: port boost-python to Python 3
     new 2dc4796  boost: various cleanups
     new 7a0caa2  valgrind: vg_regtest.in: fix perl script
     new fa5f7b5  valgrind: correct the comparison logic in vg_regtest
     new a7f2e89  oe-build-perf-test: pack all buildstat in one file
     new 70c41bb  oe-build-perf-test: sum rusage in buildstats
     new cea9c13  scripts/oe-git-archive: fix pushing
     new fd125cf  scripts/oe-git-archive: implement --exclude
     new 0ef7c14  scripts/oe-git-archive: implement --notes
     new 5b52bbf  build-perf-test-wrapper.sh: store buildstats under git-notes
     new 403dd20  oeqa.utils.commands: limit runCmd exception output
     new 3f1996c  oeqa.buildperf: limit the length of error output
     new a93d005  image_types: perform fsck on created ext image
     new 73b386c  runtime-test.py: fix typo
     new 131629c  scripts/wic: fix typo
     new b2a785f  mdadm: update criteria to build with corosync

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   (380682e)
            \
             N -- N -- N   refs/heads/master-next (b2a785f)

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 23 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/testexport.bbclass                    |  19 +---
 meta/classes/testimage.bbclass                     |   4 +-
 .../lib/oeqa/core}/__init__.py                     |   0
 .../lib/oeqa/core/cases}/__init__.py               |   0
 .../oeqa/core/decorator/{base.py => __init__.py}   |   0
 meta/lib/oeqa/core/decorator/data.py               |   3 +-
 meta/lib/oeqa/core/decorator/depends.py            |   4 +-
 meta/lib/oeqa/core/decorator/oeid.py               |   2 +-
 meta/lib/oeqa/core/decorator/oetag.py              |   2 +-
 meta/lib/oeqa/core/decorator/oetimeout.py          |   2 +-
 meta/lib/oeqa/core/loader.py                       |   2 +-
 meta/lib/oeqa/core/target/__init__.py              |  33 +++++++
 meta/lib/oeqa/core/target/base.py                  |  82 ----------------
 meta/lib/oeqa/core/target/qemu.py                  |   7 +-
 meta/lib/oeqa/core/target/ssh.py                   |   6 +-
 .../lib/oeqa/core/tests}/__init__.py               |   0
 .../lib/oeqa/core/utils}/__init__.py               |   0
 meta/lib/oeqa/runtime/context.py                   | 109 ++++++++++++++++-----
 meta/lib/oeqa/runtime/decorator/package.py         |   2 +-
 .../lib/oeqa/runtime/utils}/__init__.py            |   0
 .../lib/oeqa/sdk}/__init__.py                      |   0
 .../lib/oeqa/sdk/utils}/__init__.py                |   0
 .../lib/oeqa/sdkext}/__init__.py                   |   0
 23 files changed, 135 insertions(+), 142 deletions(-)
 copy {scripts/pybootchartgui/pybootchartgui => meta/lib/oeqa/core}/__init__.py (100%)
 copy {scripts/pybootchartgui/pybootchartgui => meta/lib/oeqa/core/cases}/__init__.py (100%)
 rename meta/lib/oeqa/core/decorator/{base.py => __init__.py} (100%)
 create mode 100644 meta/lib/oeqa/core/target/__init__.py
 delete mode 100644 meta/lib/oeqa/core/target/base.py
 copy {scripts/pybootchartgui/pybootchartgui => meta/lib/oeqa/core/tests}/__init__.py (100%)
 copy {scripts/pybootchartgui/pybootchartgui => meta/lib/oeqa/core/utils}/__init__.py (100%)
 copy {scripts/pybootchartgui/pybootchartgui => meta/lib/oeqa/runtime/utils}/__init__.py (100%)
 copy {scripts/pybootchartgui/pybootchartgui => meta/lib/oeqa/sdk}/__init__.py (100%)
 copy {scripts/pybootchartgui/pybootchartgui => meta/lib/oeqa/sdk/utils}/__init__.py (100%)
 copy {scripts/pybootchartgui/pybootchartgui => meta/lib/oeqa/sdkext}/__init__.py (100%)

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


More information about the Openembedded-commits mailing list