[oe-commits] [openembedded-core] branch master-next updated (df07a95 -> c3aa176)

git at git.openembedded.org git at git.openembedded.org
Tue Jan 30 12:48:03 UTC 2018


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 df07a95  tcmode-default.inc: bump LINUXLIBCVERSION to 4.14%
     new e6c0f8e  gettext: beat library detection into shape
     new 5282774  make: add missing Signed-off-by
     new 59c5fb3  pulseaudio: improve glibc 2.27 patch
     new 3b310aa  Revert "kernel: Use KERNEL_IMAGETYPE_FOR_MAKE in do_bundle_initramfs"
     new 080cf32  image_types: tar with --numeric-owner
     new a76f641  musl: Update to latest master
     new 1b311c0  binutils: Upgrade to 2.30 release
     new fc71e05  rng-tools: modify 'read error' message
     new 5690205  ruby: 2.4.2 -> 2.5.0
     new d927033  sysstat: 11.6.1 -> 11.7.1
     new c3aa176  qemu: fix memfd_create with glibc 2.27

The 11 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/image_types.bbclass                   |   2 +-
 meta/classes/kernel.bbclass                        |   2 +-
 meta/conf/distro/include/tcmode-default.inc        |   2 +-
 .../gettext/gettext-0.19.8.1/use-pkgconfig.patch   | 321 +++++++++++++++++++++
 meta/recipes-core/gettext/gettext_0.19.8.1.bb      |   9 +-
 meta/recipes-core/musl/musl_git.bb                 |   2 +-
 .../{binutils-2.29.1.inc => binutils-2.30.inc}     |   2 +-
 ...n_2.29.1.bb => binutils-cross-canadian_2.30.bb} |   0
 ...tils-cross_2.29.1.bb => binutils-cross_2.30.bb} |   0
 ...rosssdk_2.29.1.bb => binutils-crosssdk_2.30.bb} |   0
 ...nutils-crosssdk-Generate-relocatable-SDKs.patch |  14 +-
 ...oss-Do-not-generate-linker-script-directo.patch |   6 +-
 ...ure-widen-the-regexp-for-SH-architectures.patch |  14 +-
 .../0004-Point-scripts-location-to-libdir.patch    |   8 +-
 ...te-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch |  10 +-
 .../binutils/binutils/0006-Use-libtool-2.4.patch   |  66 ++---
 ...7-Add-the-armv5e-architecture-to-binutils.patch |   8 +-
 ...he-distro-compiler-point-to-the-wrong-ins.patch |   6 +-
 ...es-of-system-directories-when-cross-linki.patch |  24 +-
 ...-rpath-in-libtool-when-sysroot-is-enabled.patch |   4 +-
 ...Change-default-emulation-for-mips64-linux.patch |  14 +-
 .../0012-Add-support-for-Netlogic-XLP.patch        |  70 ++---
 ...ncorrect-assembling-for-ppc-wait-mnemonic.patch |  10 +-
 .../binutils/0014-Detect-64-bit-MIPS-targets.patch |   6 +-
 .../0015-sync-with-OE-libtool-changes.patch        |   4 +-
 .../{binutils_2.29.1.bb => binutils_2.30.bb}       |   0
 ...1-glob-Do-not-assume-glibc-glob-internals.patch |   1 +
 meta/recipes-devtools/qemu/qemu/memfd.patch        |  57 ++++
 meta/recipes-devtools/qemu/qemu_2.11.0.bb          |   2 +-
 meta/recipes-devtools/ruby/ruby.inc                |   4 +-
 meta/recipes-devtools/ruby/ruby/extmk.patch        |  16 +-
 .../ruby/ruby/ruby-CVE-2017-9224.patch             |  41 ---
 .../ruby/ruby/ruby-CVE-2017-9226.patch             |  15 +-
 .../ruby/ruby/ruby-CVE-2017-9227.patch             |  32 --
 .../ruby/ruby/ruby-CVE-2017-9229.patch             |  59 ----
 .../ruby/{ruby_2.4.2.bb => ruby_2.5.0.bb}          |   7 +-
 .../{sysstat_11.6.1.bb => sysstat_11.7.1.bb}       |   4 +-
 ...-Check-if-memfd_create-is-already-defined.patch |  62 ----
 ...ers-only-define-memfd_create-if-not-alrea.patch |  66 +++++
 .../pulseaudio/pulseaudio_11.1.bb                  |   2 +-
 .../rng-tools/rng-tools/read_error_msg.patch       |  98 +++++++
 meta/recipes-support/rng-tools/rng-tools_5.bb      |   1 +
 42 files changed, 700 insertions(+), 371 deletions(-)
 create mode 100644 meta/recipes-core/gettext/gettext-0.19.8.1/use-pkgconfig.patch
 rename meta/recipes-devtools/binutils/{binutils-2.29.1.inc => binutils-2.30.inc} (97%)
 rename meta/recipes-devtools/binutils/{binutils-cross-canadian_2.29.1.bb => binutils-cross-canadian_2.30.bb} (100%)
 rename meta/recipes-devtools/binutils/{binutils-cross_2.29.1.bb => binutils-cross_2.30.bb} (100%)
 rename meta/recipes-devtools/binutils/{binutils-crosssdk_2.29.1.bb => binutils-crosssdk_2.30.bb} (100%)
 rename meta/recipes-devtools/binutils/{binutils_2.29.1.bb => binutils_2.30.bb} (100%)
 create mode 100644 meta/recipes-devtools/qemu/qemu/memfd.patch
 delete mode 100644 meta/recipes-devtools/ruby/ruby/ruby-CVE-2017-9224.patch
 delete mode 100644 meta/recipes-devtools/ruby/ruby/ruby-CVE-2017-9227.patch
 delete mode 100644 meta/recipes-devtools/ruby/ruby/ruby-CVE-2017-9229.patch
 rename meta/recipes-devtools/ruby/{ruby_2.4.2.bb => ruby_2.5.0.bb} (83%)
 rename meta/recipes-extended/sysstat/{sysstat_11.6.1.bb => sysstat_11.7.1.bb} (53%)
 delete mode 100644 meta/recipes-multimedia/pulseaudio/pulseaudio/0001-build-sys-Check-if-memfd_create-is-already-defined.patch
 create mode 100644 meta/recipes-multimedia/pulseaudio/pulseaudio/0001-memfd-wrappers-only-define-memfd_create-if-not-alrea.patch
 create mode 100644 meta/recipes-support/rng-tools/rng-tools/read_error_msg.patch

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


More information about the Openembedded-commits mailing list