[oe-commits] [openembedded-core] branch rocko updated (b042347 -> 30f326f)

git at git.openembedded.org git at git.openembedded.org
Mon Mar 26 14:07:40 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a change to branch rocko
in repository openembedded-core.

    from b042347  gcc: Fix internal compiler error for PPC test case "gcc.dg/vmx/7d-02.c"
     new fa13b6f  default-distrovars: don't rename locales for nativesdk
     new 53b7ee6  glibc: don't use host locales in nativesdk
     new db88ef5  glibc: relocate locale paths in nativesdk
     new 6c7c5f3  cross-localedef-native: add way to specify which locale archive to write
     new 55b2052  sdk: install specified locales into SDK
     new 6ea3e46  sdk: only install locales if we're using glibc
     new 8859d60  populate_sdk: install UTF-8 locales in SDKs
     new 6b573f8  populate_sdk_base: depend on nativesdk-glibc-locale
     new bc7cfd6  sdk: generate locale archive and remove packages
     new 409e2e8  package_manager: improve install_complementary
     new 833acdd  package-manager: add install_glob()
     new 93aa9a5  lame: revert "lame: fix CVE-2017-13712"
     new f90ce89  qemu: fix memfd_create with glibc 2.27
     new afb9c2b  linux-yocto/4.12: add stratix10 SoC development board
     new 20a7e72  linux-yocto/4.12: fix aufs compile warning
     new bc6310b  linux-yocto/4.12: memleak and build warning fixes
     new 690075e  linux-yocto/4.12: warning: drm/i915/cfl: Coffee Lake works on Kaby Lake PCH
     new 39202a1  linux-yocto/4.12: backport bugfixes for x86
     new 31f69f8  ca-certificates: run postinst script only for -target package
     new 00b197b  scripts/oe-build-perf-report: fix comparing arbitrary commits
     new 837f8df  tiff: Fix multilib header conflict - tiffconf.h
     new 1c2213f  valgrind: Fix multilib header conflict - valgrind/config.h
     new d06cf17  checklayer: remove reference to undefined class
     new 5a7cf32  openssl_1.0.2n: improve reproducibility
     new 0dbe43e  e2fsprogs: fix compatibility with glibc 2.27
     new 22d30ed  distcc: Change SRC_URI
     new 173f353  lttng-modules: upgrade 2.9.5 -> 2.10.4
     new 6dc7f7d  lttng-ust: upgrade 2.9.1 -> 2.10.1
     new 30f326f  lttng-modules: update to v2.10.5 for kernel 4.15

The 29 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/populate_sdk_base.bbclass             |   6 +-
 meta/classes/populate_sdk_ext.bbclass              |   3 +-
 meta/conf/distro/include/default-distrovars.inc    |   1 +
 meta/lib/oe/package_manager.py                     |  27 +-
 meta/lib/oe/sdk.py                                 |  72 +++++
 .../openssl-1.0.2n/reproducible-cflags.patch       |  20 ++
 .../openssl-1.0.2n/reproducible-mkbuildinf.patch   |  21 ++
 meta/recipes-connectivity/openssl/openssl10.inc    |   3 +
 .../recipes-connectivity/openssl/openssl_1.0.2n.bb |   5 +
 .../glibc/cross-localedef-native_2.26.bb           |   1 +
 meta/recipes-core/glibc/glibc/archive-path.patch   |  39 +++
 .../glibc/glibc/relocate-locales.patch             |  55 ++++
 meta/recipes-core/glibc/glibc_2.26.bb              |   7 +-
 meta/recipes-core/meta/buildtools-tarball.bb       |   1 -
 meta/recipes-devtools/distcc/distcc_3.2.bb         |   2 +-
 ...rename-copy_file_range-to-copy_file_chunk.patch |  62 +++++
 .../recipes-devtools/e2fsprogs/e2fsprogs_1.43.5.bb |   1 +
 meta/recipes-devtools/qemu/qemu/memfd.patch        |  57 ++++
 meta/recipes-devtools/qemu/qemu_2.10.0.bb          |   2 +-
 meta/recipes-devtools/valgrind/valgrind_3.13.0.bb  |   3 +-
 meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb   |   4 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb |   4 +-
 meta/recipes-kernel/linux/linux-yocto_4.12.bb      |  18 +-
 ...ng-modules_2.9.5.bb => lttng-modules_2.10.5.bb} |   9 +-
 .../{lttng-ust_2.9.1.bb => lttng-ust_2.10.1.bb}    |   4 +-
 .../lame/lame/CVE-2017-13712.patch                 | 309 ---------------------
 meta/recipes-multimedia/lame/lame_3.99.5.bb        |   4 +-
 meta/recipes-multimedia/libtiff/tiff_4.0.8.bb      |   6 +-
 .../ca-certificates/ca-certificates_20170717.bb    |   5 +-
 scripts/lib/checklayer/__init__.py                 |   4 +-
 scripts/oe-build-perf-report                       |  11 +-
 31 files changed, 409 insertions(+), 357 deletions(-)
 create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.2n/reproducible-cflags.patch
 create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.2n/reproducible-mkbuildinf.patch
 create mode 100644 meta/recipes-core/glibc/glibc/archive-path.patch
 create mode 100644 meta/recipes-core/glibc/glibc/relocate-locales.patch
 create mode 100644 meta/recipes-devtools/e2fsprogs/e2fsprogs/0001-misc-rename-copy_file_range-to-copy_file_chunk.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/memfd.patch
 rename meta/recipes-kernel/lttng/{lttng-modules_2.9.5.bb => lttng-modules_2.10.5.bb} (82%)
 rename meta/recipes-kernel/lttng/{lttng-ust_2.9.1.bb => lttng-ust_2.10.1.bb} (90%)
 delete mode 100644 meta/recipes-multimedia/lame/lame/CVE-2017-13712.patch

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


More information about the Openembedded-commits mailing list