Re: [oe] [meta-oe][PATCH 1/2] lvm2: separate libdevmapper to avoid circular dependency

2017-04-20 Thread Martin Jansa
On Tue, Apr 18, 2017 at 05:52:46PM +0800, qi.c...@windriver.com wrote: > From: Chen Qi > > If we enable 'cryptsetup' PACKAGECONFIG for systemd, there would be > circular dependency issue among 'systemd', 'cryptsetup' and 'lvm2'. > > cryptsetup only needs libdevmapper from lvm2. So we separte lib

Re: [oe] [meta-networking][PATCH v3] tinyproxy: Add recipe

2017-04-20 Thread Martin Jansa
On Thu, Apr 13, 2017 at 02:34:27PM +0200, Benjamin Gaignard wrote: > Signed-off-by: Benjamin Gaignard > --- > .../tinyproxy/tinyproxy/tinyproxy.service | 14 > .../recipes-support/tinyproxy/tinyproxy_1.8.4.bb | 39 > ++ > 2 files changed, 53 insertions(+)

Re: [oe] [meta-oe][ 27/32] mosh: Upgrade to 1.3.0

2017-04-20 Thread Martin Jansa
OK, I took it from there. There were 2 more patches in that branch: pick 58ec00043 ne10: Fix build errors on cortex-a7 cpus pick 49de0a778 live555: Update from 20130430 to 20170410 which I haven't seen on ML, will keep them for next build, but if you want them to be applied send them to ML as well

[oe] [meta-networking][PATCH v4] tinyproxy: Add recipe

2017-04-20 Thread Benjamin Gaignard
Signed-off-by: Benjamin Gaignard --- .../tinyproxy/disable-documentation.patch | 37 + .../tinyproxy/tinyproxy/tinyproxy.service | 14 .../recipes-support/tinyproxy/tinyproxy_1.8.4.bb | 38 ++ 3 files changed, 89 insertions(+)

Re: [oe] [meta-networking][PATCH v3] tinyproxy: Add recipe

2017-04-20 Thread Benjamin Gaignard
2017-04-20 9:09 GMT+02:00 Martin Jansa : > On Thu, Apr 13, 2017 at 02:34:27PM +0200, Benjamin Gaignard wrote: >> Signed-off-by: Benjamin Gaignard >> --- >> .../tinyproxy/tinyproxy/tinyproxy.service | 14 >> .../recipes-support/tinyproxy/tinyproxy_1.8.4.bb | 39 >>

[oe] [meta-networking][PATCH] strongswan: Split plugins

2017-04-20 Thread David Vincent
strongSwan offers a plugin mechanism therefore it should not be mandatory to install all of them when installing the package. Each plugin is now a self-contained package with the library and its configuration. To remain compatible with the current configuration, a default set of plugins has been s

Re: [oe] [meta-networking][PATCH] strongswan: Split plugins

2017-04-20 Thread Martin Jansa
I think currently the preferred way is only one -dev/-dbg/-staticdev package per recipe. Why not set RDEPENDS_${PN} based on plugins packaged in first do_split_packages call? Just my 2c - I'm not using strongswan and Joe has last word for meta-networking. On Thu, Apr 20, 2017 at 3:57 PM, David V

Re: [oe] OpenEmbedded 2017 General Meeting

2017-04-20 Thread Sean Hudson
On 2017-04-19 03:48 PM, Sean Hudson wrote: > The board would like to hold a general meeting with all members. Under > the new by-laws of the OpenEmbedded organization, we can meet > electronically. This will also fulfill the requirement for an annual, > general meeting. > > Planned Date/Time: >

Re: [oe] OpenEmbedded 2017 General Meeting

2017-04-20 Thread Trevor Woerner
On Thu, Apr 20, 2017 at 10:58 AM, Sean Hudson wrote: > I found an updated list of access numbers that include several country > specific toll-free numbers for the teleconference. I've updated the > wiki page with the details. I also setup a #oe-meeting IRC channel that > we can use as a back cha

[oe] [meta-oe][PATCH] multipath-tools: don't blindly assume base_sbindir to be /sbin.

2017-04-20 Thread Krisztian Litkey
From: Krisztian Litkey Don't blindly assume base_sbindir is /sbin. Pass its real value instead to the build process to make sure binaries end up in the right place even when base_sbin happens to point somewhere else. Signed-off-by: Krisztian Litkey --- meta-oe/recipes-support/multipath-tools/m

[oe] [meta-oe][PATCH 1/2] ne10: Fix build errors on cortex-a7 cpus

2017-04-20 Thread Khem Raj
GCC7 warns and errors about incompatible cmdline switches for mcpu and march Signed-off-by: Khem Raj --- .../ne10/0001-Dont-specify-march-explicitly.patch | 38 ++ meta-oe/recipes-support/ne10/ne10_1.2.1.bb | 3 +- 2 files changed, 40 insertions(+), 1 deletion(-) c

[oe] [meta-oe][PATCH 2/2] live555: Update from 20130430 to 20170410

2017-04-20 Thread Khem Raj
license checksum changed due to annual update of the copyright years Signed-off-by: Khem Raj --- meta-oe/recipes-multimedia/live555/live555.inc | 8 +++- meta-oe/recipes-multimedia/live555/live555_20130430.bb | 7 --- meta-oe/recipes-multimedia/live555/live555_20170410.bb | 9 +++

Re: [oe] [meta-oe][ 27/32] mosh: Upgrade to 1.3.0

2017-04-20 Thread Khem Raj
On Thu, Apr 20, 2017 at 12:16 AM, Martin Jansa wrote: > OK, I took it from there. There were 2 more patches in that branch: > pick 58ec00043 ne10: Fix build errors on cortex-a7 cpus > pick 49de0a778 live555: Update from 20130430 to 20170410 yes right. New fixes that are ready to be upstreamed ke

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

2017-04-20 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 ||q

Re: [oe] [meta-oe][PATCH 1/2] lvm2: separate libdevmapper to avoid circular dependency

2017-04-20 Thread ChenQi
On 04/20/2017 03:08 PM, Martin Jansa wrote: On Tue, Apr 18, 2017 at 05:52:46PM +0800, qi.c...@windriver.com wrote: From: Chen Qi If we enable 'cryptsetup' PACKAGECONFIG for systemd, there would be circular dependency issue among 'systemd', 'cryptsetup' and 'lvm2'. cryptsetup only needs libdev