[oe-commits] [openembedded-core] branch sumo updated (31f0c5e -> 6d56e91)

git at git.openembedded.org git at git.openembedded.org
Mon Feb 25 22:28:06 UTC 2019


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

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

    from 31f0c5e  testsdk: Improvements to the json logging
     new a0afcd4  busybox: Put klogd/syslogd alternative links in syslog package
     new 7fb9535  oeqa/utils/qemurunner: Print output when failed to login
     new 94c5cc5  tzdata: update to 2018g
     new fc8a9e3  tzcode-native: update to 2018g
     new 40679b9  tzdata/tzcode-native: update to 2018i
     new 6c930a8  oeqa/utils/qemurunner: set timeout to 60s for run_serial
     new d58fe9d  testimage/testsdk/selftest: Avoid platform.distro_identifier deprecation warnings
     new 3383b1f  testimage.bbclass: fix qemu_use_kvm handling
     new 1af1e9c  package: Rework PACKAGELOCK based upon sstate for do_packagedata
     new f8c1118  package.bbclass: fix python unclosed file ResourceWarning
     new 89dcc55  scripts/oe-git-archive: fix non-existent key referencing error
     new ae10351  patch: reproducibility: Fix host umask leakage
     new de1b80f  oeqa: Fix for QEMU_USE_KVM
     new 2fac83f  kernel: don't assign the build user/host
     new e1b050f  runtime/dnf: Add new dnf test cases
     new eeee75d  testimage: Simplfy DEFAULT_TEST_SUITES logic
     new 4b96415  testimage: Further cleanup DEFAULT_TEST_SUITES
     new d82f2a0  testimage: Enable autorunning of the package manager testsuites
     new 8bf8cbb  testimage: Add support for slirp
     new 643457d  testimage: Add possibility to pass parmeters to qemu
     new 9d8a97b  testimage.bbclass: remove boot parameter systemd.log_target
     new 05896e2  meta/classes/testimage.bbclass: Only validate IMAGE_FSTYPES when is QEMU
     new 872c6e5  oeqa: make it work for multiple users
     new 61bca5a  oeqa: replace Alex Kanavin's @intel email address with a personal one
     new 1ce378c  oeqa/runtime/cases/rpm.py: change to use base-passwd-doc
     new a2cbc59  runqemu: clean up subprocess usage
     new e5bebad  runqemu-gen-tapdevs: Allow run --help without sudo
     new bde50fc  oeqa/runtime/cases/python: use python 3 rather than python 2
     new babdd2f  oeqa/runtime/python: clean up Python test
     new 03b7658  oeqa/runtime/cases: Improve test dependency information
     new 544c56b  oeqa/runtime/cases: Improve dependencies of kernel/gcc/build tests
     new e4990ae  oeqa/qemu & runtime: qemu do not need ip input from external
     new 1207949  oeqa/selftest/runqemu: Enable kvm when QEMU_USE_KVM is set
     new dab22dc  oeqa/utils/buildproject: Only clean files if we've done something
     new 9188ef8  oeqa: rationalise Perl tests
     new 76c66e0  perl: add testdepends for ssh
     new a80498e  oeqa/runtime/dnf: Make sure test_dnf_install does not skipped
     new 4eac9a5  oeqa/utils/httpserver: Rework to avoid hangs and improve logging
     new 8e23a3d  Only add uninative and checksum if inherited uninative class
     new 9cb8353  oe-selftest: devtool: avoid parallel races by using temporary copy of core
     new 3eb5955  oe-selftest: devtool: Support meta being a symbolic link
     new c0a3874  cpio: fix crash when appending to archives
     new 9e1c699  image_types: use cpio-native to build cpio images
     new 97e2d65  multilib_script: Add support for multilib scripts
     new 8480fff  libtool: Fix problem with libtoolize in multilib installations
     new c7c4920  libtool: Fix patch status tag
     new ee6a2e0  libtool-cross: Handle ccache sstate 'infection' issues
     new b119872  archiver/package_rpm: Fix the worst src.rpm generation race
     new 6d56e91  package_rpm/archiver: Apply bandaid to src.rpm creation

