[oe] [meta-oe][PATCH 7/7] breakpad: Fix build with musl/mips

2017-09-21 Thread Khem Raj
Signed-off-by: Khem Raj --- .../breakpad/breakpad/mcontext.patch | 77 ++ .../breakpad/breakpad/mips_asm_sgidefs.patch | 9 ++- meta-oe/recipes-devtools/breakpad/breakpad_git.bb | 3 + 3 files changed, 88 insertions(+), 1 deletion(-)

[oe] [meta-oe][PATCH V3 6/7] leveldb: Fix parallel build

2017-09-21 Thread Khem Raj
Add build parallelism, since we do not use oe_runmake Signed-off-by: Khem Raj --- Changes in V3: Fix parallel build .../leveldb/0001-Makefile-Fix-parallel-build.patch | 35 ++ meta-oe/recipes-extended/leveldb/leveldb_git.bb| 3 +- 2 files changed,

[oe] [meta-oe][PATCH 4/7] toybox: Upgrade to 0.7.4

2017-09-21 Thread Khem Raj
enable parallel build Signed-off-by: Khem Raj --- .../recipes-core/toybox/{toybox_0.7.3.bb => toybox_0.7.4.bb} | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) rename meta-oe/recipes-core/toybox/{toybox_0.7.3.bb => toybox_0.7.4.bb} (87%) diff --git

[oe] [meta-gnome][PATCH 3/7] network-manager-applet: Disable gobject-introspection on musl

2017-09-21 Thread Khem Raj
It segfaults qemu Signed-off-by: Khem Raj --- .../network-manager-applet/network-manager-applet_1.4.4.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_1.4.4.bb

[oe] [meta-networking][PATCH 2/7] openl2tp: Fix build with musl/libtirpc

2017-09-21 Thread Khem Raj
Signed-off-by: Khem Raj --- ...api.c-include-rpc-clnt.h-for-resultproc_t.patch | 31 ++ .../recipes-protocols/openl2tp/openl2tp_1.8.bb | 1 + 2 files changed, 32 insertions(+) create mode 100644

[oe] [meta-oe][PATCH 5/7] nbench-byte: Update SRC_URI to fossies.org

2017-09-21 Thread Khem Raj
Current SRC_URI responds with 404 Fix WARNING: nbench-byte-2.2.3-r0 do_fetch: Failed to fetch URL http://www.tux.org/~mayer/linux/nbench-byte-2.2.3.tar.gz, attempting MIRRORS if available Signed-off-by: Khem Raj ---

[oe] [meta-networking][PATCH 1/7] yp-tools: Ignore cpp warnings as errors

2017-09-21 Thread Khem Raj
-Wno-error=\#Warnings is too clang'ish, gcc doesnt like it use an option that common for both compilers Signed-off-by: Khem Raj --- meta-networking/recipes-support/nis/yp-tools_4.2.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [oe] [meta-oe][PATCH V2 2/5] leveldb: Fix build with clang

2017-09-21 Thread Khem Raj
On Wed, Sep 13, 2017 at 2:33 AM, Martin Jansa wrote: > I'm keeping this one in master-next for a bit longer because in some builds > I've seen some issues which might be caused by enabled parallelism. > > The log doesn't show much, the only error is: > > Assembler

Re: [oe] chromium detected as stripped

2017-09-21 Thread Trevor Woerner
On Wed, Sep 20, 2017 at 1:43 PM, Trevor Woerner wrote: > When I compile chromium61 with pyro, I get a strange error. Every time the > python wrapper (gcc_link_wrapper.py) is called for a native compile (g++), I > get: ... > This happens with both qemux86-64 and raspberrypi3.

Re: [oe] [PATCH 1/1] lvm2: disable thin provisioning support if GPLv3 incompatible

2017-09-21 Thread Andre McCurdy
On Thu, Sep 21, 2017 at 7:16 AM, Khem Raj wrote: > On Wed, Sep 20, 2017 at 11:47 PM, wrote: >> From: Kai Kang >> >> Disable thin provisioning support for lvm2 if it is set GPLv3 >> incompatible. >> >> Signed-off-by: Kai Kang

