[oe-commits] [openembedded-core] branch master-next updated (552bd78 -> 89b1057)

git at git.openembedded.org git at git.openembedded.org
Sat Mar 25 11:03:51 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.

    from 552bd78  wic: use kernel_dir to find systemd-efi bootloader
     new 6809402  xserver-nodm-init: option to remove cursor
     new d700272  oeqa: Remove __init__.py files.
     new def290d  oeqa/target: Add decorator to register targets
     new bae2bbe  oeqa/runtime/context.py: Add automatic target loading
     new 16a641e  qemurunner: configurable timeout for run_serial()
     new b3be39f  oeqa/targetcontrol.py: modify it to test runqemu
     new 9e3eaa1  qemurunner.py: fix handling of runqemuparams
     new da014d3  selftest/runqemu.py: add it to test runqemu
     new ab162e6  targetcontrol.py: use logger.info to replace of bb.note
     new cf2b870  dnf: move the entire dnf/rpm4 stack to Python 3
     new e547493  tzcode: update to 2017b
     new f9b3513  tzdata: update to 2017b
     new 46807fc  boost: port boost-python to Python 3
     new 8ca5d62  boost: various cleanups
     new 2a57db7  valgrind: vg_regtest.in: fix perl script
     new b276524  valgrind: correct the comparison logic in vg_regtest
     new 9fec6ee  oe-build-perf-test: pack all buildstat in one file
     new 4a0c8b0  oe-build-perf-test: sum rusage in buildstats
     new 35778dd  scripts/oe-git-archive: fix pushing
     new 5074dd3  scripts/oe-git-archive: implement --exclude
     new e080637  scripts/oe-git-archive: implement --notes
     new 97bc51e  build-perf-test-wrapper.sh: store buildstats under git-notes
     new 56a1829  oeqa.utils.commands: limit runCmd exception output
     new ba4cfb6  oeqa.buildperf: limit the length of error output
     new 84e84f7  image_types: perform fsck on created ext image
     new 5971eeb  runtime-test.py: fix typo
     new bb420ac  scripts/wic: fix typo
     new 89b1057  mdadm: update criteria to build with corosync

The 28 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/image_types.bbclass                   |   2 +
 meta/classes/rootfs_rpm.bbclass                    |   4 +-
 meta/classes/testexport.bbclass                    |  19 +-
 meta/classes/testimage.bbclass                     |   4 +-
 meta/conf/distro/include/security_flags.inc        |   3 +-
 meta/lib/oeqa/buildperf/base.py                    |  68 +--
 meta/lib/oeqa/buildperf/test_basic.py              |  24 +-
 meta/lib/oeqa/core/__init__.py                     |   0
 meta/lib/oeqa/core/cases/__init__.py               |   0
 .../oeqa/core/decorator/{__init__.py => base.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 +-
 meta/lib/oeqa/core/tests/__init__.py               |   0
 meta/lib/oeqa/core/utils/__init__.py               |   0
 meta/lib/oeqa/runtime/context.py                   | 109 +---
 meta/lib/oeqa/runtime/decorator/package.py         |   2 +-
 meta/lib/oeqa/runtime/utils/__init__.py            |   0
 meta/lib/oeqa/sdk/__init__.py                      |   0
 meta/lib/oeqa/sdk/utils/__init__.py                |   0
 meta/lib/oeqa/sdkext/__init__.py                   |   0
 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 +-
 .../createrepo-c/createrepo-c_git.bb               |   4 +-
 .../dnf/dnf/0028-Use-backports.lzma-not-lzma.patch |  30 --
 .../dnf/0030-Run-python-scripts-using-env.patch    |   6 +-
 meta/recipes-devtools/dnf/dnf_git.bb               |  15 +-
 meta/recipes-devtools/libcomps/libcomps_git.bb     |   6 +-
 meta/recipes-devtools/libdnf/libdnf_git.bb         |  17 +-
 meta/recipes-devtools/librepo/librepo_git.bb       |   4 +-
 ...-not-add-include-and-library-directories-.patch |  32 --
 .../python-backports-lzma_git.bb                   |  21 -
 .../0001-Add-python-3-compatibility.patch          | 552 +++++++++++++++++++++
 ...hon-iniparse_0.4.bb => python3-iniparse_0.4.bb} |   8 +-
 ...ython-pygpgme_0.3.bb => python3-pygpgme_0.3.bb} |   6 +-
 ...N_ABI-when-searching-for-python-libraries.patch |  30 ++
 meta/recipes-devtools/rpm/rpm_git.bb               |  16 +-
 ...-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 +-
 62 files changed, 1409 insertions(+), 398 deletions(-)
 delete mode 100644 meta/lib/oeqa/core/__init__.py
 delete mode 100644 meta/lib/oeqa/core/cases/__init__.py
 rename meta/lib/oeqa/core/decorator/{__init__.py => base.py} (100%)
 delete mode 100644 meta/lib/oeqa/core/target/__init__.py
 create mode 100644 meta/lib/oeqa/core/target/base.py
 delete mode 100644 meta/lib/oeqa/core/tests/__init__.py
 delete mode 100644 meta/lib/oeqa/core/utils/__init__.py
 delete mode 100644 meta/lib/oeqa/runtime/utils/__init__.py
 delete mode 100644 meta/lib/oeqa/sdk/__init__.py
 delete mode 100644 meta/lib/oeqa/sdk/utils/__init__.py
 delete mode 100644 meta/lib/oeqa/sdkext/__init__.py
 create mode 100644 meta/lib/oeqa/selftest/runqemu.py
 delete mode 100644 meta/recipes-devtools/dnf/dnf/0028-Use-backports.lzma-not-lzma.patch
 delete mode 100644 meta/recipes-devtools/python-backports-lzma/python-backports-lzma/0001-setup.py-do-not-add-include-and-library-directories-.patch
 delete mode 100644 meta/recipes-devtools/python-backports-lzma/python-backports-lzma_git.bb
 create mode 100644 meta/recipes-devtools/python/python3-iniparse/0001-Add-python-3-compatibility.patch
 rename meta/recipes-devtools/python/{python-iniparse_0.4.bb => python3-iniparse_0.4.bb} (75%)
 rename meta/recipes-devtools/python/{python-pygpgme_0.3.bb => python3-pygpgme_0.3.bb} (86%)
 create mode 100644 meta/recipes-devtools/rpm/files/0001-Add-PYTHON_ABI-when-searching-for-python-libraries.patch
 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