[oe-commits] [openembedded-core] branch master-next updated (8fadce9 -> 4d3da24)

git at git.openembedded.org git at git.openembedded.org
Wed Nov 13 22:48:34 UTC 2019


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 8fadce9  resulttool/store.py: Enable add extra test environment data
     new 375dd72  icecc-create-env: Use OE patchelf in SDK
     new fe9433a  libcheck:upgrade 0.12.0 -> 0.13.0
     new 2076d13  curl:upgrade 7.66.0 -> 7.67.0
     new c969353  mc: Fix build reproducibility
     new 3c4fa99  libinput:upgrade 1.14.1 -> 1.14.3
     new d2cc871  python3-six:upgrade 1.12.0 -> 1.13.0
     new ecdd3f0  sysstat: Correct our systemd unit file
     new 3ddfdfc  sysstat: Correct when to use the package provided systemd unit files
     new efde9f7  OEQA: Add a check for MACHINE
     new 50dfbf5  OEQA: Add qemu checks
     new f8cb95c  OEQA: Centrilize the base LTP routines
     new 9cf78f4  OEQA: update ltp runtimes to use new structure
     new 88b92d5  OEQA/runtime: Add ltp stress test
     new 27cc376  OEQA/manual: remove crash stress test
     new 1a45dd4  manual qa: drop ltpstress test
     new b273933  manual qa/bsp-qemu: remove rpm tests already done in runtime
     new 590e948  manual qa/bsp-qemu: remove KVM enabled which is already done in selftest runqemu
     new 5de65a7  manual/bsp-qemu: drop xserver test done at runtime
     new 5b4b751  manual/bsp-qemu: remove only_one_connmand_in_background test done at runtime
     new bacc475  OEQA: remove postinit test done w/selftest runtime
     new e328057  OEQA: remove manual bash test
     new 83a9c2b  OEQA: remove manual useradd test
     new 74ea8f0  OEQA: move list-packageconfig-flags tests from manual to self
     new ff84679  OEQA: remove manual PACKAGECONFIG_FLAGS tests
     new 9bd7488  OEQA: add crosstab selftest
     new 63d70a7  OEQA: remove crosstab test from manual
     new b336fe2  libedit:upgrade 20190324 -> 20191025
     new 6a4b3bb  ltp: Add "udevadm trigger" before swap verification in mkswap01.sh
     new 8b36779  bind: Whitelist CVE-2019-6470
     new d7960ea  libsdl2: fix race when building in parallel
     new 33e5fc9  wayland: Fix wayland-scanner build for MinGW
     new 02a732a  strace: Fix build found with 64bit time_t/musl
     new 372e2a9  cve-update-db-native: don't hardcode the database name
     new b484065  cve-update-db-native: add an index on the CVE ID column
     new b313b72  cve-check: neaten get_cve_info
     new 1f664e4  cve-check: rewrite look to fix false negatives
     new f03c000  mesa: Upgrade to 19.2.3
     new 36e3269  scripts/native-intercept: Add chgrp intercept
     new 4d3da24  cve-check: fetch CVE data once at a time instead of in a single call

