[oe-commits] [openembedded-core] branch master updated (86b8a1d -> 56e4e05)

git at git.openembedded.org git at git.openembedded.org
Mon Sep 16 22:03:20 UTC 2019


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

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

    from 86b8a1d  libevent: don't treat test stats line as pass/fail in ptest
     add 47edd51  resulttool: Handle multiple series containing ptestresults
     add 34d9f60  gcc-cross.inc: Process binaries in build dir to be relocatable
     add 06cba98  oeqa/core/case.py: Add OEPTestResultTestCase for ptestresult helpers
     add b75aced  oeqa/selftest: Rework toolchain tests to use OEPTestResultTestCase
     add fef943a  iw: upgrade to 5.3
     add 15fdf69  screen: add /etc/screenrc as global config file
     add 3514361  elfutils: 0.176 -> 0.177
     add 74ea026  ptrace: Drop ptrace aid for musl/ppc
     add 53a7c9c  btrfs-tools:upgrade 5.2.1 -> 5.2.2
     add 7df9aa5  elfutils: Fix build on ppc/musl
     add 698efe1  libtasn1: fix build with api-documentation enabled
     add ea2690e  oe-git-proxy: allow setting SOCAT from outside
     add c071347  oeqa: add case for oe-git-proxy
     add 0fdc12d  Revert "oe-git-proxy: Avoid resolving NO_PROXY against local files"
     add 477ee7e  oe-git-proxy: disable shell pathname expansion for the whole script
     add 12f0cc2  oe-git-proxy: NO_PROXY suffix matching without wildcard for match_host
     add cb37320  oe-git-proxy: fix dash "Bad substitution"
     add 25a0d1b  gstreamer1.0-libav: enable gtk-doc again
     add a870ce9  mesa: Upgrade 19.1.1 -> 19.1.6
     add 1533b92  ghostscript: CVE-2019-14811, CVE-2019-14817
     add b659b6d  python-numpy: fix build for libn32
     add c8bf233  systemd: provides ${base_sbindir}/udevadm
     add f50ca5d  python3: handle STAGING_LIBDIR/INCDIR being unset
     add 8fc255f  mesa: no need to depend on target python3
     add c5a3824  timezone:upgrade 2019b -> 2019c
     add 727e6ce  nfs-utils: fix nfs mount error on 32bit nfs server
     add f93bf3b  gnupg: Extend -native wrapper to fix gpgme-native's gpgconf problems
     add bfcc968  glib-networking:enable glib-networking build as native package
     add 86e654c  libsoup:enable libsoup build as native package
     add 21e748d  gdb: Mark gdbserver as ALLOW_EMPTY for riscv32
     add 2cccc68  qemu: Security Advisory - qemu - CVE-2019-15890
     add 083a5dd  valgrind: enable ~500 more ptests
     add f75792b  valgrind: make a few more ptests pass
     add 6dbaaee  valgrind: ptest improvements to run-ptest and more
     add 208023f  valgrind: disable 256 ptests for aarch64
     add b9280a3  python3-pygobject: update to 3.34.0
     add 70cb0c8  cogl: Do not depend PN-dev on empty PN
     add 922eb50  runqemu: decouple gtk and gl options
     add 5c685f5  conf/multilib.conf: Add ovmf to NON_MULTILIB_RECIPES
     add 7e0c929  tune-cortexa57-cortexa53: add tunes for ARM Cortex-A53-Cortex-A57
     add 76d3574  iptables: add systemd helper unit to load/restore rules
     add 88849a0  glibc-testsuite: SkipRecipe if libc is not glibc
     add 5d27db8  lttng-modules: Add missing SRCREV_FORMAT
     add 04e2b1c  font-util: update to 1.3.2
     add 7e999dc  busybox: drop unused mount.busybox and umount.busybox wrappers
     add 1840523  busybox: drop inittab from SRC_URI ( now moved to busybox-inittab )
     add d195559  busybox-inittab: minor formatting tweaks
     add ec4fdfc  meta: add missing descriptions and homepage in bsp
     add d6ee3d3  perf: fix build on kernels which don't have ${S}/tools/include/linux/bits.h
     add f969a8f  adwaita-icon-theme: fix rare install race
     add 030b44a  musl: Update to latest master
     add ff4e6c7  oeqa/selftest/wic: improve assert messages in test_fixed_size
     add 4f7c840  oeqa/selftest/imagefeatures: dump the JSON if it can't be parsed
     add a5cc0a0  expat: update to 2.2.8
     add e7af020  glibc: Move DISTRO_FEATURE specific do_install code for target recipe only
     add c6e8e13  populate_sdk_base.bbclass: nativesdk-glibc-locale is required on musl too
     add a95953f  icecc: blacklist pixman
     add aff2d12  nativesdk.bbclass: Clear out LIBCEXTENSION and ABIEXTENSION
     add cd735ab  systemd: upgrade to 243
     add dec1616  curl: update to 7.66.0
     add a916312  classextend.py: don't extend file for file dependency
     add 24174c6  openssl: Upgrade 1.1.1c -> 1.1.1d
     add 20f1a45  busybox.inc: handle empty DEBUG_PREFIX_MAP
     add 56e4e05  grub: remove diffutils and freetype runtime dependencies

