[oe-commits] [openembedded-core] branch master updated (23f15c6 -> 8ab5b43)

git at git.openembedded.org git at git.openembedded.org
Tue Jun 12 22:35:03 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.

    from 23f15c6  rpm: Fix patch to ensure variables aren't used uninitialised
     add 6ddaf2e  linux-yocto/4.14: update to v4.14.30
     add 7dd52d9  linux-yocto/4.15: update to v4.15.18
     add eed723d  linux-yocto/4.14/4.15: gcc8 fixes
     add 01a4a4e  linux-yocto/4.12: fix ppc cryptodev build
     add ff1bdd7  kernel: specify dependencies for compilation for config tasks
     add c36727f  kern-tools: avoid merge_config concatenation issues
     add 37410a8  linux-yocto/4.12: gcc8 + platform support
     add 98f78e3  linux-yocto: add kernel sample configuration fragment
     add 625ab26  linux-yocto/4.14: update to v4.14.48
     add ee054e1  tune-mips-74k.inc: add tune file for 74kc mips
     add c261568  gcc-8: Add recipes for 8.1 release
     add 2c5d24c  gcc-8: Disable libssp for non mingw targets
     add 0685753  gcc-8: Disable float128 for ppc/musl
     add 4677ed7  gcc-8: Enabled mspe options for rs6000 ppc backend
     add 2fae98c  tcmode-default: Switch to gcc 8.x
     add 015b0d8  gcc-runtime_8.1.bb: disable ifuncs in libatomic for arm arch
     add a292fdf  gcc-sanitizers: don't use thumb for armv[45]
     add b0fdaed  systemd: fix build with gcc8
     add 69e2b2c  linux-yocto/4.15: crypto: aes-generic - fix aes-generic regression on powerpc
     add 8ab5b43  linux-yocto/4.14/4.15: fix gcc8 mips compilation issues

No new revisions were added by this update.

