[oe-commits] [openembedded-core] branch master updated (2d7a58e -> 7dd5dfc)

git at git.openembedded.org git at git.openembedded.org
Sat Jul 8 12:34:10 UTC 2017


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

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

    from 2d7a58e  image.bbclass: create root symlinks in nativesdk target sysroot
     add 7267e7c  base: Add MultiConfigParsed handler to deal with unstable build signatures
     new 1c7e195  gcc: Introduce a knob to configure gcc to default to PIE
     new e93765f  security_flags.inc: Delete pinnings for SECURITY_NO_PIE_CFLAGS
     new fcfe6d4  distutils,setuptools: Delete use of SECURITY_NO_PIE_CFLAGS
     new 85557ab  gcc7: Enable static PIE
     new d71eba2  gcc: Link libssp_nonshared.a only on musl targets
     new 39c00c7  sysklogd: Improve build and fix runtime crash
     new 24755af  libunwind: We set -fPIE in security flags now if gcc is not configured for default PIE
     new c32dbe7  gstreamer1.0-plugins-bad: Fix missing library with bcm egl
     new 4f3a9cc  security_flags.inc: Do not build gcc for powerpc with PIE defaults
     new 85476cd  ovmf: Fix build with toolchain defaulting to PIE
     new 7a0abab  mesa: etnaviv: fix shader miscompilation with more than 16 labels
     new 305e2b3  insane.bbclass: Support musl-x32
     new 94ed793  siteinfo.bbclass: Support musl-x32
     new a9301cb  gnu-efi: Support musl-x32 build
     new 28cd7c5  grub-efi: Support musl-x32
     new 4a50250  perl: Support musl-x32 build
     new da21b51  vulkan: Upgrade 1.0.39.1 -> 1.0.51.0
     new d3f7a18  assimp: Add as dependency of vulkan-demos
     new a80a0b3  gstreamer1.0-plugins-bad: Add vulkan PACKAGECONFIG
     new a5ed54e  mesa, gstreamer: Add "vulkan" DISTRO_FEATURE
     new 0fc9047  vulkan: RRECOMMEND mesa drivers
     new 5d4acae  linuxloader.bbclass: add musl libc support
     new 50e6f23  image_types: fix kernel target on elf's image dependencies
     new 78701c5  lsof: minor recipe cleanup
     new 4e71824  lsof: update SRC_URI
     new 2ea075f  mirrors.bbclass: remove stale lsof ftp mirrors
     new 41683e0  oeqa/runtime: Replace buildiptables for buildlzip on runtime tests
     new 57cd682  testimage: Use the renamed buildlzip
     new b798284  oeqa/sdk: Replace buildiptables for buildlzip tests
     new c440298  staging: Ensure a clean recipe sysroot removes addto_recipe_sysroot stamps
     new 7dd5dfc  oeqa/tinfoil: Improve test_wait_event for race issues

The 31 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/base.bbclass                          |  12 +-
 meta/classes/distutils-common-base.bbclass         |   2 -
 meta/classes/image_types.bbclass                   |   2 +-
 meta/classes/insane.bbclass                        |   5 +-
 meta/classes/linuxloader.bbclass                   |  42 +++-
 meta/classes/mirrors.bbclass                       |  11 +-
 meta/classes/setuptools.bbclass                    |   2 -
 meta/classes/siteinfo.bbclass                      |   2 +
 meta/classes/staging.bbclass                       |   3 +
 meta/classes/testimage.bbclass                     |   6 +-
 meta/conf/distro/include/security_flags.inc        |  86 +++-----
 .../cases/{buildiptables.py => buildlzip.py}       |   6 +-
 .../sdk/cases/{buildiptables.py => buildlzip.py}   |   8 +-
 meta/lib/oeqa/selftest/cases/tinfoil.py            |  22 ++-
 meta/recipes-bsp/gnu-efi/gnu-efi_3.0.5.bb          |   1 +
 meta/recipes-bsp/grub/grub-efi_2.02.bb             |   2 +
 .../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 +
 meta/recipes-devtools/perl/perl_5.24.1.bb          |   2 +-
 meta/recipes-extended/lsof/lsof_4.89.bb            |  24 ++-
 ...s-that-causes-a-segmentation-fault-under-.patch |  28 +++
 ...way-for-respecting-flags-from-environment.patch |  35 ++++
 meta/recipes-extended/sysklogd/sysklogd.inc        |   6 +-
 .../files/etnaviv_fix-shader-miscompilation.patch  | 220 +++++++++++++++++++++
 meta/recipes-graphics/mesa/mesa.inc                |   3 +-
 meta/recipes-graphics/mesa/mesa_17.1.4.bb          |   1 +
 meta/recipes-graphics/vulkan/assimp_git.bb         |  14 ++
 ...se-getenv-if-secure_getenv-does-not-exist.patch |  34 ----
 .../{vulkan_1.0.39.1.bb => vulkan_1.0.51.0.bb}     |   6 +-
 .../gstreamer/gstreamer1.0-plugins-bad.inc         |   6 +-
 ...y-Use-ifdef-for-platform-specific-defines.patch |  37 ++++
 ...n-Use-the-generated-version-of-vkconfig.h.patch |  64 ++++++
 .../link-with-libvchostif.patch                    |  35 ++++
 .../gstreamer/gstreamer1.0-plugins-bad_1.10.4.bb   |   3 +
 meta/recipes-support/libunwind/libunwind_1.2.bb    |   4 -
 39 files changed, 679 insertions(+), 195 deletions(-)
 rename meta/lib/oeqa/runtime/cases/{buildiptables.py => buildlzip.py} (89%)
 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-graphics/mesa/files/etnaviv_fix-shader-miscompilation.patch
 create mode 100644 meta/recipes-graphics/vulkan/assimp_git.bb
 delete mode 100644 meta/recipes-graphics/vulkan/vulkan/0001-Use-getenv-if-secure_getenv-does-not-exist.patch
 rename meta/recipes-graphics/vulkan/{vulkan_1.0.39.1.bb => vulkan_1.0.51.0.bb} (90%)
 create mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0001-vkdisplay-Use-ifdef-for-platform-specific-defines.patch
 create mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0002-vulkan-Use-the-generated-version-of-vkconfig.h.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