[oe-commits] [openembedded-core] branch master updated (db48261 -> 51a09ba)

git at git.openembedded.org git at git.openembedded.org
Tue Jul 31 21:56:10 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 db48261  maintainers.inc: Update after recent additions/changes
     new 18e8374  multilib_script: Add support for multilib scripts
     new f70040f  libtool: Fix problem with libtoolize in multilib installations
     new 41356d2  mtd-utils: Revert "Return correct error number in ubi_get_vol_in"
     new 28eeada  package.bbclass: Fix hardlink preservation issue
     new 751fc78  oeqa/selftest: Add package hardlink test
     new 119c223  oe_syslog.py: fix settings in OEHasPackage decorator
     new f1735fe  parselogs.py: ignore network interface name changing failure
     new caa4fa5  systemd: backport patch to allow setting dbus calls timeout
     new a5b1dca  systemd.py: increase default bus timeout
     new ac9a54f  kdump: start kdump.service after basic.target
     new f03f3ed  python3: fix depends of python3-tests
     new 2457cd5  oe-selftest: devtool: avoid parallel races by using temporary copy of core
     new c17f5e7  gcc-7.3: Fix build on ppc64le hosts
     new 51a09ba  gcc-7.3: Backport fixes for std::pair high memory usage

The 14 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:
 .../selftest-hardlink/selftest-hardlink.bb         |  19 +++
 .../selftest-hardlink/selftest-hardlink/hello.c    |   5 +
 meta/classes/multilib_script.bbclass               |  32 ++++
 meta/classes/package.bbclass                       |   2 +-
 meta/lib/oeqa/runtime/cases/oe_syslog.py           |   4 +-
 meta/lib/oeqa/runtime/cases/parselogs.py           |   3 +-
 meta/lib/oeqa/runtime/cases/systemd.py             |   6 +-
 meta/lib/oeqa/selftest/cases/devtool.py            |  64 ++++++++
 meta/lib/oeqa/selftest/cases/package.py            |  15 +-
 ...bus-make-BUS_DEFAULT_TIMEOUT-configurable.patch | 175 +++++++++++++++++++++
 meta/recipes-core/systemd/systemd_239.bb           |   1 +
 meta/recipes-devtools/gcc/gcc-7.3.inc              |   2 +
 ...ix-ppc64le-build-Partial-backport-r256656.patch |  37 +++++
 .../0001-PR-c-80290-memory-hog-with-std-pair.patch |  58 +++++++
 .../libtool/libtool/multilib.patch                 |  23 +++
 meta/recipes-devtools/libtool/libtool_2.4.6.bb     |   6 +
 ...rn-correct-error-number-in-ubi_get_vol_in.patch |  92 +++++++++++
 meta/recipes-devtools/mtd/mtd-utils_git.bb         |   1 +
 .../python/python3/python3-manifest.json           |   3 +-
 .../recipes-kernel/kexec/kexec-tools/kdump.service |   1 +
 20 files changed, 540 insertions(+), 9 deletions(-)
 create mode 100644 meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink.bb
 create mode 100644 meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink/hello.c
 create mode 100644 meta/classes/multilib_script.bbclass
 create mode 100644 meta/recipes-core/systemd/systemd/0001-sd-bus-make-BUS_DEFAULT_TIMEOUT-configurable.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-7.3/0001-Fix-ppc64le-build-Partial-backport-r256656.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-7.3/0001-PR-c-80290-memory-hog-with-std-pair.patch
 create mode 100644 meta/recipes-devtools/libtool/libtool/multilib.patch
 create mode 100644 meta/recipes-devtools/mtd/mtd-utils/0001-Revert-Return-correct-error-number-in-ubi_get_vol_in.patch

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


More information about the Openembedded-commits mailing list