Summary of changes:
 meta/classes/kernel-yocto.bbclass                  |   5 +-
 meta/classes/kernel.bbclass                        |   2 +-
 meta/conf/distro/include/tcmode-default.inc        |   2 +-
 meta/conf/machine/include/mips/tune-mips-74k.inc   |  37 +++
 ...ix-build-with-gcc8-Werror-format-truncati.patch |  53 +++++
 meta/recipes-core/systemd/systemd_237.bb           |   1 +
 meta/recipes-devtools/gcc/gcc-8.1.inc              | 127 ++++++++++
 .../0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch     |  42 ++++
 .../gcc/gcc-8.1/0002-c99-snprintf.patch            |  28 +++
 .../0003-gcc-poison-system-directories.patch       | 192 +++++++++++++++
 .../gcc/gcc-8.1/0004-gcc-poison-dir-extend.patch   |  39 ++++
 .../0005-gcc-4.3.3-SYSROOT_CFLAGS_FOR_TARGET.patch |  73 ++++++
 .../gcc/gcc-8.1/0006-64-bit-multilib-hack.patch    |  85 +++++++
 .../gcc/gcc-8.1/0007-optional-libstdc.patch        | 125 ++++++++++
 ...0008-gcc-disable-MASK_RELAX_PIC_CALLS-bit.patch |  59 +++++
 .../gcc/gcc-8.1/0009-COLLECT_GCC_OPTIONS.patch     |  38 +++
 ...efaults.h-in-B-instead-of-S-and-t-oe-in-B.patch |  96 ++++++++
 .../gcc-8.1/0011-fortran-cross-compile-hack.patch  |  46 ++++
 .../gcc/gcc-8.1/0012-cpp-honor-sysroot.patch       |  54 +++++
 .../gcc-8.1/0013-MIPS64-Default-to-N64-ABI.patch   |  57 +++++
 ...C_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch | 234 +++++++++++++++++++
 ...0015-gcc-Fix-argument-list-too-long-error.patch |  40 ++++
 .../gcc/gcc-8.1/0016-Disable-sdt.patch             | 113 +++++++++
 .../gcc/gcc-8.1/0017-libtool.patch                 |  42 ++++
 ...4-pass-fix-v4bx-to-linker-to-support-EABI.patch |  43 ++++
 ...tilib-config-files-from-B-instead-of-usin.patch | 102 ++++++++
 ...-libdir-from-.la-which-usually-points-to-.patch |  31 +++
 .../gcc/gcc-8.1/0021-export-CPP.patch              |  53 +++++
 ...-MULTILIB_OSDIRNAMES-and-other-multilib-o.patch |  42 ++++
 ...Ensure-target-gcc-headers-can-be-included.patch |  98 ++++++++
 ...-t-build-with-disable-dependency-tracking.patch |  54 +++++
 ...h-host-directory-during-relink-if-inst_pr.patch |  38 +++
 ...IBS_DIR-replacement-instead-of-hardcoding.patch |  29 +++
 .../0027-aarch64-Add-support-for-musl-ldso.patch   |  28 +++
 ...ibcc1-fix-libcc1-s-install-path-and-rpath.patch |  54 +++++
 ...-handle-sysroot-support-for-nativesdk-gcc.patch | 213 +++++++++++++++++
 ...et-sysroot-gcc-version-specific-dirs-with.patch | 102 ++++++++
 ...-various-_FOR_BUILD-and-related-variables.patch | 137 +++++++++++
 .../0032-nios2-Define-MUSL_DYNAMIC_LINKER.patch    |  28 +++
 ...shared-to-link-commandline-for-musl-targe.patch |  87 +++++++
 ...34-libgcc-Add-knob-to-use-ldbl-128-on-ppc.patch | 125 ++++++++++
 ...bgcc-using-LDFLAGS-not-just-SHLIB_LDFLAGS.patch |  29 +++
 ...e-alias-for-__cpu_indicator_init-instead-.patch |  86 +++++++
 .../gcc-8.1/0037-sync-gcc-stddef.h-with-musl.patch |  91 ++++++++
 ...ation-fault-in-precompiled-header-generat.patch |  60 +++++
 .../gcc-8.1/0039-Fix-for-testsuite-failure.patch   | 258 +++++++++++++++++++++
 ...0040-Re-introduce-spe-commandline-options.patch |  41 ++++
 meta/recipes-devtools/gcc/gcc-common.inc           |   2 +-
 ...s-canadian_7.3.bb => gcc-cross-canadian_8.1.bb} |   0
 ...oss-initial_7.3.bb => gcc-cross-initial_8.1.bb} |   0
 .../gcc/{gcc-cross_7.3.bb => gcc-cross_8.1.bb}     |   0
 ...-initial_7.3.bb => gcc-crosssdk-initial_8.1.bb} |   0
 .../{gcc-crosssdk_7.3.bb => gcc-crosssdk_8.1.bb}   |   0
 meta/recipes-devtools/gcc/gcc-runtime_8.1.bb       |  10 +
 meta/recipes-devtools/gcc/gcc-sanitizers_8.1.bb    |   7 +
 .../gcc/{gcc-source_7.3.bb => gcc-source_8.1.bb}   |   0
 .../gcc/{gcc_7.3.bb => gcc_8.1.bb}                 |   0
 ...libgcc-initial_7.3.bb => libgcc-initial_8.1.bb} |   0
 .../gcc/{libgcc_7.3.bb => libgcc_8.1.bb}           |   0
 .../gcc/{libgfortran_7.3.bb => libgfortran_8.1.bb} |   0
 .../kern-tools/kern-tools-native_git.bb            |   2 +-
 meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb   |   2 +-
 meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb   |   6 +-
 meta/recipes-kernel/linux/linux-yocto-rt_4.15.bb   |   6 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb |   2 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb |   6 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb |   6 +-
 meta/recipes-kernel/linux/linux-yocto_4.12.bb      |  16 +-
 meta/recipes-kernel/linux/linux-yocto_4.14.bb      |  20 +-
 meta/recipes-kernel/linux/linux-yocto_4.15.bb      |  20 +-
 70 files changed, 3477 insertions(+), 47 deletions(-)
 create mode 100644 meta/conf/machine/include/mips/tune-mips-74k.inc
 create mode 100644 meta/recipes-core/systemd/systemd/0036-time-util-fix-build-with-gcc8-Werror-format-truncati.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-8.1.inc
 create mode 100644 meta/recipes-devtools/gcc/gcc-8.1/0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-8.1/0002-c99-snprintf.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-8.1/0003-gcc-poison-system-directories.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-8.1/0004-gcc-poison-dir-extend.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-8.1/0005-gcc-4.3.3-SYSROOT_CFLAGS_FOR_TARGET.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-8.1/0006-64-bit-multilib-hack.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-8.1/0007-optional-libstdc.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-8.1/0008-gcc-disable-MASK_RELAX_PIC_CALLS-bit.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-8.1/0009-COLLECT_GCC_OPTIONS.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-8.1/0010-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-8.1/0011-fortran-cross-compile-hack.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-8.1/0012-cpp-honor-sysroot.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-8.1/0013-MIPS64-Default-to-N64-ABI.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-8.1/0014-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-8.1/0015-gcc-Fix-argument-list-too-long-error.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-8.1/0016-Disable-sdt.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-8.1/0017-libtool.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-8.1/0018-gcc-armv4-pass-fix-v4bx-to-linker-to-support-EABI.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-8.1/0019-Use-the-multilib-config-files-from-B-instead-of-usin.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-8.1/0020-Avoid-using-libdir-from-.la-which-usually-points-to-.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-8.1/0021-export-CPP.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-8.1/0022-Disable-the-MULTILIB_OSDIRNAMES-and-other-multilib-o.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-8.1/0023-Ensure-target-gcc-headers-can-be-included.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-8.1/0024-gcc-4.8-won-t-build-with-disable-dependency-tracking.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-8.1/0025-Don-t-search-host-directory-during-relink-if-inst_pr.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-8.1/0026-Use-SYSTEMLIBS_DIR-replacement-instead-of-hardcoding.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-8.1/0027-aarch64-Add-support-for-musl-ldso.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-8.1/0028-libcc1-fix-libcc1-s-install-path-and-rpath.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-8.1/0029-handle-sysroot-support-for-nativesdk-gcc.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-8.1/0030-Search-target-sysroot-gcc-version-specific-dirs-with.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-8.1/0031-Fix-various-_FOR_BUILD-and-related-variables.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-8.1/0032-nios2-Define-MUSL_DYNAMIC_LINKER.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-8.1/0033-Add-ssp_nonshared-to-link-commandline-for-musl-targe.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-8.1/0034-libgcc-Add-knob-to-use-ldbl-128-on-ppc.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-8.1/0035-Link-libgcc-using-LDFLAGS-not-just-SHLIB_LDFLAGS.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-8.1/0036-libgcc_s-Use-alias-for-__cpu_indicator_init-instead-.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-8.1/0037-sync-gcc-stddef.h-with-musl.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-8.1/0038-fix-segmentation-fault-in-precompiled-header-generat.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-8.1/0039-Fix-for-testsuite-failure.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-8.1/0040-Re-introduce-spe-commandline-options.patch
 copy meta/recipes-devtools/gcc/{gcc-cross-canadian_7.3.bb => gcc-cross-canadian_8.1.bb} (100%)
 copy meta/recipes-devtools/gcc/{gcc-cross-initial_7.3.bb => gcc-cross-initial_8.1.bb} (100%)
 copy meta/recipes-devtools/gcc/{gcc-cross_7.3.bb => gcc-cross_8.1.bb} (100%)
 copy meta/recipes-devtools/gcc/{gcc-crosssdk-initial_7.3.bb => gcc-crosssdk-initial_8.1.bb} (100%)
 copy meta/recipes-devtools/gcc/{gcc-crosssdk_7.3.bb => gcc-crosssdk_8.1.bb} (100%)
 create mode 100644 meta/recipes-devtools/gcc/gcc-runtime_8.1.bb
 create mode 100644 meta/recipes-devtools/gcc/gcc-sanitizers_8.1.bb
 copy meta/recipes-devtools/gcc/{gcc-source_7.3.bb => gcc-source_8.1.bb} (100%)
 copy meta/recipes-devtools/gcc/{gcc_7.3.bb => gcc_8.1.bb} (100%)
 copy meta/recipes-devtools/gcc/{libgcc-initial_7.3.bb => libgcc-initial_8.1.bb} (100%)
 copy meta/recipes-devtools/gcc/{libgcc_7.3.bb => libgcc_8.1.bb} (100%)
 copy meta/recipes-devtools/gcc/{libgfortran_7.3.bb => libgfortran_8.1.bb} (100%)

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


More information about the Openembedded-commits mailing list