[oe-commits] [openembedded-core] branch master updated (c8f329f -> e3c32de)

git at git.openembedded.org git at git.openembedded.org
Fri Aug 30 16:11:02 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 c8f329f  ca-certificates: Fix reproducibilty and multilib issue
     add c829e89  rpm: resolve a host contamination issue for mono packaging
     add 04c01b6  qemu: set default RAM to 256M for all machines
     add 045011e  mesa: disable gallium swrast driver on x86 x32
     add 891f69f  ccache: 3.7.1 -> 3.7.3
     add 5601523  nfs-utils: 2.3.3 -> 2.4.1
     add d532d19  common-licenses: update BSD-2-CLAUSE license text
     add 372a211  ltp: cve/meltdown.c: Fix kernel symbol finding
     add f67bb34  oeqa: reproducible: Cleanup reproducible build
     add f0095e6  oeqa: reproducible: Use subTest for packages
     add 3a7305b  oeqa: Set LD_LIBRARY_PATH when executing native commands
     add 6c357c8  oeqa: reproducible: Record packages in test results
     add 3fc0815  oeqa: Enable reproducible build test
     new e97c529  oeqa: reproducible: Do two clean builds
     new b4731a1  bluez5: fix build against libc-headers 5.2+
     new 6745088  kernel-devsrc: remove python2 dependency
     new 584af66  perf: change dependencies on python to python3
     new b850ee5  perf: v5.3+ build fixes
     new 9b31349  devsrc: update arm64 scripts/prepare for kernels 5.3+
     new 2c36b3e  bind: fix build with python3 PACKAGECONFIG enabled
     new afe46ec  yocto-check-layer: Allow any case for README file detection
     new e3c32de  ltp: move from python 2.x to python 3.x

The 9 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/conf/machine/include/qemuboot-mips.inc        |   1 -
 meta/conf/machine/include/riscv/qemuriscv.inc      |   1 -
 meta/conf/machine/qemuarm.conf                     |   1 -
 meta/conf/machine/qemuarm64.conf                   |   1 -
 meta/conf/machine/qemux86-64.conf                  |   5 +-
 meta/files/common-licenses/BSD-2-Clause            |  11 +-
 meta/lib/oeqa/selftest/cases/reproducible.py       |  73 +++++++---
 meta/lib/oeqa/utils/commands.py                    |   3 +
 meta/recipes-connectivity/bind/bind_9.11.5-P4.bb   |   2 +-
 meta/recipes-connectivity/bluez5/bluez5.inc        |   1 +
 ...ls-Fix-build-after-y2038-changes-in-glibc.patch |  68 +++++++++
 ...-Do-not-pass-null-pointer-to-freeaddrinfo.patch |  32 ----
 ...le.am-fix-undefined-function-for-libnsm.a.patch |  22 +--
 ...1-Makefile.am-update-the-path-of-libnfs.a.patch |  50 -------
 ...re.ac-Do-not-fatalize-Wmissing-prototypes.patch |   9 +-
 .../bugfix-adjust-statd-service-name.patch         |  30 ++--
 .../nfs-utils/nfs-utils-musl-limits.patch          | 133 -----------------
 .../nfs-utils/nfs-utils-musl-res_querydomain.patch |  23 +--
 .../{nfs-utils_2.3.3.bb => nfs-utils_2.4.1.bb}     |  10 +-
 meta/recipes-devtools/ccache/ccache_3.7.1.bb       |   7 -
 meta/recipes-devtools/ccache/ccache_3.7.3.bb       |   7 +
 ...rovides-requires-do-not-use-monodis-from-.patch |  58 ++++++++
 meta/recipes-devtools/rpm/rpm_4.14.2.1.bb          |   1 +
 ...-cve-meltdown.c-Fix-kernel-symbol-finding.patch |  81 +++++++++++
 ...se-python3-everywhere-to-run-python-scrip.patch | 161 +++++++++++++++++++++
 meta/recipes-extended/ltp/ltp_20190517.bb          |   4 +-
 meta/recipes-graphics/mesa/mesa.inc                |   3 +
 meta/recipes-kernel/linux/kernel-devsrc.bb         |  15 +-
 meta/recipes-kernel/perf/perf.bb                   |  23 ++-
 scripts/lib/checklayer/cases/common.py             |   2 +-
 scripts/runqemu                                    |   4 +-
 31 files changed, 516 insertions(+), 326 deletions(-)
 create mode 100644 meta/recipes-connectivity/bluez5/bluez5/0001-tools-Fix-build-after-y2038-changes-in-glibc.patch
 delete mode 100644 meta/recipes-connectivity/nfs-utils/nfs-utils/0001-Do-not-pass-null-pointer-to-freeaddrinfo.patch
 delete mode 100644 meta/recipes-connectivity/nfs-utils/nfs-utils/0001-Makefile.am-update-the-path-of-libnfs.a.patch
 delete mode 100644 meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-utils-musl-limits.patch
 rename meta/recipes-connectivity/nfs-utils/{nfs-utils_2.3.3.bb => nfs-utils_2.4.1.bb} (92%)
 delete mode 100644 meta/recipes-devtools/ccache/ccache_3.7.1.bb
 create mode 100644 meta/recipes-devtools/ccache/ccache_3.7.3.bb
 create mode 100644 meta/recipes-devtools/rpm/files/0001-mono-find-provides-requires-do-not-use-monodis-from-.patch
 create mode 100644 meta/recipes-extended/ltp/ltp/0001-cve-meltdown.c-Fix-kernel-symbol-finding.patch
 create mode 100644 meta/recipes-extended/ltp/ltp/0001-testcases-use-python3-everywhere-to-run-python-scrip.patch

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


More information about the Openembedded-commits mailing list