[oe-commits] [openembedded-core] branch morty-next updated (5a4b4c0 -> ccf97c3)

git at git.openembedded.org git at git.openembedded.org
Thu Apr 5 14:14:28 UTC 2018


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

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

 discard 5a4b4c0  selftest/signing: add --batch to gpg invocation when importing keys
 discard 1efb852  qemu: fix memfd_create with glibc 2.27
 discard 7d5d262  libvorbis: CVE-2018-5146
 discard 6dcd8bd  libvorbis: CVE-2017-14632
 discard f398fb0  libvorbis: CVE-2017-14633
 discard 640d098  lib/oe/terminal.py: use an absolute path to execute oe-gnome-terminal-phonehome
 discard 0eb9efa  fixup 3
 discard 97556af  fixup2
 discard e1faf9a  fixup
 discard e286be3  sdk: streamline locale removal
 discard 38b0e8d  cross-localedef-native: add way to specify which locale archive to write
 discard 2d6d99f  package-manager: add install_glob()
 discard b5ef019  package_manager: improve install_complementary
 discard a043ec4  sdk: generate locale archive and remove packages
 discard bad37bf  populate_sdk_base: depend on nativesdk-glibc-locale
 discard 385dd11  populate_sdk: install UTF-8 locales in SDKs
 discard 1ca33a7  sdk: only install locales if we're using glibc
 discard f223f90  sdk: install specified locales into SDK
 discard c1f220f  glibc: relocate locale paths in nativesdk
 discard 152e045  glibc: don't use host locales in nativesdk
 discard 1612bce  default-distrovars: don't rename locales for nativesdk
     add 15ef6ab  default-distrovars: don't rename locales for nativesdk
     add d5adeb8  glibc: don't use host locales in nativesdk
     add 39d0aca  glibc: relocate locale paths in nativesdk
     add ba59b64  lib/oe/package_manager: .deb pre/postinst args
     add 60ba1d4  package_manager: remove strings and migrate to direct arrays
     add 0adc876  lib/oe/package_manager: bail if createrepo can't be found
     add 94e21cf  lib/oe/package_manager/sdk: Ensure do_populate_sdk_ext and do_populate_sdk repos don't conflict
     add b02b541  package_manager: don't race on a file when installing complementary packages
     add 667c433  package_manager: flush installed_pkgs file before oe-pkgdata-util uses it
     add fdc9579  package_manager: improve install_complementary
     add c01a2c0  package-manager: add install_glob()
     add 691925d  sdk: install specified locales into SDK
     add 7591806  sdk: only install locales if we're using glibc
     add 065ddf0  populate_sdk: install UTF-8 locales in SDKs
     add 15a8681  populate_sdk_base: depend on nativesdk-glibc-locale
     add 3c67ea2  cross-localedef-native: add way to specify which locale archive to write
     add 208f397  archiver: avoid archiving source for glibc-locale
     add 43e3fb2  glibc-locale.inc: fix typo in comment
     add 8d6f11c  glibc-locale.inc: avoid duplicate packages
     add bb95c7f  glibc: Separate locale files to their own sstate task
     add d11222c  libc-package.bbclass: split binary localedata even more if asked to
     add da02349  qemu: fix memfd_create with glibc 2.27
     add d6a297d  e2fsprogs: fix compatibility with glibc 2.27
     add 5055bca  lib/oe/terminal.py: use an absolute path to execute oe-gnome-terminal-phonehome
     add a57e3e3  grub-efi: fix build failure
     add 8639161  selftest/signing: add --batch to gpg invocation when importing keys
     add 4243555  buildhistory: fix latest_srcrev in the common case
     add 1dbffc2  distcc: Change SRC_URI
     add 3819f88  sdk: generate locale archive and remove packages
     add 3ebd1a7  sdk: streamline locale removal
     add d4a0da4  populate_sdk_base.bbclass: add documentation packages to SDKs if api-documentation is in DISTRO_FEATURES
     add 44a5277  toolchain-shar-extract: compare SDK and host gcc versions
     add 249feee  image/packagegroup/populate_sdk: Drop do_populate_sysroot task properly
     add 9660e4d  glibc-package: Avoid race sstate races with do_stash_locale
     add c8ffc0a  package_manager: fix install_glob to use morty sdk pkgdir
     add a7f1fa6  libvorbis: CVE-2017-14633
     add ccbef38  libvorbis: CVE-2017-14632
     add ccf97c3  libvorbis: CVE-2018-5146

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   (5a4b4c0)
            \
             N -- N -- N   refs/heads/morty-next (ccf97c3)

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:
 meta/classes/archiver.bbclass                      |   6 +
 meta/classes/buildhistory.bbclass                  |   2 +-
 meta/classes/image.bbclass                         |   2 +-
 meta/classes/libc-package.bbclass                  |  39 ++-
 meta/classes/packagegroup.bbclass                  |   2 +-
 meta/classes/populate_sdk_base.bbclass             |   5 +-
 meta/files/toolchain-shar-extract.sh               |   8 +
 meta/lib/oe/package.py                             |  13 +-
 meta/lib/oe/package_manager.py                     | 309 +++++++++++----------
 meta/lib/oe/sdk.py                                 |  13 +-
 meta/lib/oe/terminal.py                            |   1 +
 ...ix-check-for-sys-sysmacros.h-under-glibc-.patch |  48 ++++
 meta/recipes-bsp/grub/grub-efi_2.00.bb             |   1 +
 meta/recipes-core/glibc/glibc-collateral.inc       |   2 +-
 meta/recipes-core/glibc/glibc-initial.inc          |   2 +-
 meta/recipes-core/glibc/glibc-locale.inc           |   5 +-
 meta/recipes-core/glibc/glibc-mtrace.inc           |   2 +-
 meta/recipes-core/glibc/glibc-package.inc          |  45 +--
 meta/recipes-core/glibc/glibc-scripts.inc          |   2 +-
 meta/recipes-devtools/distcc/distcc_3.2.bb         |   2 +-
 ...rename-copy_file_range-to-copy_file_chunk.patch |  62 +++++
 meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.bb  |   1 +
 22 files changed, 366 insertions(+), 206 deletions(-)
 create mode 100644 meta/recipes-bsp/grub/files/0001-configure-fix-check-for-sys-sysmacros.h-under-glibc-.patch
 create mode 100644 meta/recipes-devtools/e2fsprogs/e2fsprogs/0001-misc-rename-copy_file_range-to-copy_file_chunk.patch

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


More information about the Openembedded-commits mailing list