[OE-core] [PATCH V2 4/4] go: Fix build with -buildmode=pie

2017-09-22 Thread Khem Raj
Signed-off-by: Khem Raj --- Changes in V2: Add Signed-off-by meta/recipes-devtools/go/go-1.9.inc| 1 + ...dmode-pie-forces-external-linking-mode-on.patch | 47 ++ 2 files changed, 48 insertions(+) create mode 100644 meta/recipes-devtools/go/go-1.9/0009-cmd-

[OE-core] ✗ patchtest: failure for "goarch.bbclass: fixups for Go ..." and 3 more

2017-09-22 Thread Patchwork
== Series Details == Series: "goarch.bbclass: fixups for Go ..." and 3 more Revision: 1 URL : https://patchwork.openembedded.org/series/9082/ 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] [PATCH 3/4] go_1.9: remove obsolete overrides

2017-09-22 Thread Khem Raj
From: Matt Madison Now that mips and security flags fixes are in place in the bbclasses, remove the local settings in this recipe. Signed-off-by: Matt Madison Signed-off-by: Khem Raj --- meta/recipes-devtools/go/go_1.9.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/recipes-devto

[OE-core] [PATCH 4/4] go: Fix build with -buildmode=pie

2017-09-22 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/recipes-devtools/go/go-1.9.inc| 1 + ...dmode-pie-forces-external-linking-mode-on.patch | 46 ++ 2 files changed, 47 insertions(+) create mode 100644 meta/recipes-devtools/go/go-1.9/0009-cmd-go-buildmode-pie-forces-external-l

[OE-core] [PATCH 2/4] go: disable PIE flags for cgo

2017-09-22 Thread Khem Raj
From: Matt Madison If the security_flags.inc file is included, gcc will do PIE builds by default. These flags need to be disabled for go packages that use cgo. Signed-off-by: Matt Madison Signed-off-by: Khem Raj --- meta/classes/go.bbclass| 3 +++ meta/recipes-devtools/go/go-

[OE-core] [PATCH 1/4] goarch.bbclass: fixups for Go mips32 support

2017-09-22 Thread Khem Raj
From: Matt Madison * Fix the regular expression in the mips test * Flag as incompatible any mips32 tunes for n32 ABI or soft-float, as go does not support them. * Replace mips32r2 tune with mips32r1. Go only supports mips32r1, which is a strict subset of r2. Adjusting this tune is not id

[OE-core] [PATCH] wayland-protocols: extend to native and fix dependencies

2017-09-22 Thread Saul Wold
When trying to build a newer version of Mesa, a native version of wayland-protocols is needed to build. Signed-off-by: Saul Wold --- meta/recipes-graphics/wayland/wayland-protocols_1.10.bb | 5 + 1 file changed, 5 insertions(+) diff --git a/meta/recipes-graphics/wayland/wayland-protocols_1.

Re: [OE-core] [U-Boot] [PATCH] u-boot: Upgrade to 2017.09

2017-09-22 Thread Marek Vasut
On 09/23/2017 01:36 AM, Martin Jansa wrote: > On Sat, Sep 23, 2017 at 12:19:27AM +0200, Marek Vasut wrote: >> Agreed. So what is the conclusion here about this , are we updating to >> 2017.09 or not ? > > It was already merged couple days ago: > http://git.openembedded.org/openembedded-core/commit

Re: [OE-core] [U-Boot] [PATCH] u-boot: Upgrade to 2017.09

2017-09-22 Thread Martin Jansa
On Sat, Sep 23, 2017 at 12:19:27AM +0200, Marek Vasut wrote: > Agreed. So what is the conclusion here about this , are we updating to > 2017.09 or not ? It was already merged couple days ago: http://git.openembedded.org/openembedded-core/commit/?id=340d413f678a4a64dfa060e8fe0ac721b73fed97 and the

[OE-core] [PATCH] qemurunner: print tail qemu log in case bootlog is empty