No new revisions were added by this update.

Summary of changes:
 meta/classes/icecc.bbclass                         |   3 +
 meta/classes/multilib.bbclass                      |   2 +-
 meta/classes/nativesdk.bbclass                     |   2 +
 meta/classes/populate_sdk_base.bbclass             |   2 +-
 .../machine/include/tune-cortexa57-cortexa53.inc   |  18 ++
 meta/conf/multilib.conf                            |   2 +-
 meta/lib/oe/classextend.py                         |   2 +
 meta/lib/oeqa/core/case.py                         |  49 ++++
 meta/lib/oeqa/selftest/cases/binutils.py           |  11 +-
 meta/lib/oeqa/selftest/cases/gcc.py                |   9 +-
 meta/lib/oeqa/selftest/cases/glibc.py              |   7 +-
 meta/lib/oeqa/selftest/cases/imagefeatures.py      |   3 +-
 meta/lib/oeqa/selftest/cases/oescripts.py          |  58 +++++
 meta/lib/oeqa/selftest/cases/runtime_test.py       |   2 +-
 meta/lib/oeqa/selftest/cases/wic.py                |   6 +-
 meta/recipes-bsp/acpid/acpid.inc                   |   6 +
 meta/recipes-bsp/formfactor/formfactor_0.0.bb      |   3 +
 meta/recipes-bsp/grub/grub-bootconf_1.00.bb        |   3 +
 meta/recipes-bsp/grub/grub-efi_2.04.bb             |   2 +-
 meta/recipes-bsp/grub/grub_2.04.bb                 |   2 +-
 meta/recipes-bsp/u-boot/u-boot-common.inc          |   4 +
 meta/recipes-bsp/usbinit/usbinit.bb                |   4 +
 .../iw/{iw_5.0.1.bb => iw_5.3.bb}                  |   5 +-
 ...include-order-between-config.h-and-stat.h.patch | 156 ++++++++++++
 .../nfs-utils/nfs-utils_2.4.1.bb                   |   1 +
 .../0001-Fix-broken-change-from-b3d113e.patch      |  35 ---
 ...01-Fix-build-error-for-aarch64-big-endian.patch |  43 ----
 .../{openssl_1.1.1c.bb => openssl_1.1.1d.bb}       |   6 +-
 .../recipes-core/busybox/busybox-inittab_1.31.0.bb |  19 +-
 meta/recipes-core/busybox/busybox.inc              |   5 +-
 meta/recipes-core/busybox/busybox_1.31.0.bb        |   3 -
 meta/recipes-core/busybox/files/mount.busybox      |   3 -
 meta/recipes-core/busybox/files/umount.busybox     |   3 -
 .../expat/{expat_2.2.7.bb => expat_2.2.8.bb}       |   4 +-
 .../glib-networking/glib-networking_2.60.3.bb      |   2 +
 meta/recipes-core/glibc/glibc-package.inc          |  39 +--
 meta/recipes-core/glibc/glibc-testsuite_2.30.bb    |   7 +
 meta/recipes-core/musl/musl_git.bb                 |   2 +-
 .../{systemd-boot_242.bb => systemd-boot_243.bb}   |   0
 .../{systemd-conf_242.bb => systemd-conf_243.bb}   |   0
 meta/recipes-core/systemd/systemd.inc              |   4 +-
 ...-legacy-ULONG_LONG_MAX-with-the-C99-ULLON.patch |  50 ----
 ...t-install-dependency-links-at-install-tim.patch |  17 +-
 ...01-do-not-disable-buffer-in-writing-files.patch | 148 +++++------
 ...udev-udev-event.c-must-include-sys-wait.h.patch |  35 ---
 ...src-login-brightness.c-include-sys-wait.h.patch |  25 ++
 ...pper-instead-of-looking-for-relative-opti.patch |  23 +-
 .../0003-src-basic-copy.c-include-signal.h.patch   |  27 +++
 ...llback-parse_printf_format-implementation.patch |  15 +-
 .../systemd/0004-rules-whitelist-hd-devices.patch  |  11 +-
 ...-cpu-set-util.h-add-__cpu_mask-definition.patch |  54 +++++
 ...les-watch-metadata-changes-in-ide-devices.patch |  16 +-
 ...asic-missing.h-check-for-missing-strndupa.patch | 139 +++++++++--
 .../systemd/0006-Include-netinet-if_ether.h.patch  | 195 ++++++++++++---
 ...-if-GLOB_BRACE-and-GLOB_ALTDIRFUNC-is-not.patch |  26 +-
 ...ble-buffering-when-writing-to-oom_score_a.patch |  12 +-
 .../0023-socket-util.h-include-string.h.patch      |  30 ---
 ...025-fs-utilh-add-missing-sys-stat-include.patch |  30 ---
 .../systemd/{systemd_242.bb => systemd_243.bb}     |  15 +-
 .../{btrfs-tools_5.2.1.bb => btrfs-tools_5.2.2.bb} |   2 +-
 .../{elfutils_0.176.bb => elfutils_0.177.bb}       |   9 +-
 ....c-Incliude-asm-ptrace.h-for-pt_regs-defi.patch |  32 +++
 ...ferences-between-mips-machine-identifiers.patch |  12 +-
 ...1-fix-compile-failure-with-debian-patches.patch |  48 ++++
 ...-support-for-mips64-abis-in-mips_retval.c.patch |  13 +-
 .../0003-Add-mips-n64-relocation-format-hack.patch |  60 ++---
 .../elfutils/files/debian/arm_backend.diff         |  39 +--
 .../elfutils/files/debian/disable_werror.patch     |  19 +-
 .../elfutils/files/debian/hppa_backend.diff        |  57 +++--
 .../elfutils/files/debian/hurd_path.patch          |  17 +-
 .../elfutils/files/debian/ignore_strmerge.diff     |  15 +-
 .../elfutils/files/debian/kfreebsd_path.patch      |  13 +-
 .../elfutils/files/debian/mips_backend.diff        |  42 ++--
 .../elfutils/files/debian/mips_cfi.patch           | 131 ++++++++++
 .../elfutils/files/debian/mips_readelf_w.patch     |  22 +-
 .../files/debian/testsuite-ignore-elflint.diff     |  20 +-
 .../elfutils/files/musl-libs.patch                 |  39 ++-
 .../elfutils/files/musl-obstack-fts.patch          |  29 ++-
 .../elfutils/files/musl-utils.patch                |  37 ++-
 meta/recipes-devtools/gcc/gcc-cross.inc            |  10 +-
 meta/recipes-devtools/gdb/gdb.inc                  |   1 +
 .../files/mipsarchn32eb/_numpyconfig.h             |   1 +
 ...bject_3.32.2.bb => python3-pygobject_3.34.0.bb} |   4 +-
 ...2-distutils-prefix-is-inside-staging-area.patch |  28 ++-
 meta/recipes-devtools/qemu/qemu.inc                |   1 +
 .../qemu/qemu/CVE-2019-15890.patch                 |  48 ++++
 ...hen-using-non-glibc-libc-implementation-o.patch |  31 ---
 meta/recipes-devtools/strace/strace_5.2.bb         |   1 -
 ...1-adjust-path-filter-for-2-memcheck-tests.patch |  40 +++
 .../valgrind/valgrind/remove-for-aarch64           | 236 ++++++++++++++++++
 meta/recipes-devtools/valgrind/valgrind/run-ptest  |  43 +++-
 meta/recipes-devtools/valgrind/valgrind_3.15.0.bb  |  54 +++--
 .../ghostscript/CVE-2019-14811-0001.patch          |  68 ++++++
 .../ghostscript/CVE-2019-14817-0001.patch          | 270 +++++++++++++++++++++
 .../ghostscript/CVE-2019-14817-0002.patch          | 236 ++++++++++++++++++
 .../ghostscript/ghostscript_9.27.bb                |   3 +
 .../iptables/iptables/iptables.rules               |   0
 .../iptables/iptables/iptables.service             |  13 +
 meta/recipes-extended/iptables/iptables_1.8.3.bb   |  17 +-
 meta/recipes-extended/screen/screen_4.6.2.bb       |   3 +-
 meta/recipes-extended/timezone/timezone.inc        |  10 +-
 ...1-Run-installation-commands-as-shell-jobs.patch |  12 +-
 meta/recipes-graphics/cogl/cogl-1.0.inc            |   2 +
 ...-check-for-all-linux-host_os-combinations.patch |  37 +--
 ...2-meson.build-make-TLS-GLX-optional-again.patch |  12 +-
 ...0003-Allow-enable-DRI-without-DRI-drivers.patch |  10 +-
 .../mesa/{mesa-gl_19.1.1.bb => mesa-gl_19.1.6.bb}  |   0
 meta/recipes-graphics/mesa/mesa.inc                |   5 +
 .../mesa/{mesa_19.1.1.bb => mesa_19.1.6.bb}        |   4 +-
 .../{font-util_1.3.1.bb => font-util_1.3.2.bb}     |   4 +-
 meta/recipes-kernel/lttng/lttng-modules_2.10.10.bb |   1 +
 meta/recipes-kernel/perf/perf.bb                   |   4 +-
 .../gstreamer1.0-libav/gtkdoc-no-tree.patch        |  35 +++
 .../gstreamer/gstreamer1.0-libav_1.16.0.bb         |   6 +-
 .../curl/{curl_7.65.3.bb => curl_7.66.0.bb}        |   4 +-
 meta/recipes-support/gnupg/gnupg_2.2.17.bb         |   3 +
 .../gnutls/libtasn1/fix-gtkdoc.patch               |  38 +++
 meta/recipes-support/gnutls/libtasn1_4.14.bb       |   1 +
 meta/recipes-support/libsoup/libsoup-2.4_2.66.2.bb |   2 +
 scripts/lib/resulttool/log.py                      |  43 ++--
 scripts/lib/resulttool/report.py                   |  44 +++-
 scripts/lib/resulttool/resultutils.py              |  45 +++-
 scripts/oe-git-proxy                               |  21 +-
 scripts/runqemu                                    |  21 +-
 124 files changed, 2650 insertions(+), 883 deletions(-)
 create mode 100644 meta/conf/machine/include/tune-cortexa57-cortexa53.inc
 rename meta/recipes-connectivity/iw/{iw_5.0.1.bb => iw_5.3.bb} (83%)
 create mode 100644 meta/recipes-connectivity/nfs-utils/nfs-utils/0001-Fix-include-order-between-config.h-and-stat.h.patch
 delete mode 100644 meta/recipes-connectivity/openssl/openssl/0001-Fix-broken-change-from-b3d113e.patch
 delete mode 100644 meta/recipes-connectivity/openssl/openssl/0001-Fix-build-error-for-aarch64-big-endian.patch
 rename meta/recipes-connectivity/openssl/{openssl_1.1.1c.bb => openssl_1.1.1d.bb} (96%)
 delete mode 100755 meta/recipes-core/busybox/files/mount.busybox
 delete mode 100755 meta/recipes-core/busybox/files/umount.busybox
 rename meta/recipes-core/expat/{expat_2.2.7.bb => expat_2.2.8.bb} (81%)
 rename meta/recipes-core/systemd/{systemd-boot_242.bb => systemd-boot_243.bb} (100%)
 rename meta/recipes-core/systemd/{systemd-conf_242.bb => systemd-conf_243.bb} (100%)
 delete mode 100644 meta/recipes-core/systemd/systemd/0001-Replace-the-legacy-ULONG_LONG_MAX-with-the-C99-ULLON.patch
 delete mode 100644 meta/recipes-core/systemd/systemd/0001-src-udev-udev-event.c-must-include-sys-wait.h.patch
 create mode 100644 meta/recipes-core/systemd/systemd/0002-src-login-brightness.c-include-sys-wait.h.patch
 create mode 100644 meta/recipes-core/systemd/systemd/0003-src-basic-copy.c-include-signal.h.patch
 create mode 100644 meta/recipes-core/systemd/systemd/0004-src-shared-cpu-set-util.h-add-__cpu_mask-definition.patch
 delete mode 100644 meta/recipes-core/systemd/systemd/0023-socket-util.h-include-string.h.patch
 delete mode 100644 meta/recipes-core/systemd/systemd/0025-fs-utilh-add-missing-sys-stat-include.patch
 rename meta/recipes-core/systemd/{systemd_242.bb => systemd_243.bb} (98%)
 rename meta/recipes-devtools/btrfs-tools/{btrfs-tools_5.2.1.bb => btrfs-tools_5.2.2.bb} (97%)
 rename meta/recipes-devtools/elfutils/{elfutils_0.176.bb => elfutils_0.177.bb} (94%)
 create mode 100644 meta/recipes-devtools/elfutils/files/0001-ppc_initreg.c-Incliude-asm-ptrace.h-for-pt_regs-defi.patch
 create mode 100644 meta/recipes-devtools/elfutils/files/debian/0001-fix-compile-failure-with-debian-patches.patch
 create mode 100644 meta/recipes-devtools/elfutils/files/debian/mips_cfi.patch
 rename meta/recipes-devtools/python/{python3-pygobject_3.32.2.bb => python3-pygobject_3.34.0.bb} (87%)
 create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2019-15890.patch
 delete mode 100644 meta/recipes-devtools/strace/strace/0001-Fix-build-when-using-non-glibc-libc-implementation-o.patch
 create mode 100644 meta/recipes-devtools/valgrind/valgrind/0001-adjust-path-filter-for-2-memcheck-tests.patch
 create mode 100644 meta/recipes-devtools/valgrind/valgrind/remove-for-aarch64
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2019-14811-0001.patch
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2019-14817-0001.patch
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2019-14817-0002.patch
 copy scripts/pybootchartgui/pybootchartgui/__init__.py => meta/recipes-extended/iptables/iptables/iptables.rules (100%)
 create mode 100644 meta/recipes-extended/iptables/iptables/iptables.service
 rename meta/recipes-graphics/mesa/{mesa-gl_19.1.1.bb => mesa-gl_19.1.6.bb} (100%)
 rename meta/recipes-graphics/mesa/{mesa_19.1.1.bb => mesa_19.1.6.bb} (85%)
 rename meta/recipes-graphics/xorg-font/{font-util_1.3.1.bb => font-util_1.3.2.bb} (83%)
 create mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-libav/gtkdoc-no-tree.patch
 rename meta/recipes-support/curl/{curl_7.65.3.bb => curl_7.66.0.bb} (95%)
 create mode 100644 meta/recipes-support/gnutls/libtasn1/fix-gtkdoc.patch

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


More information about the Openembedded-commits mailing list