Re: [oe] [meta-qt5][PATCH] qt5: add missing commercial license

2017-09-21 Thread Kwangsub Kim
(Sorry for duplicate emails. I thought those were not delivered.) I agree on clearing up complex logical expressions of licenses. But I think it's another topic because it would need wider updates including the other packages unrelated to commercial license fix. What about discussing about it on

Re: [oe] [meta-oe][PATCH] luajit: create developer symlinks

2017-09-21 Thread Andre McCurdy
On Thu, Sep 21, 2017 at 5:01 AM, Pascal Bach wrote: > LuaJIT tries to call ldconfig during installation which doesn't work. Presumably this stopped working recently (since host tools now need to be whitelisted and ldconfig is not included in HOSTTOOLS)? If so, maybe

Re: [oe] [PATCH 1/1] lvm2: disable thin provisioning support if GPLv3 incompatible

2017-09-21 Thread Khem Raj
On Wed, Sep 20, 2017 at 11:47 PM, wrote: > From: Kai Kang > > Disable thin provisioning support for lvm2 if it is set GPLv3 > incompatible. > > Signed-off-by: Kai Kang > --- > meta-oe/recipes-support/lvm2/lvm2.inc | 2 +-

Re: [oe] [morty][PATCH 1/2] lftp: change SRC_URI source

2017-09-21 Thread akuster808
On 09/21/2017 02:59 AM, Martin Jansa wrote: > From: Oleksandr Kravchuk > > Changed SRC_URI source to official web-site, which keeps tarballs with > old releases. > > Cherry-picked from master, but without the upgrade to 4.7.5. Both in stagging. Thanks, Armin

[oe] [meta-oe][PATCH] luajit: create developer symlinks

2017-09-21 Thread Pascal Bach
LuaJIT tries to call ldconfig during installation which doesn't work. This causes the .so and .so.2 symlinks to no be created. By setting "LDCONFIG= :" the call will be skipped the same as on Darwin Signed-off-by: Pascal Bach ---

[oe] [meta-qt5][PATCH] qt5: add missing commercial license

2017-09-21 Thread Kwangsub Kim
Signed-off-by: Kwangsub Kim --- recipes-qt/qt5/qt3d_git.bb | 2 +- recipes-qt/qt5/qtcanvas3d_git.bb | 2 +- recipes-qt/qt5/qtcharts_git.bb | 2 +- recipes-qt/qt5/qtdatavis3d_git.bb | 2 +- recipes-qt/qt5/qtlocation_git.bb | 2 +-

Re: [oe] [meta-qt5][PATCH] qt5: add missing commercial license

2017-09-21 Thread Christian Gagneraud
On 21 September 2017 at 14:40, Kwangsub Kim wrote: [...] > diff --git a/recipes-qt/qt5/qtserialport_git.bb > b/recipes-qt/qt5/qtserialport_git.bb > index 056e237..23f03ce 100644 > --- a/recipes-qt/qt5/qtserialport_git.bb > +++ b/recipes-qt/qt5/qtserialport_git.bb > @@ -3,7

Re: [oe] please merge morty-next to morty

2017-09-21 Thread Martin Jansa
Hi Armin, merged. I've resent 2 more changes which were pending for morty. I've also refreshed pyro-next based on your last request. Regards, On Wed, Sep 20, 2017 at 6:14 AM, akuster808 wrote: > Hello Martin, > > If there are no outstanding issues with what is in next,

[oe] [morty][PATCH 2/2] opensaf: fix QA Issue

2017-09-21 Thread Martin Jansa
From: "dengke...@windriver.com" Move the do_sysvinit_install contents to do_install_append. Signed-off-by: Dengke Du Signed-off-by: Martin Jansa Signed-off-by: Joe MacDonald ---

[oe] [morty][PATCH 1/2] lftp: change SRC_URI source

