[oe-commits] [openembedded-core] branch master-next updated (d2fa879 -> 65a20a3)

git at git.openembedded.org git at git.openembedded.org
Wed Dec 19 23:04:17 UTC 2018


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

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

 discard d2fa879  sstate: add support for caching shared workdir tasks
 discard 56d8ac7  netbase: add entry to /etc/hosts according to /etc/hostname
 discard 7ed8c62  python-native: fix one do_populate_sysroot warning
 discard 356aac3  python/python3: use cc_basename to replace CC for checking compiler
 discard 284596e  gcc: Remove -initial
 discard 7730108  gcc: Drop gcc-cross-initial and use gcc-cross instead
 discard 5aa99e4  glibc: Remove site_config and glibc-initial
     new dc0fc8f  python/python3: use cc_basename to replace CC for checking compiler
     new a773a0f  python-native: fix one do_populate_sysroot warning
     new 5cdf300  netbase: add entry to /etc/hosts according to /etc/hostname
     new 709a21c  sstate: add support for caching shared workdir tasks
     new f7afe6e  glibc: Remove site_config and glibc-initial
     new ed318c4  gcc: Drop gcc-cross-initial and use gcc-cross instead
     new 4c58eff  gcc: Drop the -initial versions of the compiler
     new ae26257  recipes: Drop virtual/libc-for-gcc
     new 764baf3  newlib: Move away from gcc-initial dependency
     new 96bc6df  libssp: Remove dependency on gcc-initial
     new 0621366  musl: Move away from gcc-initial dependency
     new 06aafff  tcmode-default: Drop pinnings for gcc-initial based recipes
     new 65a20a3  base.bbclass, classextend.py: Drop catering to gcc-initial

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   (d2fa879)
            \
             N -- N -- N   refs/heads/master-next (65a20a3)

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 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/base.bbclass                          |  1 -
 meta/conf/distro/include/tcmode-default.inc        |  4 ---
 meta/conf/layer.conf                               |  1 -
 meta/lib/oe/classextend.py                         |  2 +-
 meta/recipes-core/glibc/glibc.inc                  |  5 ++--
 meta/recipes-core/musl/libssp-nonshared.bb         |  7 +-----
 meta/recipes-core/musl/musl_git.bb                 |  4 +--
 meta/recipes-core/newlib/newlib.inc                |  2 +-
 meta/recipes-core/newlib/newlib_3.0.0.bb           |  2 +-
 meta/recipes-devtools/gcc/gcc-configure-common.inc |  2 ++
 meta/recipes-devtools/gcc/gcc-cross-canadian.inc   |  2 +-
 meta/recipes-devtools/gcc/gcc-cross.inc            |  7 +-----
 meta/recipes-devtools/gcc/libgcc-initial.inc       | 29 ++++++++++++++++++++++
 meta/recipes-devtools/gdb/gdb-cross-canadian.inc   |  2 +-
 meta/recipes-devtools/go/go-cross-canadian.inc     |  2 +-
 15 files changed, 44 insertions(+), 28 deletions(-)

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


More information about the Openembedded-commits mailing list