2017-09-22 Thread leonardo . sandoval . gonzalez
From: Leonardo Sandoval There are cases where the 'while loop' waiting for login prompt fails and the bootlog variable does not get populated, thus use the the new qemurunner member (self.msg) which stores all output coming from the qemu process. [YOCTO #12113] Signed-off-by: Leonardo Sandoval

Re: [OE-core] [U-Boot] [PATCH] u-boot: Upgrade to 2017.09

2017-09-22 Thread Moritz Fischer
Hi Marek, On Fri, Sep 22, 2017 at 3:19 PM, Marek Vasut wrote: > On 09/21/2017 11:35 PM, Philip Balister wrote: >> On 09/19/2017 04:15 AM, Marek Vasut wrote: >>> On 09/18/2017 06:06 PM, Tom Rini wrote: On Mon, Sep 18, 2017 at 04:51:31PM +0100, Burton, Ross wrote: > On 18 September 2017 at

Re: [OE-core] [U-Boot] [PATCH] u-boot: Upgrade to 2017.09

2017-09-22 Thread Marek Vasut
On 09/21/2017 11:35 PM, Philip Balister wrote: > On 09/19/2017 04:15 AM, Marek Vasut wrote: >> On 09/18/2017 06:06 PM, Tom Rini wrote: >>> On Mon, Sep 18, 2017 at 04:51:31PM +0100, Burton, Ross wrote: On 18 September 2017 at 16:46, Otavio Salvador < otavio.salva...@ossystems.com.br> wrote

Re: [OE-core] OpenEmbedded Developer Meeting Oct 22, 2017 in Prague (before ELCE)

2017-09-22 Thread Jeff Osier-Mixon
If its relevance to YP and OE is able to be explained, it would be welcomed. The only issue I see is the size of the booth, which is tiny. However, we frequently spill out of our confined space, and I will locate a second table if we end up needing one. Great to see community effort on the demos!

[OE-core] State of bitbake world, Failed tasks 2017-09-21

2017-09-22 Thread Martin Jansa
The qemux86-64 failures (except mongodb do_patch) are caused by rpcgen removal from HOSTTOOLs, will drop that change from next run, but it also means that latest Gentoo glibc (drops rpc support) cannot be used for OE builds anymore. http://www.openembedded.org/wiki/Bitbake_World_Status == Number

Re: [OE-core] [PATCH 2/2] pseudo: Add fastop reply fix

2017-09-22 Thread Otavio Salvador
Richard, On Fri, Sep 22, 2017 at 2:12 PM, Alexander Kanavin wrote: > On 09/22/2017 07:52 PM, Seebs wrote: >>> >>> This changes the pseudo FASTOP functionality so that a reply to the >>> operation is required. This means we then cannot lose data if a >>> connection is closed. This in turn stops co

Re: [OE-core] [PATCH 2/2] pseudo: Add fastop reply fix

2017-09-22 Thread Alexander Kanavin
On 09/22/2017 07:52 PM, Seebs wrote: This changes the pseudo FASTOP functionality so that a reply to the operation is required. This means we then cannot lose data if a connection is closed. This in turn stops corruption if we run out of file handles and have to close connections. This tweaks th

[OE-core] ✗ patchtest: failure for "staging: Reduce verbosity of l..." and 1 more

2017-09-22 Thread Patchwork
== Series Details == Series: "staging: Reduce verbosity of l..." and 1 more Revision: 1 URL : https://patchwork.openembedded.org/series/9077/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been e

Re: [OE-core] [PATCH 2/2] pseudo: Add fastop reply fix

2017-09-22 Thread Seebs
On Fri, 22 Sep 2017 17:41:17 +0100 Richard Purdie wrote: > This changes the pseudo FASTOP functionality so that a reply to the > operation is required. This means we then cannot lose data if a > connection is closed. This in turn stops corruption if we run out of > file handles and have to close

[OE-core] [PATCH 2/2] pseudo: Add fastop reply fix

2017-09-22 Thread Richard Purdie
This changes the pseudo FASTOP functionality so that a reply to the operation is required. This means we then cannot lose data if a connection is closed. This in turn stops corruption if we run out of file handles and have to close connections. This tweaks the connection closure patch to update th

[OE-core] [PATCH 1/2] staging: Reduce verbosity of log messages

2017-09-22 Thread Richard Purdie
The staging changes were very verbose in their logging and whilst this is useful when staging issues occur, those thankfully seem rare now and we can tune down the logging to a sane level. This improves the readability of error messages from functions that fail. The code is still verbose when its

[OE-core] [PATCHv3] pseudo: use epoll API on Linux

2017-09-22 Thread Alexander Kanavin
The idea came up here: https://bugzilla.yoctoproject.org/show_bug.cgi?id=11309 and here: http://lists.openembedded.org/pipermail/openembedded-core/2017-August/141491.html Signed-off-by: Alexander Kanavin --- .../pseudo/files/0001-Use-epoll-API-on-Linux.patch | 292 + meta/rec

[OE-core] [PATCH v3] OBmesa: Upgrade to 17.2.1 release

2017-09-22 Thread Otavio Salvador
Upgrade to a new stable release and drop patches applied on upstream. For a full release notes, please see: https://mesa3d.org/relnotes/17.2.0.html https://mesa3d.org/relnotes/17.2.1.html Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- This patch has been tested using OE-Core cur

[OE-core] ARM Cross-distro BoF at Linaro Connect next week

2017-09-22 Thread Riku Voipio
Hi, We'll have the traditional cross-distribution BoF at Linaro connect Wednesday 27.9, at 3PM US pacific time - 22.00 UTC. We don't have a set agenda, but if anything is bugging you, replying to this mail is great way to make it into our topics :) Riku -- __