2017-09-21 Thread Martin Jansa
From: Oleksandr Kravchuk Changed SRC_URI source to official web-site, which keeps tarballs with old releases. Cherry-picked from master, but without the upgrade to 4.7.5. commit a2e075ba656a89da58ca4f849c2f08ec6d50a96f Author: Oleksandr Kravchuk

[oe] [meta-qt5][PATCH] qt5: add missing commercial license

2017-09-21 Thread Kwangsub Kim
Signed-off-by: Kwangsub Kim --- recipes-qt/qt5/qt3d_git.bb | 2 +- recipes-qt/qt5/qtcanvas3d_git.bb | 2 +- recipes-qt/qt5/qtcharts_git.bb | 2 +- recipes-qt/qt5/qtdatavis3d_git.bb | 2 +- recipes-qt/qt5/qtlocation_git.bb | 2 +-

[oe] [meta-qt5][PATCH] qt5: add missing commercial license

2017-09-21 Thread Kwangsub Kim
Signed-off-by: Kwangsub Kim --- recipes-qt/qt5/qt3d_git.bb | 2 +- recipes-qt/qt5/qtcanvas3d_git.bb | 2 +- recipes-qt/qt5/qtcharts_git.bb | 2 +- recipes-qt/qt5/qtdatavis3d_git.bb | 2 +- recipes-qt/qt5/qtlocation_git.bb | 2 +-

[oe] [meta-oe][PATCH v2] cpupower: add a new recipe

2017-09-21 Thread Fathi Boudra
cpupower is a tool to show and set processor power related values. In addition, it allows to run in-kernel selftests intel_pstate test. The recipe is based on the initial work from Roy Li : https://patchwork.openembedded.org/patch/118911/ Signed-off-by: Fathi Boudra

[oe] [meta-oe][PATCH] lvm2: fix start lvm2-monitor.service failed

2017-09-21 Thread Hongxu Jia
While systemd based, start lvm2-monitor.service failed. ... |Sep 21 05:37:34 qemux86-64 lvm[389]: /var/lock: stat failed: No such file or directory |Sep 21 05:37:34 qemux86-64 systemd[1]: lvm2-monitor.service: Main process exited, code=exited, status=5/NOTINSTALLED ... The failure of

[oe] [PATCH 1/1] lvm2: disable thin provisioning support if GPLv3 incompatible

2017-09-21 Thread kai.kang
From: Kai Kang Disable thin provisioning support for lvm2 if it is set GPLv3 incompatible. Signed-off-by: Kai Kang --- meta-oe/recipes-support/lvm2/lvm2.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[oe] [PATCH 0/1] lvm2: disable thin provisioning support if GPLv3 incompatible

2017-09-21 Thread kai.kang
From: Kai Kang Test steps: 1 add layer meta-gplv2 to conf/bblayers.conf 2 echo INCOMPATIBLE_LICENSE += \"GPLv3 LGPLv3 GPLv3+ LGPLv3+ AGPL-3.0\" >> conf/local.conf 3 bitbake lvm2 Without the patch, lvm2 fails with: ERROR: Nothing RPROVIDES 'thin-provisioning-tools' (but

[oe] [meta-oe][PATCH] byacc: Add HOMEPAGE info into recipe file.

2017-09-21 Thread Huang Qiyu
copy byacc from meta to meta-oe. Signed-off-by: Huang Qiyu --- meta-oe/recipes-extended/byacc/byacc.inc | 23 +++ .../0001-byacc-do-not-reorder-CC-and-CFLAGS.patch | 161 + .../recipes-extended/byacc/byacc/byacc-open.patch | 25

[oe] [meta-oe][PATCH] dfu-util: Add HOMEPAGE info into recipe file.

2017-09-21 Thread Huang Qiyu
Signed-off-by: Huang Qiyu --- meta-oe/recipes-support/dfu-util/dfu-util_0.9.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-support/dfu-util/dfu-util_0.9.bb b/meta-oe/recipes-support/dfu-util/dfu-util_0.9.bb index 01bca22..76e1552 100644 ---