[oe-commits] [openembedded-core] branch sumo-next updated (31f0c5e -> 9155d04)

git at git.openembedded.org git at git.openembedded.org
Sun Mar 24 16:54:28 UTC 2019


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

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

    from 31f0c5e  testsdk: Improvements to the json logging
     add a0afcd4  busybox: Put klogd/syslogd alternative links in syslog package
     add 7fb9535  oeqa/utils/qemurunner: Print output when failed to login
     add 94c5cc5  tzdata: update to 2018g
     add fc8a9e3  tzcode-native: update to 2018g
     add 40679b9  tzdata/tzcode-native: update to 2018i
     add 6c930a8  oeqa/utils/qemurunner: set timeout to 60s for run_serial
     add d58fe9d  testimage/testsdk/selftest: Avoid platform.distro_identifier deprecation warnings
     add 3383b1f  testimage.bbclass: fix qemu_use_kvm handling
     add 1af1e9c  package: Rework PACKAGELOCK based upon sstate for do_packagedata
     add f8c1118  package.bbclass: fix python unclosed file ResourceWarning
     add 89dcc55  scripts/oe-git-archive: fix non-existent key referencing error
     add ae10351  patch: reproducibility: Fix host umask leakage
     add de1b80f  oeqa: Fix for QEMU_USE_KVM
     add 2fac83f  kernel: don't assign the build user/host
     add e1b050f  runtime/dnf: Add new dnf test cases
     add eeee75d  testimage: Simplfy DEFAULT_TEST_SUITES logic
     add 4b96415  testimage: Further cleanup DEFAULT_TEST_SUITES
     add d82f2a0  testimage: Enable autorunning of the package manager testsuites
     add 8bf8cbb  testimage: Add support for slirp
     add 643457d  testimage: Add possibility to pass parmeters to qemu
     add 9d8a97b  testimage.bbclass: remove boot parameter systemd.log_target
     add 05896e2  meta/classes/testimage.bbclass: Only validate IMAGE_FSTYPES when is QEMU
     add 872c6e5  oeqa: make it work for multiple users
     add 61bca5a  oeqa: replace Alex Kanavin's @intel email address with a personal one
     add 1ce378c  oeqa/runtime/cases/rpm.py: change to use base-passwd-doc
     add a2cbc59  runqemu: clean up subprocess usage
     add e5bebad  runqemu-gen-tapdevs: Allow run --help without sudo
     add bde50fc  oeqa/runtime/cases/python: use python 3 rather than python 2
     add babdd2f  oeqa/runtime/python: clean up Python test
     add 03b7658  oeqa/runtime/cases: Improve test dependency information
     add 544c56b  oeqa/runtime/cases: Improve dependencies of kernel/gcc/build tests
     add e4990ae  oeqa/qemu & runtime: qemu do not need ip input from external
     add 1207949  oeqa/selftest/runqemu: Enable kvm when QEMU_USE_KVM is set
     add dab22dc  oeqa/utils/buildproject: Only clean files if we've done something
     add 9188ef8  oeqa: rationalise Perl tests
     add 76c66e0  perl: add testdepends for ssh
     add a80498e  oeqa/runtime/dnf: Make sure test_dnf_install does not skipped
     add 4eac9a5  oeqa/utils/httpserver: Rework to avoid hangs and improve logging
     add 8e23a3d  Only add uninative and checksum if inherited uninative class
     add 9cb8353  oe-selftest: devtool: avoid parallel races by using temporary copy of core
     add 3eb5955  oe-selftest: devtool: Support meta being a symbolic link
     add c0a3874  cpio: fix crash when appending to archives
     add 9e1c699  image_types: use cpio-native to build cpio images
     add 97e2d65  multilib_script: Add support for multilib scripts
     add 8480fff  libtool: Fix problem with libtoolize in multilib installations
     add c7c4920  libtool: Fix patch status tag
     add ee6a2e0  libtool-cross: Handle ccache sstate 'infection' issues
     add b119872  archiver/package_rpm: Fix the worst src.rpm generation race
     add 6d56e91  package_rpm/archiver: Apply bandaid to src.rpm creation
     add 85e498a  run-postinsts: for dpkg/opkg, do not rely on /etc/*-postinsts
     add dfded08  oeqa/runtime/dnf: Fix test error when static libs are enabled
     add 665b41d  systemd: Fix typo in root home variable.
     add 06bf145  systemd: fix CVE-2018-15686
     add 3e8ba9a  systemd: fix CVE-2018-15687
     add d490839  systemd: fix CVE-2018-15688
     add ddbe969  systemd: Security fix CVE-2018-16864
     add da41e48  systemd: Security fix CVE-2018-16865
     add 10fa35a  systemd: Security fix CVE-2018-16866
     add 607350d  systemd: fix CVE-2018-6954
     add 342157b  systemd: fix CVE-2019-6454
     add a5dcf0c  logrotate.py: restore /etc/logrotate.d/wtmp
     new aaf8151  resulttool: enable merge, store, report and regression analysis
     new 72ad469  scripts/resulttool: enable manual execution and result creation
     new f565970  resulttool: Improvements to allow integration to the autobuilder
     new e469b51  resulttool/resultutils: Avoids tracebacks for missing logs
     new 7c5d14d  resulttool/store: Handle results files for multiple revisions
     new 0aa11c0  resulttool/report: Handle missing metadata sections more cleanly
     new 5e396b1  resulttool/report: Ensure test suites with no results show up on the report
     new 814293f   resulttool/report: Ensure ptest results are sorted
     new 3685c4c  resulttool/store: Fix missing variable causing testresult corruption
     new 5017222  resulttool/regression: Ensure regressoin results are sorted
     new 659ff5c  scripts/resulttool: Enable manual result store and regression
     new c16da19  resulttool/report: Enable roll-up report for a commit
     new 9155d04  resulttool/manualexecution: To output right test case id

The 13 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/files/testresults/testresults.json   |   40 +
 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/logrotate.py           |    6 +-
 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/resulttooltests.py    |   94 +
 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 +-
 ...sive-let-s-rework-the-recursive-logic-to-.patch |  252 +++
 ...eserializing-state-always-use-read_line-L.patch |  250 +++
 ...sure-we-have-enough-space-for-the-DHCP6-o.patch |   39 +
 ...n-t-resolve-pathnames-when-traversing-rec.patch |  643 +++++++
 .../systemd/systemd/0002-Make-tmpfiles-safe.patch  | 1828 ++++++++++++++++++++
 ...-not-store-the-iovec-entry-for-process-co.patch |  193 +++
 ...ld-set-a-limit-on-the-number-of-fields-1k.patch |   60 +
 ...ote-set-a-limit-on-the-number-of-fields-i.patch |   79 +
 ...nal-fix-out-of-bounds-read-CVE-2018-16866.patch |   49 +
 .../systemd/systemd/CVE-2019-6454.patch            |  210 +++
 ...e-receive-an-invalid-dbus-message-ignore-.patch |   61 +
 meta/recipes-core/systemd/systemd_237.bb           |   13 +-
 .../libtool/libtool-cross_2.4.6.bb                 |    8 +
 .../libtool/libtool/multilib.patch                 |   23 +
 meta/recipes-devtools/libtool/libtool_2.4.6.bb     |    6 +
 .../run-postinsts/run-postinsts/run-postinsts      |   21 +-
 .../run-postinsts/run-postinsts.service            |    1 -
 .../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 +-
 .../pybootchartgui => lib/resulttool}/__init__.py  |    0
 scripts/lib/resulttool/manualexecution.py          |  142 ++
 scripts/lib/resulttool/merge.py                    |   42 +
 scripts/lib/resulttool/regression.py               |  192 ++
 scripts/lib/resulttool/report.py                   |  150 ++
 scripts/lib/resulttool/resultutils.py              |  131 ++
 scripts/lib/resulttool/store.py                    |   99 ++
 .../resulttool/template/test_report_full_text.txt  |   44 +
 scripts/oe-git-archive                             |   19 +-
 scripts/resulttool                                 |   93 +
 scripts/runqemu                                    |   63 +-
 scripts/runqemu-gen-tapdevs                        |   27 +-
 83 files changed, 5298 insertions(+), 309 deletions(-)
 create mode 100644 meta/classes/multilib_script.bbclass
 delete mode 100644 meta/lib/oeqa/files/test.pl
 create mode 100644 meta/lib/oeqa/files/testresults/testresults.json
 create mode 100644 meta/lib/oeqa/selftest/cases/resulttooltests.py
 create mode 100644 meta/recipes-core/systemd/systemd/0001-chown-recursive-let-s-rework-the-recursive-logic-to-.patch
 create mode 100644 meta/recipes-core/systemd/systemd/0001-core-when-deserializing-state-always-use-read_line-L.patch
 create mode 100644 meta/recipes-core/systemd/systemd/0001-dhcp6-make-sure-we-have-enough-space-for-the-DHCP6-o.patch
 create mode 100644 meta/recipes-core/systemd/systemd/0001-tmpfiles-don-t-resolve-pathnames-when-traversing-rec.patch
 create mode 100644 meta/recipes-core/systemd/systemd/0002-Make-tmpfiles-safe.patch
 create mode 100644 meta/recipes-core/systemd/systemd/0024-journald-do-not-store-the-iovec-entry-for-process-co.patch
 create mode 100644 meta/recipes-core/systemd/systemd/0025-journald-set-a-limit-on-the-number-of-fields-1k.patch
 create mode 100644 meta/recipes-core/systemd/systemd/0026-journal-remote-set-a-limit-on-the-number-of-fields-i.patch
 create mode 100644 meta/recipes-core/systemd/systemd/0027-journal-fix-out-of-bounds-read-CVE-2018-16866.patch
 create mode 100644 meta/recipes-core/systemd/systemd/CVE-2019-6454.patch
 create mode 100644 meta/recipes-core/systemd/systemd/sd-bus-if-we-receive-an-invalid-dbus-message-ignore-.patch
 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%)
 copy scripts/{pybootchartgui/pybootchartgui => lib/resulttool}/__init__.py (100%)
 create mode 100755 scripts/lib/resulttool/manualexecution.py
 create mode 100644 scripts/lib/resulttool/merge.py
 create mode 100644 scripts/lib/resulttool/regression.py
 create mode 100644 scripts/lib/resulttool/report.py
 create mode 100644 scripts/lib/resulttool/resultutils.py
 create mode 100644 scripts/lib/resulttool/store.py
 create mode 100644 scripts/lib/resulttool/template/test_report_full_text.txt
 create mode 100755 scripts/resulttool

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


More information about the Openembedded-commits mailing list