[oe-commits] [openembedded-core] branch rocko-next updated (0b1d7ea -> 30f326f)

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


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

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

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

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   (0b1d7ea)
            \
             N -- N -- N   refs/heads/rocko-next (30f326f)

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.

No new revisions were added by this update.

Summary of changes:
 .../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 +
 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 +-
 21 files changed, 208 insertions(+), 346 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-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