The 49 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:
 .../lib/oeqa/runtime/cases/dnf_runtime.py          |  2 +-
 meta/classes/archiver.bbclass                      |  6 ++
 meta/classes/image_types.bbclass                   |  1 +
 meta/classes/kernel.bbclass                        |  4 +-
 meta/classes/multilib_script.bbclass               | 32 ++++++++
 meta/classes/package.bbclass                       | 26 +++----
 meta/classes/package_rpm.bbclass                   |  6 +-
 meta/classes/patch.bbclass                         |  1 +
 meta/classes/populate_sdk_ext.bbclass              |  5 +-
 meta/classes/testimage.bbclass                     | 78 +++++++++----------
 meta/classes/testsdk.bbclass                       |  2 +-
 meta/lib/oe/types.py                               | 24 ++++++
 meta/lib/oeqa/core/target/qemu.py                  |  5 +-
 meta/lib/oeqa/files/test.pl                        |  2 -
 meta/lib/oeqa/runtime/cases/apt.py                 |  2 +-
 meta/lib/oeqa/runtime/cases/buildcpio.py           |  9 ++-
 meta/lib/oeqa/runtime/cases/buildgalculator.py     |  9 ++-
 meta/lib/oeqa/runtime/cases/buildlzip.py           | 12 ++-
 meta/lib/oeqa/runtime/cases/date.py                |  2 +
 meta/lib/oeqa/runtime/cases/df.py                  |  2 +
 meta/lib/oeqa/runtime/cases/dnf.py                 | 48 +++++++++++-
 meta/lib/oeqa/runtime/cases/gcc.py                 | 19 ++---
 meta/lib/oeqa/runtime/cases/kernelmodule.py        |  8 +-
 meta/lib/oeqa/runtime/cases/opkg.py                |  6 +-
 meta/lib/oeqa/runtime/cases/perl.py                | 30 +-------
 meta/lib/oeqa/runtime/cases/ptest.py               |  2 +
 meta/lib/oeqa/runtime/cases/python.py              | 38 ++--------
 meta/lib/oeqa/runtime/cases/rpm.py                 | 55 +++++++-------
 meta/lib/oeqa/runtime/cases/scp.py                 |  2 +
 meta/lib/oeqa/runtime/cases/ssh.py                 |  2 +
 meta/lib/oeqa/runtime/cases/stap.py                |  6 +-
 meta/lib/oeqa/runtime/cases/xorg.py                |  2 +
 meta/lib/oeqa/runtime/context.py                   |  7 +-
 meta/lib/oeqa/sdk/cases/perl.py                    | 25 ++-----
 meta/lib/oeqa/selftest/cases/devtool.py            | 65 ++++++++++++++++
 meta/lib/oeqa/selftest/cases/distrodata.py         |  4 +-
 meta/lib/oeqa/selftest/cases/runqemu.py            |  5 ++
 meta/lib/oeqa/selftest/cases/runtime_test.py       |  4 +-
 meta/lib/oeqa/selftest/cases/signing.py            |  2 +-
 meta/lib/oeqa/selftest/context.py                  |  3 +-
 meta/lib/oeqa/targetcontrol.py                     | 12 +--
 meta/lib/oeqa/utils/buildproject.py                |  5 ++
 meta/lib/oeqa/utils/dump.py                        |  2 +-
 meta/lib/oeqa/utils/httpserver.py                  | 37 +++++++--
 meta/lib/oeqa/utils/qemurunner.py                  |  3 +-
 meta/lib/oeqa/utils/qemutinyrunner.py              |  2 +-
 meta/recipes-core/busybox/busybox.inc              |  5 +-
 .../libtool/libtool-cross_2.4.6.bb                 |  8 ++
 .../libtool/libtool/multilib.patch                 | 23 ++++++
 meta/recipes-devtools/libtool/libtool_2.4.6.bb     |  6 ++
 .../cpio-2.12/0001-Fix-segfault-with-append.patch  | 87 ++++++++++++++++++++++
 meta/recipes-extended/cpio/cpio_2.12.bb            |  1 +
 ...code-native_2018f.bb => tzcode-native_2018i.bb} |  8 +-
 .../tzdata/{tzdata_2018f.bb => tzdata_2018i.bb}    |  4 +-
 scripts/oe-git-archive                             | 19 +++--
 scripts/runqemu                                    | 63 ++++++++--------
 scripts/runqemu-gen-tapdevs                        | 27 +++++--
 57 files changed, 578 insertions(+), 297 deletions(-)
 create mode 100644 meta/classes/multilib_script.bbclass
 delete mode 100644 meta/lib/oeqa/files/test.pl
 create mode 100644 meta/recipes-devtools/libtool/libtool/multilib.patch
 create mode 100644 meta/recipes-extended/cpio/cpio-2.12/0001-Fix-segfault-with-append.patch
 rename meta/recipes-extended/tzcode/{tzcode-native_2018f.bb => tzcode-native_2018i.bb} (70%)
 rename meta/recipes-extended/tzdata/{tzdata_2018f.bb => tzdata_2018i.bb} (98%)

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


More information about the Openembedded-commits mailing list