Re: [oe] [meta-qt5] populate_sdk_ext fails

2017-01-30 Thread Paul Eggleton
Hi Mike, On Monday, 30 January 2017 8:23:28 PM NZDT Mike Nicholson wrote: > I’m attempting to generate an extensible SDK that includes the meta-qt5 > layer. Generating a standard sdk via Yocto works just fine but generating > the extensible sdk fails with the following error: > > > | NOTE:

Re: [oe] [meta-qt5] populate_sdk_ext fails

2017-01-30 Thread Martin Jansa
On Mon, Jan 30, 2017 at 08:23:28PM +, Mike Nicholson wrote: > Hello, > > I sent the following the the openembedded-issues email list last month with > no response. I wanted to follow up with openembedded-devel in case ‘issues’ > wasn’t the right mailing list. This ML is correct one,

[oe] [meta-qt5] populate_sdk_ext fails

2017-01-30 Thread Mike Nicholson
Hello, I sent the following the the openembedded-issues email list last month with no response. I wanted to follow up with openembedded-devel in case ‘issues’ wasn’t the right mailing list. I’m attempting to generate an extensible SDK that includes the meta-qt5 layer. Generating a standard

Re: [oe] [PATCH 2/2] fluidsynth: add ARM NEON support for sample interpolation

2017-01-30 Thread Andreas Müller
On Wed, Jan 25, 2017 at 9:06 PM, Andreas Müller wrote: > Signed-off-by: Andreas Müller > --- > ...e_dsp_interpolate_4th_order-make-use-of-A.patch | 158 > + > .../fluidsynth/fluidsynth_1.1.6.bb |

Re: [oe] [meta-browser][PATCH v2] chromium-wayland: update to 53.0.2785.14

2017-01-30 Thread Jacobo Aragunde Pérez
On 30/01/17 19:36, Khem Raj wrote: > On Mon, Jan 30, 2017 at 10:33 AM, Jacobo Aragunde Pérez > wrote: >> Hi Khem Raj, >> >> sorry, I didn't understand your response. Do you prefer I send a new >> version of the rebase patch, including Herve's fix? In that case, Herve, >> I

Re: [oe] [meta-browser][PATCH v2] chromium-wayland: update to 53.0.2785.14

2017-01-30 Thread Khem Raj
On Mon, Jan 30, 2017 at 10:33 AM, Jacobo Aragunde Pérez wrote: > Hi Khem Raj, > > sorry, I didn't understand your response. Do you prefer I send a new > version of the rebase patch, including Herve's fix? In that case, Herve, > I think I could use jbriance's upstream patch

Re: [oe] [meta-browser][PATCH v2] chromium-wayland: update to 53.0.2785.14

2017-01-30 Thread Jacobo Aragunde Pérez
Hi Khem Raj, sorry, I didn't understand your response. Do you prefer I send a new version of the rebase patch, including Herve's fix? In that case, Herve, I think I could use jbriance's upstream patch so you don't need to generate it, if you all agree. I'd use the one that didn't get merged [1],

Re: [oe] [meta-oe][morty][PATCH] nbench-byte: fix project URL

2017-01-30 Thread akuster808
On 01/27/2017 06:26 AM, Nicolas Ferre wrote: www.tux.org/~mayer/linux/ location can't be found anymore. It seems that the www.math.utah.edu website gives an alternative to reach nbench-byte tool: use this one to fix the issue. In my morty-next thanks, Armin Signed-off-by: Nicolas Ferre

Re: [oe] [meta-networking][PATCH] lldpd: Update to version 0.9.6

2017-01-30 Thread Fabio Berton
Note: This [1] patch should be applied to build lldpd. [1] https://patchwork.openembedded.org/patch/136616/ On Mon, Jan 30, 2017 at 2:29 PM, Fabio Berton wrote: > This update includes following changes: > > lldpd (0.9.6) > * Changes: > + Add a compile-time

[oe] [meta-networking][PATCH] lldpd: Update to version 0.9.6

2017-01-30 Thread Fabio Berton
This update includes following changes: lldpd (0.9.6) * Changes: + Add a compile-time option to restore pre-0.9.2 JSON format (when using json-c). Use `--enable-json0` to enable this option. + Support for newer ethtool interface on Linux (ETHTOOL_GLINKSETTINGS) and

Re: [oe] [PATCH] multipath-tools: update to 0.6.4

2017-01-30 Thread Patrick Ohly
On Mon, 2017-01-30 at 13:18 +0100, Martin Jansa wrote: > On Fri, Jan 27, 2017 at 11:11:23AM +0100, Patrick Ohly wrote: > > No particular reason for updating besides following upstream. > > > > Only kpartx has been tested after updating! Seems to work as before; > > unfortunately that means that

Re: [oe] [PATCH] multipath-tools: update to 0.6.4

2017-01-30 Thread Martin Jansa
On Fri, Jan 27, 2017 at 11:11:23AM +0100, Patrick Ohly wrote: > No particular reason for updating besides following upstream. > > Only kpartx has been tested after updating! Seems to work as before; > unfortunately that means that as in 0.5.0, "kpartx -d" doesn't do > anything. > > Upstream

[oe] [meta-multimedia][PATCH] gst-instruments: add recipe

2017-01-30 Thread Oleksandr Kravchuk
From: Jonatan Pålsson Add recipe for gst-instruments. This is a set of utilities used to profile CPU usage of GStreamer pipeline elements. The gst-top utility is used to launch a gstreamer pipeline and record its profile, and the gst-report utility is used to

[oe] [meta-python][PATCH] python-pytz: update to 2016.10

2017-01-30 Thread Pascal Bach
From: Pascal Bach Signed-off-by: Pascal Bach --- meta-python/recipes-devtools/python/python-pytz.inc | 4 ++-- .../python/{python-pytz_2016.7.bb => python-pytz_2016.10.bb} | 0 .../python/{python3-pytz_2016.7.bb =>

[oe] [meta-python][PATCH] python-pyyaml: add dependency on python

2017-01-30 Thread Pascal Bach
From: Pascal Bach Python is required in order to build the cython parts. Signed-off-by: Pascal Bach --- meta-python/recipes-devtools/python/python-pyyaml.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[oe] [meta-python][PATCH] python3-multidict: make repeated builds work even without sphinx

2017-01-30 Thread Pascal Bach
From: Pascal Bach Make clean was implicitly calling sphinx which lead to errors. Signed-off-by: Pascal Bach --- ...w-calling-make-clean-without-sphinx-build.patch | 34 ++ .../python/python3-multidict_2.1.4.bb |