[oe-commits] [openembedded-core] branch master updated (552bd78 -> b2a785f)

git at git.openembedded.org git at git.openembedded.org
Mon Mar 27 07:15:50 UTC 2017


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

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

    from 552bd78  wic: use kernel_dir to find systemd-efi bootloader
     add 6809402  xserver-nodm-init: option to remove cursor
     add accf036  qemurunner: configurable timeout for run_serial()
     add 9305d81  oeqa/targetcontrol.py: modify it to test runqemu
     add 16400f2  qemurunner.py: fix handling of runqemuparams
     add e7073cb  selftest/runqemu.py: add it to test runqemu
     add b139790  targetcontrol.py: use logger.info to replace of bb.note
     add 70ff7cf  tzcode: update to 2017b
     add 07aee88  tzdata: update to 2017b
     add 0f5418e  boost: port boost-python to Python 3
     add 2dc4796  boost: various cleanups
     add 7a0caa2  valgrind: vg_regtest.in: fix perl script
     add fa5f7b5  valgrind: correct the comparison logic in vg_regtest
     add a7f2e89  oe-build-perf-test: pack all buildstat in one file
     add 70c41bb  oe-build-perf-test: sum rusage in buildstats
     add cea9c13  scripts/oe-git-archive: fix pushing
     add fd125cf  scripts/oe-git-archive: implement --exclude
     add 0ef7c14  scripts/oe-git-archive: implement --notes
     add 5b52bbf  build-perf-test-wrapper.sh: store buildstats under git-notes
     add 403dd20  oeqa.utils.commands: limit runCmd exception output
     add 3f1996c  oeqa.buildperf: limit the length of error output
     add a93d005  image_types: perform fsck on created ext image
     add 73b386c  runtime-test.py: fix typo
     add 131629c  scripts/wic: fix typo
     add b2a785f  mdadm: update criteria to build with corosync

No new revisions were added by this update.

Summary of changes:
 meta/classes/image_types.bbclass                   |   2 +
 meta/lib/oeqa/buildperf/base.py                    |  68 +++---
 meta/lib/oeqa/buildperf/test_basic.py              |  24 +-
 meta/lib/oeqa/selftest/runqemu.py                  | 140 +++++++++++
 meta/lib/oeqa/selftest/runtime-test.py             |   4 +-
 meta/lib/oeqa/targetcontrol.py                     |  37 ++-
 meta/lib/oeqa/utils/commands.py                    |  26 +-
 meta/lib/oeqa/utils/qemurunner.py                  |  45 ++--
 meta/lib/oeqa/utils/qemutinyrunner.py              |   8 +-
 ...-vg_test-wrapper-to-support-PTEST-formats.patch |   4 +-
 .../valgrind/valgrind/fixed-perl-path.patch        |  33 ++-
 ...th-of-corosync-and-dlm-header-files-check.patch |  13 +-
 ...code-native_2017a.bb => tzcode-native_2017b.bb} |   8 +-
 .../tzdata/{tzdata_2017a.bb => tzdata_2017b.bb}    |   4 +-
 .../xserver-nodm-init/xserver-nodm.conf.in         |   2 +-
 .../x11-common/xserver-nodm-init_3.0.bb            |   3 +
 meta/recipes-support/boost/boost.inc               |  46 ++--
 meta/recipes-support/boost/boost/py3.patch         | 269 +++++++++++++++++++++
 meta/recipes-support/boost/boost_1.63.0.bb         |   1 +
 scripts/contrib/build-perf-test-wrapper.sh         |   2 +
 scripts/oe-build-perf-test                         |   1 +
 scripts/oe-git-archive                             |  32 ++-
 scripts/wic                                        |   4 +-
 23 files changed, 646 insertions(+), 130 deletions(-)
 create mode 100644 meta/lib/oeqa/selftest/runqemu.py
 rename meta/recipes-extended/tzcode/{tzcode-native_2017a.bb => tzcode-native_2017b.bb} (70%)
 rename meta/recipes-extended/tzdata/{tzdata_2017a.bb => tzdata_2017b.bb} (98%)
 create mode 100644 meta/recipes-support/boost/boost/py3.patch

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


More information about the Openembedded-commits mailing list