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

git at git.openembedded.org git at git.openembedded.org
Mon Mar 19 15:59:26 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 30cf3a3  package-manager: add install_glob()
 discard aadbd63  package_manager: improve install_complementary
 discard cfd2fce  sdk: generate locale archive and remove packages
 discard f916506  populate_sdk_base: depend on nativesdk-glibc-locale
 discard 566c5e3  populate_sdk: install UTF-8 locales in SDKs
 discard 2142853  sdk: only install locales if we're using glibc
 discard 1280c9f  sdk: install specified locales into SDK
 discard 541eb91  cross-localedef-native: add way to specify which locale archive to write
 discard c3ce86e  glibc: relocate locale paths in nativesdk
 discard 3d4d8b3  glibc: don't use host locales in nativesdk
 discard bdead92  default-distrovars: don't rename locales for nativesdk
     add 0698090  go: Upgrade 1.9 to 1.9.4 stable release
     add 6ea3b9c  package_manager.py: Explicit complementary fail
     add b96bc3d  busybox: separate inittab into own package, due to SERIAL_CONSOLES being machine-specific
     add e4ec23c  layer.conf: add busybox-inittab to SIGGEN_EXCLUDERECIPES_ABISAFE
     add 3718d46  maintainers.inc: add myself as maintainer for the new busybox-inittab
     add b3d0d7b  gcc: Fix test case issue when SSE is not enabled
     add b042347  gcc: Fix internal compiler error for PPC test case "gcc.dg/vmx/7d-02.c"
     new 652e45b  default-distrovars: don't rename locales for nativesdk
     new d68b8e9  glibc: don't use host locales in nativesdk
     new 6456fce  glibc: relocate locale paths in nativesdk
     new 14bcbec  cross-localedef-native: add way to specify which locale archive to write
     new 680956f  sdk: install specified locales into SDK
     new e75b001  sdk: only install locales if we're using glibc
     new 8327d50  populate_sdk: install UTF-8 locales in SDKs
     new 602fad3  populate_sdk_base: depend on nativesdk-glibc-locale
     new a513db5  sdk: generate locale archive and remove packages
     new 92a0359  package_manager: improve install_complementary
     new 0b1d7ea  package-manager: add install_glob()

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

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 11 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/conf/distro/include/maintainers.inc           |   1 +
 meta/conf/layer.conf                               |   1 +
 meta/lib/oe/package_manager.py                     |   4 +-
 .../recipes-core/busybox/busybox-inittab_1.24.1.bb |  32 +++
 meta/recipes-core/busybox/busybox.inc              |  12 +-
 meta/recipes-devtools/gcc/gcc-7.3.inc              |   2 +
 ...1-Fix-internal-compiler-error-in-testcase.patch | 212 +++++++++++++++++
 .../gcc-7.3/no-sse-fix-test-case-failures.patch    | 259 +++++++++++++++++++++
 meta/recipes-devtools/go/go-1.9.inc                |   7 +-
 9 files changed, 516 insertions(+), 14 deletions(-)
 create mode 100644 meta/recipes-core/busybox/busybox-inittab_1.24.1.bb
 create mode 100644 meta/recipes-devtools/gcc/gcc-7.3/0001-Fix-internal-compiler-error-in-testcase.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-7.3/no-sse-fix-test-case-failures.patch

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


More information about the Openembedded-commits mailing list