[oe-commits] [openembedded-core] branch master-next updated (7267e7c -> 7609777)

git at git.openembedded.org git at git.openembedded.org
Thu Jul 6 22:57:06 UTC 2017


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

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

    from 7267e7c  base: Add MultiConfigParsed handler to deal with unstable build signatures
     new e3354f9  oeqa/sdk: Replace buildiptables for buildlzip tests
     new 0bbcb44  gcc: Introduce a knob to configure gcc to default to PIE
     new d18cdf4  security_flags.inc: Delete pinnings for SECURITY_NO_PIE_CFLAGS
     new 18158c7  distutils,setuptools: Delete use of SECURITY_NO_PIE_CFLAGS
     new 03c9c31  gcc7: Enable static PIE
     new 40f044f  gcc: Link libssp_nonshared.a only on musl targets
     new 4063ecf  sysklogd: Improve build and fix runtime crash
     new 3633bdb  libunwind: We set -fPIE in security flags now if gcc is not configured for default PIE
     new 419aa77  gstreamer1.0-plugins-bad: Fix missing library with bcm egl
     new 5e4de42  security_flags.inc: Do not build gcc for powerpc with PIE defaults
     new 7609777  ovmf: Fix build with toolchain defaulting to PIE

The 11 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/distutils-common-base.bbclass         |  2 -
 meta/classes/setuptools.bbclass                    |  2 -
 meta/classes/testimage.bbclass                     |  6 +-
 meta/conf/distro/include/security_flags.inc        | 86 +++++++---------------
 .../sdk/cases/{buildiptables.py => buildlzip.py}   |  8 +-
 .../ovmf/ovmf/0001-ia32-Dont-use-pie.patch         | 27 ++++---
 meta/recipes-devtools/gcc/gcc-7.1.inc              |  3 +-
 ...shared-to-link-commandline-for-musl-targe.patch | 42 +++++++++++
 .../gcc/gcc-7.1/0040-ssp_nonshared.patch           | 28 -------
 .../gcc/gcc-7.1/0048-gcc-Enable-static-PIE.patch   | 37 ++++++++++
 meta/recipes-devtools/gcc/gcc-configure-common.inc |  3 +
 ...s-that-causes-a-segmentation-fault-under-.patch | 28 +++++++
 ...way-for-respecting-flags-from-environment.patch | 35 +++++++++
 meta/recipes-extended/sysklogd/sysklogd.inc        |  6 +-
 .../link-with-libvchostif.patch                    | 35 +++++++++
 .../gstreamer/gstreamer1.0-plugins-bad_1.10.4.bb   |  1 +
 meta/recipes-support/libunwind/libunwind_1.2.bb    |  4 -
 17 files changed, 236 insertions(+), 117 deletions(-)
 rename meta/lib/oeqa/sdk/cases/{buildiptables.py => buildlzip.py} (84%)
 create mode 100644 meta/recipes-devtools/gcc/gcc-7.1/0040-Add-ssp_nonshared-to-link-commandline-for-musl-targe.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-7.1/0040-ssp_nonshared.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-7.1/0048-gcc-Enable-static-PIE.patch
 create mode 100644 meta/recipes-extended/sysklogd/files/0001-fix-problems-that-causes-a-segmentation-fault-under-.patch
 create mode 100644 meta/recipes-extended/sysklogd/files/0002-Make-way-for-respecting-flags-from-environment.patch
 create mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/link-with-libvchostif.patch

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


More information about the Openembedded-commits mailing list