[oe-commits] [openembedded-core] branch master updated (26e04b2 -> ff0b682)

git at git.openembedded.org git at git.openembedded.org
Wed Jul 18 09:20:02 UTC 2018


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

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

    from 26e04b2  oeqa/selftest/wic: Split tests into two class groups
     add 326abab  oeqa: Add selftest parallelisation support
     add a98ab5e  oeqa/core/threaded: Remove in favour of using concurrenttests
     add b618261  oeqa/runner: Simplify code
     add 8001d93  oeqa: Remove xmlrunner
     add 07d19fb  testsdk: Enable multiprocess execution
     new 4abba4c  oeqa/decorator: Improve reliability
     new b0fb5bb  populate_sdk_base: Use default value assignment for SDK_TITLE/SDKEXTPATH
     new a6fd20f  oeqa/parselogs: remove references to BSPs that no longer exist
     new c1daa5c  lttng-modules: Fix do_compile failure for btrfs related tracepoints
     new 8eb5fa3  libdrm: allow to build native and nativesdk
     new 8658b36  lib/oe/buildhistory_analysis: drop related field feature
     new 801b705  classes/buildhistory: handle packaged files with names containing spaces
     new c258379  classes/buildhistory: properly process escaped chars from pkgdata
     new 71309a5  u-boot: Add missing dependency on flex and bison native
     new ac269c7  u-boot: Upgrade to 2018.07 release
     new c9bd7f7  qemux86*: Add U-Boot machine configuration
     new db86b27  mesa: remove hardware float patch
     new 5eef63f  wic/engine: fix errors when expanding partitions
     new a88f1b5  wic/engine: use up all free space when expanding partitions
     new 99e50d9  file: fix regression for determining DB file type
     new ffb52d3  insane: optimise buildpath search
     new bda531e  python-setuptools.inc: avoid using += with an over-ride
     new 3e3c5cc  python-setuptools: rationalise dependencies
     new d19a9b4  tiff: security fix CVE-2018-10963
     new d61d417  libva: upgrade 2.1.0 -> 2.2.0
     new fb7070b  libva-utils: upgrade 2.1.0 -> 2.2.0
     new cf321fa  gstreamer1.0-plugins-good: disable gtk plugin
     new 4f3378e  gnutls: use HTTP instead of FTP
     new a35be5f  oeqa/runtime/python: clean up Python test
     new bead742  oeqa/sdk/python: clean up Python test
     new e81db90  epiphany: fix epiphany cannot start problem
     new ab6f5ea  packagegroups: Disable unbuildable dependencies for riscv64
     new e2dea46  bash: fix wrong exit status offset
     new c0dac0d  perl: update to 5.24.4
     new 8538aab  spdx.bbclass: Replace deprecated string.replace with str.replace
     new 863ff90  spdx.bbclass: Fix undefined variable error
     new 978f5a8  spdx.bbclass: Make use of bb.utils' sha1_file()
     new b06a44f  spdx.bbclass: Encode strings before passing to hashlib
     new ff4762e  mesa: Fix build with wayland and egl
     new 964ea8b  atk: add explicit gettext-native dependency
     new b26ca91  curl: update 7.60.0 -> 7.61.0
     new 0bf3637  curl: add PACKAGECONFIG options for brotli, built-in manpages, etc
     new c0ef8a9  recipes: Enforce ARM ISA just for arm arches <= armv5
     new 8a7db51  musl: Update to latest master
     new 597f464  systemd: upgrade to 239
     new ff0b682  systemd-boot: upgrade to 239