Re: [OE-core] [PATCH 2/2] go: Remove mips32r2 from march to get cgo working

2017-09-22 Thread Matt Madison
On Thu, Sep 21, 2017 at 10:42 AM, Khem Raj wrote: > on mips, cgo used mips32r1 and that conflicts with mips32r2 > lets remove it for now and work go upstream to make it work > for golang as well There is already someone working on expanding MIPS support for go, based on some mailing list discussi

Re: [OE-core] [PATCH v2] mesa: Upgrade to 17.2.1 release

2017-09-22 Thread Otavio Salvador
Hello Richard, On Fri, Sep 22, 2017 at 3:43 AM, Richard Purdie wrote: > On Thu, 2017-09-21 at 21:43 -0300, Otavio Salvador wrote: >> On Thu, Sep 21, 2017 at 7:34 PM, Richard Purdie >> wrote: >> > >> > On Thu, 2017-09-21 at 11:08 -0300, Otavio Salvador wrote: >> > > >> > > Upgrade to a new stable

Re: [OE-core] [PATCH] go-dep: Fix build with hardening flags

2017-09-22 Thread Matt Madison
On Thu, Sep 21, 2017 at 11:05 PM, Khem Raj wrote: > Signed-off-by: Khem Raj > --- > meta/recipes-devtools/go/go-dep_0.3.0.bb | 4 > 1 file changed, 4 insertions(+) > > diff --git a/meta/recipes-devtools/go/go-dep_0.3.0.bb > b/meta/recipes-devtools/go/go-dep_0.3.0.bb > index abfeb48370..20e

Re: [OE-core] [PATCH v2 4/4] mesa: Bump to version 17.2.0

2017-09-22 Thread Fabien Lahoudere
On Fri, 2017-09-22 at 13:51 +0200, Nicolas Dechesne wrote: > On Fri, Sep 22, 2017 at 1:02 PM, Fabien Lahoudere > wrote: > > Signed-off-by: Fabien Lahoudere > > --- > >  meta/recipes-graphics/mesa/mesa_17.2.0.bb | 24 > >  1 file changed, 24 insertions(+) > >  create mode 1

Re: [OE-core] [PATCH v2 4/4] mesa: Bump to version 17.2.0

2017-09-22 Thread Nicolas Dechesne
On Fri, Sep 22, 2017 at 1:02 PM, Fabien Lahoudere wrote: > Signed-off-by: Fabien Lahoudere > --- > meta/recipes-graphics/mesa/mesa_17.2.0.bb | 24 > 1 file changed, 24 insertions(+) > create mode 100644 meta/recipes-graphics/mesa/mesa_17.2.0.bb * the diff looks suspici

[OE-core] ✗ patchtest: failure for "[v2] wayland : Bump to version..." and 3 more

2017-09-22 Thread Patchwork
== Series Details == Series: "[v2] wayland : Bump to version..." and 3 more Revision: 1 URL : https://patchwork.openembedded.org/series/9073/ 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] [PATCH v2 3/4] weston: Bump version to 3.0.0

2017-09-22 Thread Fabien Lahoudere
Signed-off-by: Fabien Lahoudere --- .../wayland/{weston_2.0.0.bb => weston_3.0.0.bb} | 16 +++- 1 file changed, 7 insertions(+), 9 deletions(-) rename meta/recipes-graphics/wayland/{weston_2.0.0.bb => weston_3.0.0.bb} (89%) diff --git a/meta/recipes-graphics/wayland/weston_2

[OE-core] [PATCH v2 2/4] wayland-protocols: Fix installation patch issue

2017-09-22 Thread Fabien Lahoudere
This patch also remove workaround to find wayland-protocols: WAYLAND_PROTOCOLS_SYSROOT_DIR=${RECIPE_SYSROOT} in: - gtk+3 - libsdl2 - xserver-xorg - gstreamer1.0-plugins-bad Signed-off-by: Fabien Lahoudere --- meta/recipes-gnome/gtk+/gtk+3.inc | 1 - meta/recipes-graphics/lib

[OE-core] [PATCH v2 4/4] mesa: Bump to version 17.2.0

2017-09-22 Thread Fabien Lahoudere
Signed-off-by: Fabien Lahoudere --- meta/recipes-graphics/mesa/mesa_17.2.0.bb | 24 1 file changed, 24 insertions(+) create mode 100644 meta/recipes-graphics/mesa/mesa_17.2.0.bb diff --git a/meta/recipes-graphics/mesa/mesa_17.2.0.bb b/meta/recipes-graphics/mesa/mesa_17

[OE-core] [PATCH v2 1/4] wayland : Bump to version 1.14.0

