[oe-commits] [openembedded-core] branch master updated (284596e -> 6e2a488)

git at git.openembedded.org git at git.openembedded.org
Wed Dec 19 22:32:16 UTC 2018


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

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

    omit 284596e  gcc: Remove -initial
    omit 7730108  gcc: Drop gcc-cross-initial and use gcc-cross instead
    omit 5aa99e4  glibc: Remove site_config and glibc-initial
    omit 14c291e  gcc-runtime: Add missing libc dependency

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/master (6e2a488)
            \
             O -- O -- O   (284596e)

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/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 ++++
 ...cc-crosssdk_8.2.bb => gcc-cross-initial_8.2.bb} |   2 +-
 meta/recipes-devtools/gcc/gcc-cross.inc            |  16 +-
 .../{gcc-crosssdk.inc => gcc-crosssdk-initial.inc} |   6 +-
 .../gcc/gcc-crosssdk-initial_8.2.bb                |   3 +
 meta/recipes-devtools/gcc/gcc-crosssdk.inc         |   2 +-
 meta/recipes-devtools/gcc/gcc-runtime.inc          |   6 +-
 meta/recipes-devtools/gcc/libgcc-initial.inc       |  23 +-
 meta/recipes-devtools/gcc/libgcc.inc               |   2 +-
 18 files changed, 862 insertions(+), 44 deletions(-)
 create mode 100644 meta/recipes-core/glibc/glibc-initial.inc
 create mode 100644 meta/recipes-core/glibc/glibc-initial_2.28.bb
 create mode 100644 meta/recipes-core/glibc/site_config/funcs
 create mode 100644 meta/recipes-core/glibc/site_config/headers
 create mode 100644 meta/recipes-core/glibc/site_config/types
 create mode 100644 meta/recipes-devtools/gcc/gcc-cross-initial.inc
 copy meta/recipes-devtools/gcc/{gcc-crosssdk_8.2.bb => gcc-cross-initial_8.2.bb} (61%)
 copy meta/recipes-devtools/gcc/{gcc-crosssdk.inc => gcc-crosssdk-initial.inc} (64%)
 create 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