The 41 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:
 .../recipes-test/aspell/aspell_0.0.0.1.bb          |   5 +-
 meta/classes/buildhistory.bbclass                  |   5 +-
 meta/classes/goarch.bbclass                        |   6 +-
 meta/classes/insane.bbclass                        |   4 +-
 meta/classes/populate_sdk_base.bbclass             |   4 +-
 meta/classes/spdx.bbclass                          |  16 +-
 meta/classes/testsdk.bbclass                       |  11 +-
 meta/conf/machine/qemux86-64.conf                  |   2 +
 meta/conf/machine/qemux86.conf                     |   2 +
 meta/lib/oe/buildhistory_analysis.py               |  42 +--
 meta/lib/oeqa/core/context.py                      |  11 +-
 meta/lib/oeqa/core/decorator/depends.py            |  23 +-
 meta/lib/oeqa/core/decorator/oetimeout.py          |  40 +--
 meta/lib/oeqa/core/runner.py                       |  91 ++---
 .../core/tests/cases/loader/threaded/threaded.py   |  12 -
 .../tests/cases/loader/threaded/threaded_alone.py  |   8 -
 .../cases/loader/threaded/threaded_depends.py      |  10 -
 .../tests/cases/loader/threaded/threaded_module.py |  12 -
 meta/lib/oeqa/core/tests/common.py                 |  10 -
 meta/lib/oeqa/core/tests/test_data.py              |   4 +-
 meta/lib/oeqa/core/tests/test_decorators.py        |  12 -
 meta/lib/oeqa/core/tests/test_loader.py            |  30 +-
 meta/lib/oeqa/core/threaded.py                     | 275 ---------------
 meta/lib/oeqa/core/utils/concurrencytest.py        | 254 ++++++++++++++
 meta/lib/oeqa/files/test.py                        |   6 -
 meta/lib/oeqa/runtime/cases/parselogs.py           |  14 -
 meta/lib/oeqa/runtime/cases/python.py              |  38 +--
 meta/lib/oeqa/sdk/cases/python.py                  |  35 +-
 meta/lib/oeqa/sdk/context.py                       |   9 +-
 meta/lib/oeqa/selftest/context.py                  |   8 +-
 ...ommon_2018.05.inc => u-boot-common_2018.07.inc} |   5 +-
 ...utils_2018.05.bb => u-boot-fw-utils_2018.07.bb} |   2 +-
 ...kimage_2018.05.bb => u-boot-mkimage_2018.07.bb} |   2 +-
 .../{u-boot_2018.05.bb => u-boot_2018.07.bb}       |   0
 meta/recipes-core/musl/musl_git.bb                 |   2 +-
 .../packagegroup-core-tools-profile.bb             |   3 +
 .../packagegroup-core-tools-testapps.bb            |   1 +
 .../packagegroups/packagegroup-go-sdk-target.bb    |   2 +
 .../{systemd-boot_237.bb => systemd-boot_239.bb}   |   5 +-
 meta/recipes-core/systemd/systemd.inc              |   2 +-
 ...01-Also-check-i386-i586-and-i686-for-ia32.patch |  28 --
 ...rt_BUS_ERROR_MAP-and-__stop_BUS_ERROR_MAP.patch |  34 --
 ...ck-protector-flags-to-workaround-musl-bui.patch |  28 +-
 ...nv-when-secure-versions-are-not-available.patch |  10 +-
 ...-install-dependency-links-at-install-tim.patch} |  22 +-
 ....c-Change-the-default-device-timeout-to-2.patch |  19 +-
 ...arse_uid-when-unmounting-user-runtime-dir.patch | 110 ++++++
 ...=> 0002-don-t-use-glibc-specific-qsort_r.patch} | 108 +++++-
 ...per-instead-of-looking-for-relative-opti.patch} |  16 +-
 ...fn_t-is-glibc-specific-use-raw-signature-.patch |  40 +++
 ...003-implment-systemd-sysv-install-for-OE.patch} |  10 +-
 ...lback-parse_printf_format-implementation.patch} |  49 +--
 ...patch => 0004-rules-whitelist-hd-devices.patch} |   8 +-
 ...-Make-root-s-home-directory-configurable.patch} |  34 +-
 ...clude-gshadow-only-if-ENABLE_GSHADOW-is-1.patch |  29 ++
 .../0006-remove-nobody-user-group-checking.patch   |  63 ++++
 ...sic-missing.h-check-for-missing-strndupa.patch} |  66 ++--
 ...patch => 0007-Include-netinet-if_ether.h.patch} |  51 +--
 ...evert-rules-remove-firmware-loading-rules.patch |  28 --
 ...es-watch-metadata-changes-in-ide-devices.patch} |   6 +-
 ...e-nss-tests-if-nss-systemd-is-not-enable.patch} |  16 +-
 ...-remove-userspace-firmware-loading-suppor.patch | 377 ---------------------
 ...f-GLOB_BRACE-and-GLOB_ALTDIRFUNC-is-not-.patch} |  86 +++--
 ...=> 0009-add-missing-FTW_-macros-for-musl.patch} |  12 +-
 ...es-Build-conditionally-when-ENABLE_MYHOS.patch} |  10 +-
 .../0009-remove-duplicate-include-uchar.h.patch    |  41 ---
 .../0010-check-for-uchar.h-in-meson.build.patch    |  45 ---
 ...l-don-t-fail-if-libc-doesn-t-support-IDN.patch} |  17 +-
 ...ssing.h-check-for-missing-__compar_fn_t-.patch} |  23 +-
 ...of-__register_atfork-for-non-glibc-build.patch} |  18 +-
 ...> 0013-Use-uintmax_t-for-handling-rlim_t.patch} |  33 +-
 ...ULONG_LONG_MAX-definition-in-case-of-mus.patch} |  12 +-
 ...xdecoct.c-Include-missing.h-for-strndupa.patch} |  12 +-
 ...c-Disable-tests-for-missing-typedefs-in-.patch} |  14 +-
 ...ss-AT_SYMLINK_NOFOLLOW-flag-to-faccessat.patch} |  20 +-
 ...-compatible-basename-for-non-glibc-syste.patch} |  11 +-
 ...-check-for-missing-canonicalize_file_name.patch |  47 ---
 ...ble-buffering-when-writing-to-oom_score_a.patch |  39 +++
 ...-XSI-compliant-strerror_r-from-GNU-specif.patch |  62 ++++
 ...fn_t-is-glibc-specific-use-raw-signature-.patch |  31 --
 ...PATH_WTMPX-and-_PATH_UTMPX-if-not-defined.patch |  43 ---
 .../0027-remove-nobody-user-group-checking.patch   |  63 ----
 meta/recipes-core/systemd/systemd/0032-memfd.patch | 272 ---------------
 ...cros-rename-noreturn-into-_noreturn_-8456.patch | 203 -----------
 ...truncation-compile-failure-by-typecasting.patch | 173 ----------
 ...ix-build-with-gcc8-Werror-format-truncati.patch |  53 ---
 meta/recipes-core/systemd/systemd/libmount.patch   |  75 ----
 .../systemd/{systemd_237.bb => systemd_239.bb}     | 126 ++++---
 .../file/file/fix-bogus-magic.patch                |  32 ++
 meta/recipes-devtools/file/file_5.33.bb            |   1 +
 ...perl-native_5.24.1.bb => perl-native_5.24.4.bb} |   4 +-
 ...depends_5.24.1.inc => perl-rdepends_5.24.4.inc} |   0
 .../perl/perl/CVE-2017-12837.patch                 |  32 --
 .../perl/perl/CVE-2017-12883.patch                 |  44 ---
 meta/recipes-devtools/perl/perl/Makefile.SH.patch  |  12 +-
 meta/recipes-devtools/perl/perl/config.sh          |  60 ++--
 .../perl/{perl_5.24.1.bb => perl_5.24.4.bb}        |   6 +-
 meta/recipes-devtools/python/python-setuptools.inc |   8 -
 .../squashfs-tools/squashfs-tools_git.bb           |   4 +-
 meta/recipes-extended/bash/bash.inc                |   2 +-
 meta/recipes-gnome/epiphany/epiphany_3.28.1.1.bb   |   2 +-
 meta/recipes-gnome/gcr/gcr_3.28.0.bb               |   4 +-
 meta/recipes-gnome/libsecret/libsecret_0.18.6.bb   |   4 +-
 meta/recipes-graphics/drm/libdrm_2.4.92.bb         |   2 +
 .../{libva-utils_2.1.0.bb => libva-utils_2.2.0.bb} |   4 +-
 .../libva/{libva_2.1.0.bb => libva_2.2.0.bb}       |   4 +-
 .../mesa/files/0004-hardware-gloat.patch           |  52 ---
 .../cross-compile-WAYLAND_PROTOCOLS_DATADIR.patch  |  24 ++
 meta/recipes-graphics/mesa/mesa.inc                |   2 +
 meta/recipes-graphics/mesa/mesa_18.1.3.bb          |   2 +-
 ...trfs-Remove-unnecessary-fs_info-parameter.patch | 116 +++++++
 meta/recipes-kernel/lttng/lttng-modules_2.10.6.bb  |   1 +
 meta/recipes-multimedia/ffmpeg/ffmpeg_4.0.bb       |   4 +-
 .../gstreamer/gstreamer1.0-plugins-good_1.14.1.bb  |   1 -
 .../libtiff/files/CVE-2018-10963.patch             |  39 +++
 meta/recipes-multimedia/libtiff/tiff_4.0.9.bb      |   1 +
 meta/recipes-support/aspell/aspell_0.60.6.1.bb     |   5 +-
 meta/recipes-support/atk/atk_2.28.1.bb             |   3 +-
 .../curl/{curl_7.60.0.bb => curl_7.61.0.bb}        |  14 +-
 meta/recipes-support/gnutls/gnutls.inc             |   2 +-
 scripts/lib/wic/engine.py                          |  13 +-
 121 files changed, 1504 insertions(+), 2716 deletions(-)
 delete mode 100644 meta/lib/oeqa/core/tests/cases/loader/threaded/threaded.py
 delete mode 100644 meta/lib/oeqa/core/tests/cases/loader/threaded/threaded_alone.py
 delete mode 100644 meta/lib/oeqa/core/tests/cases/loader/threaded/threaded_depends.py
 delete mode 100644 meta/lib/oeqa/core/tests/cases/loader/threaded/threaded_module.py
 delete mode 100644 meta/lib/oeqa/core/threaded.py
 create mode 100644 meta/lib/oeqa/core/utils/concurrencytest.py
 delete mode 100644 meta/lib/oeqa/files/test.py
 rename meta/recipes-bsp/u-boot/{u-boot-common_2018.05.inc => u-boot-common_2018.07.inc} (60%)
 rename meta/recipes-bsp/u-boot/{u-boot-fw-utils_2018.05.bb => u-boot-fw-utils_2018.07.bb} (97%)
 rename meta/recipes-bsp/u-boot/{u-boot-mkimage_2018.05.bb => u-boot-mkimage_2018.07.bb} (98%)
 rename meta/recipes-bsp/u-boot/{u-boot_2018.05.bb => u-boot_2018.07.bb} (100%)
 rename meta/recipes-core/systemd/{systemd-boot_237.bb => systemd-boot_239.bb} (91%)
 delete mode 100644 meta/recipes-core/systemd/systemd/0001-Also-check-i386-i586-and-i686-for-ia32.patch
 delete mode 100644 meta/recipes-core/systemd/systemd/0001-Hide-__start_BUS_ERROR_MAP-and-__stop_BUS_ERROR_MAP.patch
 rename meta/recipes-core/systemd/systemd/{0002-binfmt-Don-t-install-dependency-links-at-install-tim.patch => 0001-binfmt-Don-t-install-dependency-links-at-install-tim.patch} (83%)
 create mode 100644 meta/recipes-core/systemd/systemd/0001-login-use-parse_uid-when-unmounting-user-runtime-dir.patch
 rename meta/recipes-core/systemd/systemd/{0022-don-t-use-glibc-specific-qsort_r.patch => 0002-don-t-use-glibc-specific-qsort_r.patch} (52%)
 rename meta/recipes-core/systemd/systemd/{0003-use-lnr-wrapper-instead-of-looking-for-relative-opti.patch => 0002-use-lnr-wrapper-instead-of-looking-for-relative-opti.patch} (83%)
 create mode 100644 meta/recipes-core/systemd/systemd/0003-comparison_fn_t-is-glibc-specific-use-raw-signature-.patch
 rename meta/recipes-core/systemd/systemd/{0004-implment-systemd-sysv-install-for-OE.patch => 0003-implment-systemd-sysv-install-for-OE.patch} (86%)
 rename meta/recipes-core/systemd/systemd/{0013-add-fallback-parse_printf_format-implementation.patch => 0004-add-fallback-parse_printf_format-implementation.patch} (93%)
 rename meta/recipes-core/systemd/systemd/{0005-rules-whitelist-hd-devices.patch => 0004-rules-whitelist-hd-devices.patch} (89%)
 rename meta/recipes-core/systemd/systemd/{0006-Make-root-s-home-directory-configurable.patch => 0005-Make-root-s-home-directory-configurable.patch} (70%)
 create mode 100644 meta/recipes-core/systemd/systemd/0005-include-gshadow-only-if-ENABLE_GSHADOW-is-1.patch
 create mode 100644 meta/recipes-core/systemd/systemd/0006-remove-nobody-user-group-checking.patch
 rename meta/recipes-core/systemd/systemd/{0014-src-basic-missing.h-check-for-missing-strndupa.patch => 0006-src-basic-missing.h-check-for-missing-strndupa.patch} (73%)
 rename meta/recipes-core/systemd/systemd/{0017-Include-netinet-if_ether.h.patch => 0007-Include-netinet-if_ether.h.patch} (68%)
 delete mode 100644 meta/recipes-core/systemd/systemd/0007-Revert-rules-remove-firmware-loading-rules.patch
 rename meta/recipes-core/systemd/systemd/{0012-rules-watch-metadata-changes-in-ide-devices.patch => 0007-rules-watch-metadata-changes-in-ide-devices.patch} (92%)
 rename meta/recipes-core/systemd/systemd/{0019-Do-not-enable-nss-tests-if-nss-systemd-is-not-enable.patch => 0008-Do-not-enable-nss-tests-if-nss-systemd-is-not-enable.patch} (60%)
 delete mode 100644 meta/recipes-core/systemd/systemd/0008-Revert-udev-remove-userspace-firmware-loading-suppor.patch
 rename meta/recipes-core/systemd/systemd/{0015-don-t-fail-if-GLOB_BRACE-and-GLOB_ALTDIRFUNC-is-not-.patch => 0008-don-t-fail-if-GLOB_BRACE-and-GLOB_ALTDIRFUNC-is-not-.patch} (67%)
 rename meta/recipes-core/systemd/systemd/{0028-add-missing-FTW_-macros-for-musl.patch => 0009-add-missing-FTW_-macros-for-musl.patch} (79%)
 rename meta/recipes-core/systemd/systemd/{0029-nss-mymachines-Build-conditionally-when-ENABLE_MYHOS.patch => 0009-nss-mymachines-Build-conditionally-when-ENABLE_MYHOS.patch} (84%)
 delete mode 100644 meta/recipes-core/systemd/systemd/0009-remove-duplicate-include-uchar.h.patch
 delete mode 100644 meta/recipes-core/systemd/systemd/0010-check-for-uchar.h-in-meson.build.patch
 rename meta/recipes-core/systemd/systemd/{0011-socket-util-don-t-fail-if-libc-doesn-t-support-IDN.patch => 0010-socket-util-don-t-fail-if-libc-doesn-t-support-IDN.patch} (68%)
 rename meta/recipes-core/systemd/systemd/{0016-src-basic-missing.h-check-for-missing-__compar_fn_t-.patch => 0011-src-basic-missing.h-check-for-missing-__compar_fn_t-.patch} (63%)
 rename meta/recipes-core/systemd/systemd/{0030-fix-missing-of-__register_atfork-for-non-glibc-build.patch => 0012-fix-missing-of-__register_atfork-for-non-glibc-build.patch} (75%)
 rename meta/recipes-core/systemd/systemd/{0026-Use-uintmax_t-for-handling-rlim_t.patch => 0013-Use-uintmax_t-for-handling-rlim_t.patch} (77%)
 rename meta/recipes-core/systemd/systemd/{0031-fix-missing-ULONG_LONG_MAX-definition-in-case-of-mus.patch => 0014-fix-missing-ULONG_LONG_MAX-definition-in-case-of-mus.patch} (66%)
 rename meta/recipes-core/systemd/systemd/{0020-test-hexdecoct.c-Include-missing.h-for-strndupa.patch => 0015-test-hexdecoct.c-Include-missing.h-for-strndupa.patch} (70%)
 rename meta/recipes-core/systemd/systemd/{0021-test-sizeof.c-Disable-tests-for-missing-typedefs-in-.patch => 0016-test-sizeof.c-Disable-tests-for-missing-typedefs-in-.patch} (73%)
 rename meta/recipes-core/systemd/systemd/{0023-don-t-pass-AT_SYMLINK_NOFOLLOW-flag-to-faccessat.patch => 0017-don-t-pass-AT_SYMLINK_NOFOLLOW-flag-to-faccessat.patch} (89%)
 rename meta/recipes-core/systemd/systemd/{0035-Define-glibc-compatible-basename-for-non-glibc-syste.patch => 0018-Define-glibc-compatible-basename-for-non-glibc-syste.patch} (78%)
 delete mode 100644 meta/recipes-core/systemd/systemd/0018-check-for-missing-canonicalize_file_name.patch
 create mode 100644 meta/recipes-core/systemd/systemd/0019-Do-not-disable-buffering-when-writing-to-oom_score_a.patch
 create mode 100644 meta/recipes-core/systemd/systemd/0020-distinguish-XSI-compliant-strerror_r-from-GNU-specif.patch
 delete mode 100644 meta/recipes-core/systemd/systemd/0024-comparison_fn_t-is-glibc-specific-use-raw-signature-.patch
 delete mode 100644 meta/recipes-core/systemd/systemd/0025-Define-_PATH_WTMPX-and-_PATH_UTMPX-if-not-defined.patch
 delete mode 100644 meta/recipes-core/systemd/systemd/0027-remove-nobody-user-group-checking.patch
 delete mode 100644 meta/recipes-core/systemd/systemd/0032-memfd.patch
 delete mode 100644 meta/recipes-core/systemd/systemd/0033-basic-macros-rename-noreturn-into-_noreturn_-8456.patch
 delete mode 100644 meta/recipes-core/systemd/systemd/0034-Fix-format-truncation-compile-failure-by-typecasting.patch
 delete mode 100644 meta/recipes-core/systemd/systemd/0036-time-util-fix-build-with-gcc8-Werror-format-truncati.patch
 delete mode 100644 meta/recipes-core/systemd/systemd/libmount.patch
 rename meta/recipes-core/systemd/{systemd_237.bb => systemd_239.bb} (86%)
 create mode 100644 meta/recipes-devtools/file/file/fix-bogus-magic.patch
 rename meta/recipes-devtools/perl/{perl-native_5.24.1.bb => perl-native_5.24.4.bb} (96%)
 rename meta/recipes-devtools/perl/{perl-rdepends_5.24.1.inc => perl-rdepends_5.24.4.inc} (100%)
 delete mode 100644 meta/recipes-devtools/perl/perl/CVE-2017-12837.patch
 delete mode 100644 meta/recipes-devtools/perl/perl/CVE-2017-12883.patch
 rename meta/recipes-devtools/perl/{perl_5.24.1.bb => perl_5.24.4.bb} (98%)
 rename meta/recipes-graphics/libva/{libva-utils_2.1.0.bb => libva-utils_2.2.0.bb} (89%)
 rename meta/recipes-graphics/libva/{libva_2.1.0.bb => libva_2.2.0.bb} (92%)
 delete mode 100644 meta/recipes-graphics/mesa/files/0004-hardware-gloat.patch
 create mode 100644 meta/recipes-graphics/mesa/files/cross-compile-WAYLAND_PROTOCOLS_DATADIR.patch
 create mode 100644 meta/recipes-kernel/lttng/lttng-modules/0001-Fix-btrfs-Remove-unnecessary-fs_info-parameter.patch
 create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2018-10963.patch
 rename meta/recipes-support/curl/{curl_7.60.0.bb => curl_7.61.0.bb} (84%)

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


More information about the Openembedded-commits mailing list