Re: [oe] [PATCH] README: update maintainers list for pyro

2017-04-28 Thread Trevor Woerner
Thanks Armin! :-D -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Re: [oe] [meta-networking][PATCH v3] wireguard: add WireGuard kernel module and tools

2017-04-28 Thread Stefan Agner
Hm, I can not reproduce here. It looks like module has not been included, the module make arguments are missing... Here it looks like this: NOTE: make -j 8 KERNEL_SRC=/build/ags/oe-core/build/tmp-glibc/work-shared/qemux86-64/kernel-source

Re: [oe] [PATCH] fbida: Fix compile-host-path error

2017-04-28 Thread Marek Vasut
On 04/07/2017 11:36 PM, Marek Vasut wrote: > Remove the explicit reference to /usr/local/* in Variables.mk. > This is completely bogus and causes failure during cross-compilation. > > Signed-off-by: Marek Vasut Can we have this applied so that the package stops failing to build ?

Re: [oe] [meta-oe] [PATCH] meta_oe_security_flags.inc: Disable PIE for libdevmapper

2017-04-28 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-devel-boun...@lists.openembedded.org > [mailto:openembedded-devel-boun...@lists.openembedded.org] On Behalf Of > Huang Qiyu > Sent: den 28 april 2017 06:56 > To: openembedded-devel@lists.openembedded.org > Subject: [oe] [meta-oe] [PATCH]

[oe] [master][pyro][PATCH] meta_oe_security_flags.inc: Disable PIE for libdevmapper

2017-04-28 Thread Peter Kjellerstedt
Since libdevmapper was split out from lvm2, it now needs its own entry to disable building with -fpie. Signed-off-by: Peter Kjellerstedt --- meta-oe/conf/distro/include/meta_oe_security_flags.inc | 1 + 1 file changed, 1 insertion(+) diff --git

[oe] State of bitbake world, Failed tasks 2017-04-29

2017-04-28 Thread Martin Jansa
== Number of issues - stats == {| class='wikitable' !|Date !!colspan='3'|Failed tasks !!colspan='6'|Failed depencencies!!|Signatures !!colspan='14'|QA !!Comment |- || ||qemuarm ||qemux86 ||qemux86_64

Re: [oe] [meta-networking][PATCH v3] wireguard: add WireGuard kernel module and tools

2017-04-28 Thread Martin Jansa
This latest version (which was merged to master yesterday) fails to build: http://errors.yoctoproject.org/Errors/Details/141421/ On Thu, Apr 27, 2017 at 7:30 AM, Stefan Agner wrote: > WireGuard is an extremely simple yet fast and modern VPN that utilizes > state-of-the-art

[oe] [meta-networking][PATCH] netcat-openbsd: correct subdir for SRC_URI

2017-04-28 Thread mingli.yu
From: Mingli Yu * Correct subdir to let the second source file netcat-openbsd_${PV}-7.debian.tar.gz unpacked under the correct folder to avoid below error when do_patch in multilib env. | DEBUG: Executing python function do_patch | DEBUG: Executing shell

Re: [oe] [meta-java][PATCH] openjdk-7: fix compile errors with current poky master (gcc6)

2017-04-28 Thread Maxin B. John
Hi, On Wed, Apr 26, 2017 at 03:39:12PM +0200, Richard Leitner wrote: > Using the current poky master openjdk-7 wasn't buildable. This patch > fixes those problems by adding three more patches to openjdk-7. > > These patches basically add/fix GCC6 support. Furthermore the > LDFLAGS_HASH_STYLE

Re: [oe] [meta-java][PATCH 0/5] Fix some issues of openjdk-8/openjre-8 headful build

2017-04-28 Thread Maxin B. John
Hi, On Sun, Apr 23, 2017 at 08:54:51AM +0200, liu.min...@gmail.com wrote: > From: Ming Liu > > This patch series fix some issues, so the openjdk-8/openjre-8 now can build > with X11 system (headful). > > Ming Liu (5): > openjdk-8-cross.inc: change a dependency