[oe-commits] [openembedded-core] branch master updated (244f2e5 -> 706410c)

git at git.openembedded.org git at git.openembedded.org
Sun May 12 08:11:23 UTC 2019


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

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

    from 244f2e5  icu: Added armeb support.
     add 425fbba  oeqa/runner: Fix subunit setupClass/setupModule failure handling
     add 8f7352e  oeqa/concurrenttest: Patch subunit module to handle classSetup failures
     new 172dfdd  tcmode-default: Add PREFERRED_VERSION for libgfortran
     new 8493fe8  libgfortan: Package target gcc include directory to fix
     new bbf32e2  gcc-9: Add recipes for gcc 9.1 release
     new b8f1752  systemd: Bump up SRCREV to systemd-stable top to include the fix for shutdown now hang
     new 82e97de  weston-init: Fix tab indentation
     new 4e6ef15  weston-init: Add support for non-root start
     new 6e0f6a3  ccache: upgrade 3.6 -> 3.7.1
     new f88da48  bitbake.conf: set NO_RECOMMENDATIONS with weak assignment
     new c0a0590  lttng-modules: upgrade 2.10.8 -> 2.10.9
     new 9b01375  openssh: recommend rng-tools with sshd
     new ff5370a  oeqa/selftest: Automate manual pybootchart tests
     new f0b5f56  procps: update legacy sysctl.conf to fix rp_filter sysctl issue
     new 706410c  run-postinsts: Fix full execution of scripts at first boot

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/conf/bitbake.conf                             |   2 +-
 meta/conf/distro/include/maintainers.inc           |   2 +-
 meta/conf/distro/include/tcmode-default.inc        |   1 +
 meta/lib/oeqa/core/runner.py                       |   4 +-
 meta/lib/oeqa/core/utils/concurrencytest.py        |  27 +-
 meta/lib/oeqa/manual/oe-core.json                  |  26 --
 meta/lib/oeqa/selftest/cases/oescripts.py          |  34 ++
 meta/recipes-connectivity/openssh/openssh_7.9p1.bb |   1 +
 meta/recipes-core/systemd/systemd.inc              |   2 +-
 meta/recipes-devtools/ccache/ccache.inc            |   2 +-
 meta/recipes-devtools/ccache/ccache_3.6.bb         |  12 -
 meta/recipes-devtools/ccache/ccache_3.7.1.bb       |   7 +
 .../0002-dev.mk.in-fix-file-name-too-long.patch    |  30 --
 ...mentation-fault-error-when-gcc-o-dev-null.patch |  79 -----
 meta/recipes-devtools/gcc/gcc-9.1.inc              | 118 +++++++
 .../0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch     |  42 +++
 .../0002-gcc-poison-system-directories.patch       | 203 ++++++++++++
 .../0003-gcc-4.3.3-SYSROOT_CFLAGS_FOR_TARGET.patch |  73 +++++
 .../gcc/gcc-9.1/0004-64-bit-multilib-hack.patch    | 119 +++++++
 .../gcc/gcc-9.1/0005-optional-libstdc.patch        | 125 ++++++++
 ...0006-gcc-disable-MASK_RELAX_PIC_CALLS-bit.patch |  59 ++++
 .../gcc/gcc-9.1/0007-COLLECT_GCC_OPTIONS.patch     |  38 +++
 ...efaults.h-in-B-instead-of-S-and-t-oe-in-B.patch |  96 ++++++
 .../gcc-9.1/0009-fortran-cross-compile-hack.patch  |  46 +++
 .../gcc/gcc-9.1/0010-cpp-honor-sysroot.patch       |  54 ++++
 .../gcc-9.1/0011-MIPS64-Default-to-N64-ABI.patch   |  57 ++++
 ...C_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch | 232 ++++++++++++++
 ...0013-gcc-Fix-argument-list-too-long-error.patch |  40 +++
 .../gcc/gcc-9.1/0014-Disable-sdt.patch             | 113 +++++++
 .../gcc/gcc-9.1/0015-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-9.1/0019-export-CPP.patch              |  53 ++++
 ...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 ++
 .../0024-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 +++++++++
 .../0029-nios2-Define-MUSL_DYNAMIC_LINKER.patch    |  28 ++
 ...shared-to-link-commandline-for-musl-targe.patch |  87 ++++++
 ...31-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-9.1/0034-sync-gcc-stddef.h-with-musl.patch |  91 ++++++
 ...ation-fault-in-precompiled-header-generat.patch |  60 ++++
 .../gcc-9.1/0036-Fix-for-testsuite-failure.patch   | 258 ++++++++++++++++
 ...0037-Re-introduce-spe-commandline-options.patch |  41 +++
 ...s-canadian_8.3.bb => gcc-cross-canadian_9.1.bb} |   0
 .../gcc/{gcc-cross_8.3.bb => gcc-cross_9.1.bb}     |   0
 .../{gcc-crosssdk_8.3.bb => gcc-crosssdk_9.1.bb}   |   0
 .../gcc/{gcc-runtime_8.3.bb => gcc-runtime_9.1.bb} |   0
 ...gcc-sanitizers_8.3.bb => gcc-sanitizers_9.1.bb} |   0
 .../gcc/{gcc-source_8.3.bb => gcc-source_9.1.bb}   |   0
 .../gcc/{gcc_8.3.bb => gcc_9.1.bb}                 |   0
 ...libgcc-initial_8.3.bb => libgcc-initial_9.1.bb} |   0
 .../gcc/{libgcc_8.3.bb => libgcc_9.1.bb}           |   0
 meta/recipes-devtools/gcc/libgfortran.inc          |   1 +
 .../gcc/{libgfortran_8.3.bb => libgfortran_9.1.bb} |   0
 .../run-postinsts/run-postinsts/run-postinsts      |   2 +-
 meta/recipes-extended/procps/procps/sysctl.conf    | 105 ++++---
 .../wayland/weston-init/weston-start               |  29 +-
 ...Distinguish-between-kernel_siginfo-and-si.patch | 133 --------
 ...2-Fix-signal-Remove-SEND_SIG_FORCED-v4.20.patch |  67 ----
 ...just-reserved-cluster-count-when-removing.patch | 149 ---------
 ...04-Fix-timer-instrumentation-for-RHEL-7.6.patch |  32 --
 ...type-argument-from-access_ok-function-v5..patch | 204 ------------
 ...-pointer-values-with-task-tk_pid-and-rpc_.patch | 186 -----------
 ...Simplify-defining-common-RPC-trace-events.patch | 183 -----------
 ...emove-fsid-metadata_fsid-fields-from-btrf.patch | 341 ---------------------
 ...nup-tp-mempool-Remove-logically-dead-code.patch |  46 ---
 ...g-modules_2.10.8.bb => lttng-modules_2.10.9.bb} |  13 +-
 76 files changed, 3395 insertions(+), 1569 deletions(-)
 delete mode 100644 meta/recipes-devtools/ccache/ccache_3.6.bb
 create mode 100644 meta/recipes-devtools/ccache/ccache_3.7.1.bb
 delete mode 100644 meta/recipes-devtools/ccache/files/0002-dev.mk.in-fix-file-name-too-long.patch
 delete mode 100644 meta/recipes-devtools/ccache/files/0003-Fix-Segmentation-fault-error-when-gcc-o-dev-null.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-9.1.inc
 create mode 100644 meta/recipes-devtools/gcc/gcc-9.1/0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-9.1/0002-gcc-poison-system-directories.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-9.1/0003-gcc-4.3.3-SYSROOT_CFLAGS_FOR_TARGET.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-9.1/0004-64-bit-multilib-hack.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-9.1/0005-optional-libstdc.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-9.1/0006-gcc-disable-MASK_RELAX_PIC_CALLS-bit.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-9.1/0007-COLLECT_GCC_OPTIONS.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-9.1/0008-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-9.1/0009-fortran-cross-compile-hack.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-9.1/0010-cpp-honor-sysroot.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-9.1/0011-MIPS64-Default-to-N64-ABI.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-9.1/0012-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-9.1/0013-gcc-Fix-argument-list-too-long-error.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-9.1/0014-Disable-sdt.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-9.1/0015-libtool.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-9.1/0016-gcc-armv4-pass-fix-v4bx-to-linker-to-support-EABI.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-9.1/0017-Use-the-multilib-config-files-from-B-instead-of-usin.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-9.1/0018-Avoid-using-libdir-from-.la-which-usually-points-to-.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-9.1/0019-export-CPP.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-9.1/0020-Ensure-target-gcc-headers-can-be-included.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-9.1/0021-gcc-4.8-won-t-build-with-disable-dependency-tracking.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-9.1/0022-Don-t-search-host-directory-during-relink-if-inst_pr.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-9.1/0023-Use-SYSTEMLIBS_DIR-replacement-instead-of-hardcoding.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-9.1/0024-aarch64-Add-support-for-musl-ldso.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-9.1/0025-libcc1-fix-libcc1-s-install-path-and-rpath.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-9.1/0026-handle-sysroot-support-for-nativesdk-gcc.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-9.1/0027-Search-target-sysroot-gcc-version-specific-dirs-with.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-9.1/0028-Fix-various-_FOR_BUILD-and-related-variables.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-9.1/0029-nios2-Define-MUSL_DYNAMIC_LINKER.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-9.1/0030-Add-ssp_nonshared-to-link-commandline-for-musl-targe.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-9.1/0031-libgcc-Add-knob-to-use-ldbl-128-on-ppc.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-9.1/0032-Link-libgcc-using-LDFLAGS-not-just-SHLIB_LDFLAGS.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-9.1/0033-libgcc_s-Use-alias-for-__cpu_indicator_init-instead-.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-9.1/0034-sync-gcc-stddef.h-with-musl.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-9.1/0035-fix-segmentation-fault-in-precompiled-header-generat.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-9.1/0036-Fix-for-testsuite-failure.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-9.1/0037-Re-introduce-spe-commandline-options.patch
 copy meta/recipes-devtools/gcc/{gcc-cross-canadian_8.3.bb => gcc-cross-canadian_9.1.bb} (100%)
 copy meta/recipes-devtools/gcc/{gcc-cross_8.3.bb => gcc-cross_9.1.bb} (100%)
 copy meta/recipes-devtools/gcc/{gcc-crosssdk_8.3.bb => gcc-crosssdk_9.1.bb} (100%)
 copy meta/recipes-devtools/gcc/{gcc-runtime_8.3.bb => gcc-runtime_9.1.bb} (100%)
 copy meta/recipes-devtools/gcc/{gcc-sanitizers_8.3.bb => gcc-sanitizers_9.1.bb} (100%)
 copy meta/recipes-devtools/gcc/{gcc-source_8.3.bb => gcc-source_9.1.bb} (100%)
 copy meta/recipes-devtools/gcc/{gcc_8.3.bb => gcc_9.1.bb} (100%)
 copy meta/recipes-devtools/gcc/{libgcc-initial_8.3.bb => libgcc-initial_9.1.bb} (100%)
 copy meta/recipes-devtools/gcc/{libgcc_8.3.bb => libgcc_9.1.bb} (100%)
 copy meta/recipes-devtools/gcc/{libgfortran_8.3.bb => libgfortran_9.1.bb} (100%)
 delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0001-Fix-signal-Distinguish-between-kernel_siginfo-and-si.patch
 delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0002-Fix-signal-Remove-SEND_SIG_FORCED-v4.20.patch
 delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0003-Fix-ext4-adjust-reserved-cluster-count-when-removing.patch
 delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0004-Fix-timer-instrumentation-for-RHEL-7.6.patch
 delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0005-Fix-Remove-type-argument-from-access_ok-function-v5..patch
 delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0006-Fix-Replace-pointer-values-with-task-tk_pid-and-rpc_.patch
 delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0007-Fix-SUNRPC-Simplify-defining-common-RPC-trace-events.patch
 delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0008-Fix-btrfs-Remove-fsid-metadata_fsid-fields-from-btrf.patch
 delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0009-Cleanup-tp-mempool-Remove-logically-dead-code.patch
 rename meta/recipes-kernel/lttng/{lttng-modules_2.10.8.bb => lttng-modules_2.10.9.bb} (61%)

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


More information about the Openembedded-commits mailing list