2017-09-22 Thread Fabien Lahoudere
Signed-off-by: Fabien Lahoudere --- .../recipes-graphics/wayland/{wayland_1.13.0.bb => wayland_1.14.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/wayland/{wayland_1.13.0.bb => wayland_1.14.0.bb} (92%) diff --git a/meta/recipes-graphics/wayland/way

[OE-core] [morty][PATCH] image.bbclass: Sorted ctypes to avoid basehash error

2017-09-22 Thread Gerson Fernando Budke
When selected multiple subimages a similar error could happend: Variable do_image_cpio[subimages] value changed \ from 'cpio.gz.u-boot cpio.gz' to 'cpio.gz cpio.gz.u-boot' To avoid this, 'ctypes' should be sorted at 'gen_conversion_cmds'. This garantee that 'CONVERSION_CMD_xxx' are always wr

Re: [OE-core] [PATCH 1/2] systemd: change some RRECOMMENDS to RDEPENDS

2017-09-22 Thread Martin Jansa
This doesn't seem to work correctly for MACHINEs with empty SERIAL_CONSOLE, because with empty SERIAL_CONSOLE there is no systemd-serialgetty package (because it's also empty) and the build fails with: Collected errors: * calculate_dependencies_for: Cannot satisfy the following dependencies for p

[OE-core] ✗ patchtest: failure for "wayland : Bump to version 1.14..." and 3 more

2017-09-22 Thread Patchwork
== Series Details == Series: "wayland : Bump to version 1.14..." and 3 more Revision: 1 URL : https://patchwork.openembedded.org/series/9070/ 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] [PATCH 3/4] weston: Bump version to 3.0.0

2017-09-22 Thread Fabien Lahoudere
Signed-off-by: Fabien Lahoudere --- .../wayland/{weston_2.0.0.bb => weston_3.0.0.bb} | 16 +++- 1 file changed, 7 insertions(+), 9 deletions(-) rename meta/recipes-graphics/wayland/{weston_2.0.0.bb => weston_3.0.0.bb} (89%) diff --git a/meta/recipes-graphics/wayland/weston_2

[OE-core] [PATCH 1/4] wayland : Bump to version 1.14.0

2017-09-22 Thread Fabien Lahoudere
Signed-off-by: Fabien Lahoudere --- .../recipes-graphics/wayland/{wayland_1.13.0.bb => wayland_1.14.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/wayland/{wayland_1.13.0.bb => wayland_1.14.0.bb} (92%) diff --git a/meta/recipes-graphics/wayland/way

[OE-core] [PATCH 4/4] mesa: Bump to version 17.2.0

2017-09-22 Thread Fabien Lahoudere
Signed-off-by: Fabien Lahoudere --- meta/recipes-graphics/mesa/mesa_17.2.0.bb | 24 1 file changed, 24 insertions(+) create mode 100644 meta/recipes-graphics/mesa/mesa_17.2.0.bb diff --git a/meta/recipes-graphics/mesa/mesa_17.2.0.bb b/meta/recipes-graphics/mesa/mesa_17

[OE-core] [PATCH 2/4] wayland-protocols: Fix installation patch issue

2017-09-22 Thread Fabien Lahoudere
This patch also remove workaround to find wayland-protocols: WAYLAND_PROTOCOLS_SYSROOT_DIR=${RECIPE_SYSROOT} in: - gtk+3 - libsdl2 - xserver-xorg - gstreamer1.0-plugins-bad Signed-off-by: Fabien Lahoudere --- meta/recipes-gnome/gtk+/gtk+3.inc | 1 - meta/recipes-graphics/lib

[OE-core] [PATCH v2] useradd-staticids: don't create username-group if gid is specified

2017-09-22 Thread André Draszik
From: André Draszik Adding distcc to an image, and having staticids enabled, doesn't work as it causes a a superfluous 'distcc' group being added using a conflicting GID, thus failing the build: | ERROR: distcc-3.2-r0 do_prepare_recipe_sysroot: distcc: groupadd command did not succeed. Compar

Re: [OE-core] [PATCH V2] python2/3: Remove building host path from packages

2017-09-22 Thread Dengke Du
The libxml2 ,python3-dbus and gpgme used host include and/or library paths, if we remove those host paths in the end of do_install task, those host paths would not populate in sysroot, so it's better to put the removing action in PACKAGE_PREPROCESS_FUNCS. On 2017年06月08日 21:36, Burton, Ros

[OE-core] ✗ patchtest: failure for lame: backport patch to fix CVE-2017-13712

2017-09-22 Thread Patchwork
== Series Details == Series: lame: backport patch to fix CVE-2017-13712 Revision: 1 URL : https://patchwork.openembedded.org/series/9069/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been execu