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

git at git.openembedded.org git at git.openembedded.org
Wed Dec 19 11:56:37 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 a09e2db  sstate: add support for caching shared workdir tasks
 discard aee47f3  netbase: add entry to /etc/hosts according to /etc/hostname
 discard ced9150  python-native: fix one do_populate_sysroot warning
 discard 7e2ab99  python/python3: use cc_basename to replace CC for checking compiler
     add 5aa99e4  glibc: Remove site_config and glibc-initial
     add 7730108  gcc: Drop gcc-cross-initial and use gcc-cross instead
     add 284596e  gcc: Remove -initial
     new 356aac3  python/python3: use cc_basename to replace CC for checking compiler
     new 7ed8c62  python-native: fix one do_populate_sysroot warning
     new 56d8ac7  netbase: add entry to /etc/hosts according to /etc/hostname
     new d2fa879  sstate: add support for caching shared workdir tasks

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

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 4 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/recipes-core/glibc/glibc-initial.inc          |  57 ---
 meta/recipes-core/glibc/glibc-initial_2.28.bb      |   9 -
 meta/recipes-core/glibc/glibc.inc                  |  18 +-
 meta/recipes-core/glibc/site_config/funcs          | 474 ---------------------
 meta/recipes-core/glibc/site_config/headers        | 155 -------
 meta/recipes-core/glibc/site_config/types          |  21 -
 meta/recipes-devtools/gcc/gcc-8.2.inc              |  14 -
 meta/recipes-devtools/gcc/gcc-common.inc           |   7 +-
 meta/recipes-devtools/gcc/gcc-configure-common.inc |   2 +-
 meta/recipes-devtools/gcc/gcc-cross-initial.inc    |  89 ----
 meta/recipes-devtools/gcc/gcc-cross-initial_8.2.bb |   2 -
 meta/recipes-devtools/gcc/gcc-cross.inc            |  16 +-
 meta/recipes-devtools/gcc/gcc-crosssdk-initial.inc |  10 -
 .../gcc/gcc-crosssdk-initial_8.2.bb                |   3 -
 meta/recipes-devtools/gcc/gcc-crosssdk.inc         |   2 +-
 meta/recipes-devtools/gcc/libgcc-initial.inc       |  23 +-
 meta/recipes-devtools/gcc/libgcc.inc               |   2 +-
 17 files changed, 38 insertions(+), 866 deletions(-)
 delete mode 100644 meta/recipes-core/glibc/glibc-initial.inc
 delete mode 100644 meta/recipes-core/glibc/glibc-initial_2.28.bb
 delete mode 100644 meta/recipes-core/glibc/site_config/funcs
 delete mode 100644 meta/recipes-core/glibc/site_config/headers
 delete mode 100644 meta/recipes-core/glibc/site_config/types
 delete mode 100644 meta/recipes-devtools/gcc/gcc-cross-initial.inc
 delete mode 100644 meta/recipes-devtools/gcc/gcc-cross-initial_8.2.bb
 delete mode 100644 meta/recipes-devtools/gcc/gcc-crosssdk-initial.inc
 delete mode 100644 meta/recipes-devtools/gcc/gcc-crosssdk-initial_8.2.bb

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


More information about the Openembedded-commits mailing list