[OE-core] ✗ patchtest: failure for "[meta-shr-distro] jenkins-job...." and 1 more

2017-07-01 Thread Patchwork
== Series Details == Series: "[meta-shr-distro] jenkins-job" and 1 more Revision: 1 URL : https://patchwork.openembedded.org/series/7549/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been e

[OE-core] [meta-shr-distro][PATCH 2/2] jenkins-job.sh: remove PNBLACKLIST for linux-yocto-tiny for world builds

2017-07-01 Thread Andrea Adami
While there have been issue with the introduction kernel of shared workdir it appears linux-yocto-tiny build is fine today, all green in AB: https://autobuilder.yoctoproject.org/main/builders/poky-tiny Signed-off-by: Andrea Adami --- jenkins-job.sh | 2 -- 1 file changed, 2 deletions(-) diff -

[OE-core] [meta-shr-distro][PATCH 1/2] jenkins-job.sh: remove PNBLACKLIST for linux-yocto-tiny-kexecboot for world builds

2017-07-01 Thread Andrea Adami
Recipe has been removed from meta-initramfs with commit 8c03a06 linux-yocto-tiny-kexecboot: remove obsoleted recipe Signed-off-by: Andrea Adami --- jenkins-job.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/jenkins-job.sh b/jenkins-job.sh index b5c5bdb..2f53b24 100755 --- a/jenkins-job

Re: [OE-core] [PATCH] bootimg-efi.py: Use IMGDEPLOYDIR instead of DEPLOY_DIR_IMAGE for initrd

2017-07-01 Thread Alejandro Hernandez
On 07/01/2017 10:09 AM, Patrick Ohly wrote: On Fri, 2017-06-30 at 15:38 -0500, Alejandro Hernandez wrote: Hey Patrick, On 06/30/2017 01:43 PM, Patrick Ohly wrote: On Fri, 2017-06-30 at 10:53 -0700, Alejandro Hernandez wrote: When using wic to create an image from a certain build, wic is ex

[OE-core] [PATCH] mesa: Upgrade to 17.1.4 release

2017-07-01 Thread Otavio Salvador
This includes following upstream bug fixes: Bug 77240 - khrplatform.h not installed if EGL is disabled Bug 95530 - Stellaris - colored overlay of sectors doesn't render on i965 Bug 96958 - [SKL] Improper rendering in Europa Universalis IV Bug 99467 - [radv] DOOM 2016 + wine. Green screen everywher

Re: [OE-core] [PATCH] bootimg-efi.py: Use IMGDEPLOYDIR instead of DEPLOY_DIR_IMAGE for initrd

2017-07-01 Thread Patrick Ohly
On Fri, 2017-06-30 at 15:38 -0500, Alejandro Hernandez wrote: > Hey Patrick, > > > On 06/30/2017 01:43 PM, Patrick Ohly wrote: > > On Fri, 2017-06-30 at 10:53 -0700, Alejandro Hernandez wrote: > >> When using wic to create an image from a certain build, wic is expecting > >> to find initrd at the

Re: [OE-core] Print all In new window State of bitbake world, Failed tasks 2017-06-29

2017-07-01 Thread Khem Raj
On Sat, Jul 1, 2017 at 7:27 AM, Martin Jansa wrote: > http://www.openembedded.org/wiki/Bitbake_World_Status > > == Number of issues - stats == > {| class='wikitable' > !|Date !!colspan='3'|Failed tasks!!|Signatures > !!colspan='14'|QA !!Comment > |- > || ||qemuarm ||qemux86 ||qemux86_64 ||

[OE-core] Print all In new window State of bitbake world, Failed tasks 2017-06-29

2017-07-01 Thread Martin Jansa
http://www.openembedded.org/wiki/Bitbake_World_Status == Number of issues - stats == {| class='wikitable' !|Date !!colspan='3'|Failed tasks !!|Signatures !!colspan='14'|QA !!Comment |- || ||qemuarm ||qemux86 ||qemux86_64

[OE-core] [PATCH 18/19] qemu: Replace use of struct ucontext with ucontext_t

2017-07-01 Thread Khem Raj
Signed-off-by: Khem Raj --- ...lace-struct-ucontext-with-ucontext_t-type.patch | 265 + meta/recipes-devtools/qemu/qemu_2.8.1.1.bb | 46 ++-- 2 files changed, 286 insertions(+), 25 deletions(-) create mode 100644 meta/recipes-devtools/qemu/qemu/0001-replace-struct-u

