[oe-commits] [openembedded-core] branch master updated (4889704 -> 8e4ece7)

git at git.openembedded.org git at git.openembedded.org
Thu Mar 1 22:19:06 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 4889704  meta-world-pkgdata: This recipe is machine specific, mark as such
     new 8c90c00  package.bbclass: fetch PRIVATE_LIBS twice as we iterate twice
     new 0828850  dbus-test_1.12.2: various fixes
     new 7c9faae  glibc: Upgrade to 2.27 release
     new 909da98  default-distrovars: don't rename locales for nativesdk
     new d7ded85  glibc: don't use host locales in nativesdk
     new 59e0679  glibc: relocate locale paths in nativesdk
     new bf0f205  cross-localedef-native: add way to specify which locale archive to write
     new f4d22b7  package_manager: improve install_complementary
     new 8d1b530  package-manager: add install_glob()
     new 9b1c3db  sdk: install specified locales into SDK
     new 9689656  populate_sdk: install UTF-8 locales in SDKs
     new c6f1010  sdk: generate locale archive and remove packages
     new 8e4ece7  glibc: Enable static PIE support when security_flags are enabled

The 13 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/package.bbclass                       |  3 +
 meta/classes/populate_sdk_base.bbclass             |  5 +-
 meta/classes/populate_sdk_ext.bbclass              |  3 +-
 meta/conf/distro/include/default-distrovars.inc    |  1 +
 meta/conf/distro/include/security_flags.inc        |  2 +
 meta/conf/distro/include/tcmode-default.inc        |  2 +-
 meta/lib/oe/package_manager.py                     | 27 ++++++-
 meta/lib/oe/sdk.py                                 | 68 ++++++++++++++++
 meta/recipes-core/dbus/dbus-test_1.12.2.bb         | 32 +++++++-
 meta/recipes-core/dbus/dbus/run-ptest              | 20 ++++-
 ...tive_2.26.bb => cross-localedef-native_2.27.bb} |  5 +-
 ...glibc-initial_2.26.bb => glibc-initial_2.27.bb} |  0
 .../{glibc-locale_2.26.bb => glibc-locale_2.27.bb} |  0
 .../{glibc-mtrace_2.26.bb => glibc-mtrace_2.27.bb} |  0
 ...glibc-scripts_2.26.bb => glibc-scripts_2.27.bb} |  0
 ...libc-Look-for-host-system-ld.so.cache-as-.patch | 12 +--
 ...libc-Fix-buffer-overrun-with-a-relocated-.patch | 10 +--
 ...libc-Raise-the-size-of-arrays-containing-.patch | 28 +++----
 ...ivesdk-glibc-Allow-64-bit-atomics-for-x86.patch |  8 +-
 ...500-e5500-e6500-603e-fsqrt-implementation.patch |  6 +-
 ...-OECORE_KNOWN_INTERPRETER_NAMES-to-known-.patch |  8 +-
 ...-Fix-undefined-reference-to-__sqrt_finite.patch |  6 +-
 ...qrt-f-are-now-inline-functions-and-call-o.patch |  6 +-
 ...bug-1443-which-explains-what-the-patch-do.patch | 10 +--
 ...n-libm-err-tab.pl-with-specific-dirs-in-S.patch | 10 +--
 ...qrt-f-are-now-inline-functions-and-call-o.patch |  6 +-
 ...-configure.ac-handle-correctly-libc_cv_ro.patch |  8 +-
 .../glibc/glibc/0013-Add-unused-attribute.patch    |  8 +-
 ...thin-the-path-sets-wrong-config-variables.patch | 10 +--
 ...-timezone-re-written-tzselect-as-posix-sh.patch |  8 +-
 ...move-bash-dependency-for-nscd-init-script.patch |  6 +-
 ...c-Cross-building-and-testing-instructions.patch |  6 +-
 ...018-eglibc-Help-bootstrap-cross-toolchain.patch |  8 +-
 .../0019-eglibc-Clear-cache-lines-on-ppc8xx.patch  | 10 +--
 ...0020-eglibc-Resolve-__fpscr_values-on-SH4.patch |  8 +-
 .../glibc/0021-eglibc-Install-PIC-archives.patch   | 20 ++---
 ...ward-port-cross-locale-generation-support.patch | 90 +++++++++++-----------
 ...0023-Define-DUMMY_LOCALE_T-if-not-defined.patch |  8 +-
 ....c-Make-_dl_build_local_scope-breadth-fir.patch | 10 +--
 ...-locale-fix-hard-coded-reference-to-gcc-E.patch |  6 +-
 ...6-reset-dl_load_write_lock-after-forking.patch} | 29 +++----
 ...o-lock-before-switching-to-malloc_atfork.patch} | 27 +++++--
 meta/recipes-core/glibc/glibc/archive-path.patch   | 39 ++++++++++
 .../glibc/glibc/relocate-locales.patch             | 55 +++++++++++++
 .../glibc/{glibc_2.26.bb => glibc_2.27.bb}         | 20 ++---
 meta/recipes-core/meta/buildtools-tarball.bb       |  1 -
 46 files changed, 449 insertions(+), 206 deletions(-)
 rename meta/recipes-core/glibc/{cross-localedef-native_2.26.bb => cross-localedef-native_2.27.bb} (92%)
 rename meta/recipes-core/glibc/{glibc-initial_2.26.bb => glibc-initial_2.27.bb} (100%)
 rename meta/recipes-core/glibc/{glibc-locale_2.26.bb => glibc-locale_2.27.bb} (100%)
 rename meta/recipes-core/glibc/{glibc-mtrace_2.26.bb => glibc-mtrace_2.27.bb} (100%)
 rename meta/recipes-core/glibc/{glibc-scripts_2.26.bb => glibc-scripts_2.27.bb} (100%)
 rename meta/recipes-core/glibc/glibc/{0027-glibc-reset-dl-load-write-lock-after-forking.patch => 0026-reset-dl_load_write_lock-after-forking.patch} (63%)
 rename meta/recipes-core/glibc/glibc/{0028-Bug-4578-add-ld.so-lock-while-fork.patch => 0027-Acquire-ld.so-lock-before-switching-to-malloc_atfork.patch} (76%)
 create mode 100644 meta/recipes-core/glibc/glibc/archive-path.patch
 create mode 100644 meta/recipes-core/glibc/glibc/relocate-locales.patch
 rename meta/recipes-core/glibc/{glibc_2.26.bb => glibc_2.27.bb} (89%)

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


More information about the Openembedded-commits mailing list