Re: [oe] [meta-oe][master][sumo][PATCH] rapidjson: Update to newer 1.1.0 + git

2018-10-23 Thread Joshua Watt
On Tue, Oct 23, 2018, 5:32 PM akuster808 wrote: > > On 10/23/18 5:04 PM, Joshua Watt wrote: > > Bring in a newer version of rapidjson which includes a fixes when > > running on ARM, specifically 748a652f04 ("Fix SIGBUS due to unaligned > > access") > > Master can do what it want bug Stable has ma

Re: [oe] [PATCH 2/2] ncmpc: add PACKAGECONFIG[regex]

2018-10-23 Thread akuster808
On 10/23/18 5:38 PM, Max Kellermann wrote: > From: Max Kellermann Can these two patches be squished together ? > > --- > meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.33.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/meta-multimedia/recipes-multimedia/mu

Re: [oe] [meta-oe][master][sumo][PATCH] rapidjson: Update to newer 1.1.0 + git

2018-10-23 Thread akuster808
On 10/23/18 5:04 PM, Joshua Watt wrote: > Bring in a newer version of rapidjson which includes a fixes when > running on ARM, specifically 748a652f04 ("Fix SIGBUS due to unaligned > access") Master can do what it want bug Stable has many concerns. What version was the old hash?  How many changes

Re: [oe] [meta-oe][master][sumo][PATCH] rapidjson: Allow empty package

2018-10-23 Thread Joshua Watt
On Tue, 2018-10-23 at 19:28 +0200, Martin Jansa wrote: > Why is installing useless empty packages sane? The development packages that get installed in the SDK are picked up grabbing the -dev that corresponds to each ${PN} being installed. However, you can't do that with RapidJSON as there is no ${

Re: [oe] [meta-oe][master][sumo][PATCH] rapidjson: Allow empty package

2018-10-23 Thread Martin Jansa
Why is installing useless empty packages sane? On Tue, Oct 23, 2018 at 6:05 PM Joshua Watt wrote: > Causes the empty base package to be created so that RapidJSON can be > sanely included in an SDK via IMAGE_INSTALL, RDEPENDS, and the like. > > Signed-off-by: Joshua Watt > --- > meta-oe/recipes

[oe] [PATCH 2/2] ncmpc: add PACKAGECONFIG[regex]

2018-10-23 Thread Max Kellermann
From: Max Kellermann --- meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.33.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.33.bb b/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.33.bb index 9e8522a9e..8468d125

[oe] [PATCH 1/2] ncmpc: update to 0.33

2018-10-23 Thread Max Kellermann
From: Max Kellermann Several build options have been changed from "boolean" to "feature", and thus we have to change "true/false" to "enabled/disabled". --- .../musicpd/{ncmpc_0.32.bb => ncmpc_0.33.bb} | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) rename meta-multim

[oe] [meta-oe][master][sumo][PATCH] rapidjson: Allow empty package

2018-10-23 Thread Joshua Watt
Causes the empty base package to be created so that RapidJSON can be sanely included in an SDK via IMAGE_INSTALL, RDEPENDS, and the like. Signed-off-by: Joshua Watt --- meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-devtool

[oe] [meta-oe][master][sumo][PATCH] rapidjson: Update to newer 1.1.0 + git

2018-10-23 Thread Joshua Watt
Bring in a newer version of rapidjson which includes a fixes when running on ARM, specifically 748a652f04 ("Fix SIGBUS due to unaligned access") Also remove the existing patch file as the issue was resolved in the mainline by 4c9a28a28e ("CMake: do not pass -march=native or -mcpu=native when cross

Re: [oe] [meta-oe][PATCH] add a storage I/O benchmark test suite

2018-10-23 Thread Anders Roxell
CCing in the package maintainer. On Sun, 21 Oct 2018 at 17:10, Khem Raj wrote: > > On Sun, Oct 21, 2018 at 12:29 AM Randy MacLeod > wrote: > > > > On 10/19/18 10:54 AM, Anders Roxell wrote: > > > Signed-off-by: Anders Roxell > > > --- > > > .../recipes-benchmark/s-suite/s-suite_git.bb | 30 +

[oe] [meta-java][PATCH v2] openjdk-8-native: hotspot: handle format-overflow error for gcc >= 7

2018-10-23 Thread Andreas Obergschwandtner
fixed the format-overflow warnings by patch affected files in openjdk-8-hotspot Signed-off-by: Andreas Obergschwandtner --- Changes v2: + add the patch reference to the openjdk-8-release-172b11-common.inc --- .../openjdk-8-release-172b11-common.inc | 1 + .../hotspot-handle-gcc7-f

[oe] samba minimal smbclient

2018-10-23 Thread Craig McQueen
I'd like to use smbclient in a project, with minimal functionality (just to copy files onto a Windows machine). But the samba package adds something like 10 MB to the project. Is it possible to get a cut-down smbclient-only package? Previously I was using Yocto morty, and I managed to cut the sa