[OE-core] [PATCH 13/19] gstreamer1.0-plugins-bad: Fix missing library with bcm egl

2017-07-01 Thread Khem Raj
userland graphics driver provided libegl for rpi depends upon symbols from vchostif library, therefore add it to linker cmdline helps with loadng gst-gl plugins on rpi Signed-off-by: Khem Raj --- .../link-with-libvchostif.patch| 35 ++ .../gstreamer/gstre

[OE-core] [PATCH 12/19] icu: Fix build with glibc 2.26

2017-07-01 Thread Khem Raj
Signed-off-by: Khem Raj --- .../icu/icu/0001-i18n-Drop-include-xlocale.h.patch | 31 ++ meta/recipes-support/icu/icu_58.2.bb | 3 ++- 2 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-support/icu/icu/0001-i18n-Drop-include-xlocal

[OE-core] [PATCH 19/19] epiphany: Fix build errors when compiling with security flags

2017-07-01 Thread Khem Raj
We need to have some level of optimization level for FORTIFY_SOURCE to work therefore set --enable-debug=no Add a patch to fix build error due to unused result of fread Signed-off-by: Khem Raj --- meta/recipes-gnome/epiphany/epiphany_3.24.2.bb | 6 ++-- ...bookmarks-Check-for-return-value-

[OE-core] [PATCH 11/19] valgrind: Remove -no-pie from cflags

2017-07-01 Thread Khem Raj
It has been moved to distro security include file Signed-off-by: Khem Raj --- meta/recipes-devtools/valgrind/valgrind_3.12.0.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/recipes-devtools/valgrind/valgrind_3.12.0.bb b/meta/recipes-devtools/valgrind/valgrind_3.12.0.bb index a81adc

[OE-core] [PATCH 06/19] distutils, setuptools: Delete use of SECURITY_NO_PIE_CFLAGS

2017-07-01 Thread Khem Raj
gcc can handle PIE in gcc driver Signed-off-by: Khem Raj --- meta/classes/distutils-common-base.bbclass | 2 -- meta/classes/setuptools.bbclass| 2 -- 2 files changed, 4 deletions(-) diff --git a/meta/classes/distutils-common-base.bbclass b/meta/classes/distutils-common-base.bbclas

[OE-core] [PATCH 07/19] gcc7: Enable static PIE

2017-07-01 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/recipes-devtools/gcc/gcc-7.1.inc | 1 + .../gcc/gcc-7.1/0048-gcc-Enable-static-PIE.patch | 37 ++ 2 files changed, 38 insertions(+) create mode 100644 meta/recipes-devtools/gcc/gcc-7.1/0048-gcc-Enable-static-PIE.patch diff --

[OE-core] [PATCH 05/19] security_flags.inc: Delete pinnings for SECURITY_NO_PIE_CFLAGS

2017-07-01 Thread Khem Raj
GCC is configured correctly to pass PIE cflags/ldflags Signed-off-by: Khem Raj --- meta/conf/distro/include/security_flags.inc | 83 - 1 file changed, 22 insertions(+), 61 deletions(-) diff --git a/meta/conf/distro/include/security_flags.inc b/meta/conf/distro/inclu

[OE-core] [PATCH 17/19] strace: upgrade to 4.17

2017-07-01 Thread Khem Raj
Fix build with upcoming glibc 2.26 Signed-off-by: Khem Raj --- ...8-replace-struct-ucontext-with-ucontext_t.patch | 31 ++ .../strace/strace/Makefile-ptest.patch | 19 - .../strace/{strace_4.16.bb => strace_4.17.bb} | 5 ++-- 3 files changed, 47

[OE-core] [PATCH 09/19] sysklogd: Improve build and fix runtime crash

2017-07-01 Thread Khem Raj
Patch the makefile so it can respect flags from environment add a patch to fix a run time crash Signed-off-by: Khem Raj --- ...s-that-causes-a-segmentation-fault-under-.patch | 28 + ...way-for-respecting-flags-from-environment.patch | 35 ++ meta/recipes-exte

[OE-core] [PATCH 10/19] libunwind: We set -fPIE in security flags now if gcc is not configured for default PIE

