[oe-commits] [openembedded-core] branch master-next updated (9397466 -> 0b51e0b)

git at git.openembedded.org git at git.openembedded.org
Mon Oct 1 12:09:31 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.

 discard 9397466  go.bbclass: Add -buildmode=pie for non mips arch
 discard b1a9a75  archiver: generalise task running when in configured mode
 discard eb33324  archiver: check tasks exist before adding dependencies
 discard 75d39a2  multilib: avoid expanding grub and grub-efi to multilib
 discard 8ac1645  libsdl2: disable sndio explicitly to avoid inconsistent result
 discard 92c1515  mime.bbclass: fix do_package_qa_multilib error of lib32-fltk
 discard 1cc1f6e  multilib.bbclass: fix do_package_qa_multilib error
 discard 0675a61  glibc: refresh patch to also fix qemuppc
     add 24b8c61  multilib.bbclass: fix do_package_qa_multilib error
     add 5a26b03  mime.bbclass: fix do_package_qa_multilib error of lib32-fltk
     add 72c37b0  libsdl2: disable sndio explicitly to avoid inconsistent result
     add 25f7c6c  multilib: avoid expanding grub and grub-efi to multilib
     add 5c8aa1f  archiver: check tasks exist before adding dependencies
     add fe26382  archiver: generalise task running when in configured mode
     add 8dcd4e6  go.bbclass: Add -buildmode=pie for non mips arch
     new f1f38df  glibc: bump SRCREV to latest 2.28
     new 0b51e0b  meta-ide-support: add cmake-native

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (9397466)
            \
             N -- N -- N   refs/heads/master-next (0b51e0b)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 2 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/recipes-core/glibc/glibc.inc                  |   9 +
 ...stid-Check-for-NULL-value-from-gethostbyn.patch |  38 ---
 ...libc-Look-for-host-system-ld.so.cache-as-.patch |   8 +-
 ...libc-Fix-buffer-overrun-with-a-relocated-.patch |   8 +-
 ...libc-Raise-the-size-of-arrays-containing-.patch |   8 +-
 ...ivesdk-glibc-Allow-64-bit-atomics-for-x86.patch |   7 +-
 ...libc-Make-relocatable-install-for-locales.patch |   7 +-
 ...500-e5500-e6500-603e-fsqrt-implementation.patch |   7 +-
 ...-OECORE_KNOWN_INTERPRETER_NAMES-to-known-.patch |   8 +-
 ...-Fix-undefined-reference-to-__sqrt_finite.patch |   7 +-
 ...qrt-f-are-now-inline-functions-and-call-o.patch |   9 +-
 ...bug-1443-which-explains-what-the-patch-do.patch |   8 +-
 ...n-libm-err-tab.pl-with-specific-dirs-in-S.patch |   7 +-
 ...qrt-f-are-now-inline-functions-and-call-o.patch |   9 +-
 ...-configure.ac-handle-correctly-libc_cv_ro.patch |   7 +-
 .../glibc/glibc/0014-Add-unused-attribute.patch    |   7 +-
 ...thin-the-path-sets-wrong-config-variables.patch |   7 +-
 ...-timezone-re-written-tzselect-as-posix-sh.patch |   7 +-
 ...move-bash-dependency-for-nscd-init-script.patch |   7 +-
 ...c-Cross-building-and-testing-instructions.patch |   7 +-
 ...019-eglibc-Help-bootstrap-cross-toolchain.patch |   7 +-
 .../0020-eglibc-Clear-cache-lines-on-ppc8xx.patch  |   7 +-
 ...0021-eglibc-Resolve-__fpscr_values-on-SH4.patch |   7 +-
 ...ward-port-cross-locale-generation-support.patch |   7 +-
 ...0023-Define-DUMMY_LOCALE_T-if-not-defined.patch |   7 +-
 ....c-Make-_dl_build_local_scope-breadth-fir.patch |   7 +-
 ...-locale-fix-hard-coded-reference-to-gcc-E.patch |   7 +-
 ...26-reset-dl_load_write_lock-after-forking.patch |   7 +-
 ...so-lock-before-switching-to-malloc_atfork.patch |   7 +-
 ...o-consts.h-enum-definition-for-TRAP_HWBKP.patch |   9 +-
 ...dd-to-archive-uses-a-hard-coded-locale-pa.patch |  25 +-
 ...tl-Emit-no-lines-in-bison-generated-files.patch |   7 +-
 ...e754-prevent-maybe-uninitialized-errors-w.patch | 258 +++++++++++++++++++++
 ...eee754-prevent-maybe-uninitialized-errors.patch | 118 ----------
 .../0032-soft-fp-ignore-maybe-uninitialized.patch  |  72 ------
 ...e754-soft-fp-ignore-maybe-uninitialized-w.patch | 100 ++++++++
 ...ent-maybe-uninitialized-errors-with-Os-BZ.patch |  68 ++++++
 meta/recipes-core/glibc/glibc_2.28.bb              |   8 +-
 meta/recipes-core/meta/meta-ide-support.bb         |   2 +-
 39 files changed, 513 insertions(+), 399 deletions(-)
 delete mode 100644 meta/recipes-core/glibc/glibc/0001-Linux-gethostid-Check-for-NULL-value-from-gethostbyn.patch
 create mode 100644 meta/recipes-core/glibc/glibc/0031-sysdeps-ieee754-prevent-maybe-uninitialized-errors-w.patch
 delete mode 100644 meta/recipes-core/glibc/glibc/0031-sysdeps-ieee754-prevent-maybe-uninitialized-errors.patch
 delete mode 100644 meta/recipes-core/glibc/glibc/0032-soft-fp-ignore-maybe-uninitialized.patch
 create mode 100644 meta/recipes-core/glibc/glibc/0032-sysdeps-ieee754-soft-fp-ignore-maybe-uninitialized-w.patch
 create mode 100644 meta/recipes-core/glibc/glibc/0033-locale-prevent-maybe-uninitialized-errors-with-Os-BZ.patch

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


More information about the Openembedded-commits mailing list