The 39 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/cve-check.bbclass                     |  95 +++++----
 meta/lib/oeqa/core/decorator/data.py               |  89 +++++++++
 meta/lib/oeqa/manual/bsp-qemu.json                 | 222 ---------------------
 meta/lib/oeqa/manual/compliance-test.json          |  76 -------
 meta/lib/oeqa/manual/oe-core.json                  |  78 +-------
 meta/lib/oeqa/runtime/cases/ltp.py                 |  85 +-------
 meta/lib/oeqa/runtime/cases/ltp_compliance.py      |  73 +------
 meta/lib/oeqa/runtime/cases/ltp_stress.py          |  29 +++
 meta/lib/oeqa/selftest/cases/oescripts.py          |  59 ++++++
 meta/lib/oeqa/selftest/cases/runtime_test.py       |  77 +++++++
 meta/lib/oeqa/utils/ltp.py                         | 133 ++++++++++++
 meta/recipes-connectivity/bind/bind_9.11.5-P4.bb   |   3 +
 meta/recipes-core/meta/cve-update-db-native.bb     |   7 +-
 .../icecc-create-env/icecc-create-env_0.1.bb       |   2 +
 .../0001-readline.c-fix-cannot-get-history.patch   |  34 ----
 ...dit_20190324-3.1.bb => libedit_20191025-3.1.bb} |   5 +-
 meta/recipes-devtools/python/python-six.inc        |   6 +-
 ...python3-six_1.12.0.bb => python3-six_1.13.0.bb} |   0
 .../strace/strace/sys_headers.patch                |  25 +++
 meta/recipes-devtools/strace/strace_5.3.bb         |   1 +
 ...-Add-udevadm-trigger-before-swap-verifica.patch |  35 ++++
 meta/recipes-extended/ltp/ltp_20190517.bb          |   1 +
 ...0001-Add-option-to-control-configure-args.patch |  99 +++++++++
 meta/recipes-extended/mc/mc_4.8.23.bb              |   5 +-
 meta/recipes-extended/sysstat/sysstat.inc          |  10 +-
 .../sysstat/sysstat/sysstat.service                |   2 +-
 ...heck-for-build-dir-when-building-version-.patch |  53 +++++
 meta/recipes-graphics/libsdl2/libsdl2_2.0.10.bb    |   1 +
 ...-check-for-all-linux-host_os-combinations.patch |  23 ++-
 .../0002-meson.build-make-TLS-ELF-optional.patch   |  48 +++++
 ...2-meson.build-make-TLS-GLX-optional-again.patch |  52 -----
 .../mesa/{mesa-gl_19.1.6.bb => mesa-gl_19.2.3.bb}  |   0
 meta/recipes-graphics/mesa/mesa.inc                |  18 +-
 .../mesa/{mesa_19.1.6.bb => mesa_19.2.3.bb}        |   6 +-
 .../{libinput_1.14.1.bb => libinput_1.14.3.bb}     |   4 +-
 ...1-scanner-Add-configure-check-for-strndup.patch |  50 +++++
 ...l_priv_signal-to-wayland-server-private.h.patch | 166 +++++++++++++++
 meta/recipes-graphics/wayland/wayland_1.17.0.bb    |   2 +
 .../curl/{curl_7.66.0.bb => curl_7.67.0.bb}        |   4 +-
 .../{libcheck_0.12.0.bb => libcheck_0.13.0.bb}     |   4 +-
 scripts/native-intercept/{chown => chgrp}          |   0
 41 files changed, 979 insertions(+), 703 deletions(-)
 delete mode 100644 meta/lib/oeqa/manual/bsp-qemu.json
 delete mode 100644 meta/lib/oeqa/manual/compliance-test.json
 create mode 100644 meta/lib/oeqa/runtime/cases/ltp_stress.py
 create mode 100644 meta/lib/oeqa/utils/ltp.py
 delete mode 100644 meta/recipes-devtools/libedit/libedit/0001-readline.c-fix-cannot-get-history.patch
 rename meta/recipes-devtools/libedit/{libedit_20190324-3.1.bb => libedit_20191025-3.1.bb} (70%)
 rename meta/recipes-devtools/python/{python3-six_1.12.0.bb => python3-six_1.13.0.bb} (100%)
 create mode 100644 meta/recipes-devtools/strace/strace/sys_headers.patch
 create mode 100644 meta/recipes-extended/ltp/ltp/0001-mkswap01.sh-Add-udevadm-trigger-before-swap-verifica.patch
 create mode 100644 meta/recipes-extended/mc/files/0001-Add-option-to-control-configure-args.patch
 create mode 100644 meta/recipes-graphics/libsdl2/libsdl2/0001-configure-check-for-build-dir-when-building-version-.patch
 create mode 100644 meta/recipes-graphics/mesa/files/0002-meson.build-make-TLS-ELF-optional.patch
 delete mode 100644 meta/recipes-graphics/mesa/files/0002-meson.build-make-TLS-GLX-optional-again.patch
 rename meta/recipes-graphics/mesa/{mesa-gl_19.1.6.bb => mesa-gl_19.2.3.bb} (100%)
 rename meta/recipes-graphics/mesa/{mesa_19.1.6.bb => mesa_19.2.3.bb} (77%)
 rename meta/recipes-graphics/wayland/{libinput_1.14.1.bb => libinput_1.14.3.bb} (90%)
 create mode 100644 meta/recipes-graphics/wayland/wayland/0001-scanner-Add-configure-check-for-strndup.patch
 create mode 100644 meta/recipes-graphics/wayland/wayland/0002-Move-wl_priv_signal-to-wayland-server-private.h.patch
 rename meta/recipes-support/curl/{curl_7.66.0.bb => curl_7.67.0.bb} (95%)
 rename meta/recipes-support/libcheck/{libcheck_0.12.0.bb => libcheck_0.13.0.bb} (83%)
 copy scripts/native-intercept/{chown => chgrp} (100%)

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


More information about the Openembedded-commits mailing list