2017-07-01 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/recipes-support/libunwind/libunwind_1.2.bb | 4 1 file changed, 4 deletions(-) diff --git a/meta/recipes-support/libunwind/libunwind_1.2.bb b/meta/recipes-support/libunwind/libunwind_1.2.bb index e598e40c6f..c6312f24fd 100644 --- a/meta/recipes-support/libu

[OE-core] [PATCH 15/19] gcc: Use ucontext_t instead of ucontext

2017-07-01 Thread Khem Raj
glibc 2.26 does not expose struct ucontext anymore Signed-off-by: Khem Raj --- meta/recipes-devtools/gcc/gcc-7.1.inc | 1 + ...0-replace-struct-ucontext-with-ucontext_t.patch | 149 + 2 files changed, 150 insertions(+) create mode 100644 meta/recipes-devtools

[OE-core] [PATCH 16/19] valgrind: Fix build with glibc 2.26

2017-07-01 Thread Khem Raj
Signed-off-by: Khem Raj --- ...sts-Use-ucontext_t-instead-of-struct-ucon.patch | 30 ++ meta/recipes-devtools/valgrind/valgrind_3.12.0.bb | 1 + 2 files changed, 31 insertions(+) create mode 100644 meta/recipes-devtools/valgrind/valgrind/0001-memcheck-tests-Use-ucontext_t-

[OE-core] [PATCH 08/19] gcc: Link libssp_nonshared.a only on musl targets

2017-07-01 Thread Khem Raj
glibc already provides the content for libssp_nonshared in libc_nonshared.a therefore we dont need to make it universal. This also fixed build issues on glibc when linking statically and using -fstack-protector Fixed errors like /mnt/a/oe/build/tmp/work/i586-bec-linux/aufs-util/3.14+gitAUTOINC+bd

[OE-core] [PATCH 14/19] gcc-sanitizer: Fix build with glibc 2.26

2017-07-01 Thread Khem Raj
sigaltstack is no more exposed by glibc see (bug 21517) therefore adjust to use stack_t instead Use res_state typedef instead of referring to __res_state struct Signed-off-by: Khem Raj --- meta/recipes-devtools/gcc/gcc-7.1.inc | 1 + ...r-Use-stack_t-instead-of-struct-sigaltsta.p

[OE-core] [PATCH 04/19] gcc: Introduce a knob to configure gcc to default to PIE

2017-07-01 Thread Khem Raj
GCCPIE flag which is empty by default adds "--enable-default-pie" configure option for harderned distros We do not require to add -fpie -pie flag externally anymore Signed-off-by: Khem Raj --- meta/conf/distro/include/security_flags.inc| 4 +++- meta/recipes-devtools/gcc/gcc-configure-c

[OE-core] [PATCH 03/19] glibc: Enable obsoleted nsl

2017-07-01 Thread Khem Raj
libnsl has been obsoleted in 2.26 and will be removed in future until them we enable it Signed-off-by: Khem Raj --- meta/recipes-core/glibc/glibc_2.25.90.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/glibc/glibc_2.25.90.bb b/meta/recipes-core/glibc/glibc_2.25.90.bb in

[OE-core] [PATCH 02/19] glibc: Drop obsoleted bits/string.h from multilibbing

2017-07-01 Thread Khem Raj
glibc 2.26 has dropped bits/string.h Signed-off-by: Khem Raj --- meta/recipes-core/glibc/glibc-package.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/glibc/glibc-package.inc b/meta/recipes-core/glibc/glibc-package.inc index 645be694b5..0281251bee 10064

[OE-core] [PATCH 01/19] glibc: Upgrade to 2.25.90

2017-07-01 Thread Khem Raj
Eventually it will be released as 2.26 final Signed-off-by: Khem Raj --- meta/conf/distro/include/tcmode-default.inc| 2 +- ...e_2.25.bb => cross-localedef-native_2.25.90.bb} | 27 +- ...bc-initial_2.25.bb => glibc-initial_2.25.90.bb} | 0 ...libc-locale_2.25.bb => glibc-locale

[OE-core] [PATCH 00/19] Rework GCC PIE and security flags (take 3)

2017-07-01 Thread Khem Raj
* This patchset add a switch to configure gcc driver with PIE defaults * Add support for generating static PIE in gcc * Gets rid of lot of bandaids from distro security flags file * Adjust recipes for new way of specifying pie v1->v2: * apply linking spec changes libssp_nonshared.a to musl alone