[oe] [meta-oe][PATCH] python-pygobject: remove the empty pkgconfig directory

2017-04-27 Thread jackie.huang
From: Jackie Huang The empty pkgconfif directory causes error when run relocatable_native_pcfiles: | sed: can't read /path/to/recipe-sysroot-native/usr/lib/pkgconfig/*.pc: No such file or directory So remove the directory instead of removing the pc file but left an

[oe] [meta-oe] [PATCH v2] cryptsetup: 1.7.2 -> 1.7.4

2017-04-27 Thread Huang Qiyu
Upgrade cryptsetup from 1.7.2 to 1.7.4. Signed-off-by: Huang Qiyu --- .../cryptsetup/{cryptsetup_1.7.2.bb => cryptsetup_1.7.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/cryptsetup/{cryptsetup_1.7.2.bb =>

[oe] [PATCH] cryptsetup: 1.7.2 -> 1.7.4

2017-04-27 Thread Huang Qiyu
Upgrade cryptsetup from 1.7.2 to 1.7.4. Signed-off-by: Huang Qiyu --- .../cryptsetup/{cryptsetup_1.7.2.bb => cryptsetup_1.7.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/cryptsetup/{cryptsetup_1.7.2.bb =>

[oe] [meta-oe] [PATCH] meta_oe_security_flags.inc: Disable PIE for libdevmapper

2017-04-27 Thread Huang Qiyu
Modify meta_oe_security_flags.inc to fix error: / | collect2: error: ld returned 1 exit status | ../make.tmpl:426: recipe for target 'ioctl/libdevmapper.so.1.02' failed | make[1]: *** [ioctl/libdevmapper.so.1.02] Error 1 \ Signed-off-by: Huang Qiyu ---

Re: [oe] [meta-python][PATCH v3 2/2] python-mprpc: add new recipe

2017-04-27 Thread Khem Raj
On Thu, Apr 27, 2017 at 4:08 PM, Andrej Rode wrote: > Hi, > >> I think you could just do SRC_URI += and remove patch=1 and pnum=1 >> they are defaults. >> > > yeah, that would be better, but as Martin pointed out all my pending patches > are already merged. > Sorry for

Re: [oe] [meta-python][PATCH v3 2/2] python-mprpc: add new recipe

2017-04-27 Thread Andrej Rode
Hi, I think you could just do SRC_URI += and remove patch=1 and pnum=1 they are defaults. yeah, that would be better, but as Martin pointed out all my pending patches are already merged. Sorry for resending and not checking if they are already merged. I was looking at patchwork, but

Re: [oe] [meta-python][PATCH v3 2/2] python-mprpc: add new recipe

2017-04-27 Thread Khem Raj
On Thu, Apr 27, 2017 at 2:19 PM, Andrej Rode wrote: > Add recipe for python-mprpc, a messagepack RPC library for python > > Signed-off-by: Andrej Rode > --- > .../python-mprpc/files/0001-fix_setup_py.patch | 34 > ++ >

Re: [oe] [meta-python][PATCH v3] python-systemd, python3-systemd: add a new recipes

2017-04-27 Thread Andrej Rode
On 27/04/17 15:08, Martin Jansa wrote: All 4 changes were already merged, please rebase and send what's left as follow-up patch. Oh, last time I checked they weren't, sorry for the noise :/ I'll see what's left (: Cheers, Andrej -- ___

Re: [oe] [meta-python][PATCH v3] python-systemd, python3-systemd: add a new recipes

2017-04-27 Thread Martin Jansa
All 4 changes were already merged, please rebase and send what's left as follow-up patch. On Thu, Apr 27, 2017 at 11:18 PM, Andrej Rode wrote: > Adds new recipe for python-systemd and python3-systemd > which provide python bindings for libsystemd > > Signed-off-by: Andrej

[oe] [meta-python][PATCH v3 2/2] python-mprpc: add new recipe

2017-04-27 Thread Andrej Rode
Add recipe for python-mprpc, a messagepack RPC library for python Signed-off-by: Andrej Rode --- .../python-mprpc/files/0001-fix_setup_py.patch | 34 ++ .../python-mprpc/python-mprpc_0.1.13.bb| 17 +++ 2 files changed, 51

[oe] [meta-python][PATCH v3 1/2] python-gsocketpool: add new recipe

2017-04-27 Thread Andrej Rode
Adds recipe for python-gsocketpool as a dependency for python-mprpc Signed-off-by: Andrej Rode --- .../files/0001-fix_setup_py.patch | 35 ++ .../python-gsocketpool/python-gsocketpool_0.1.5.bb | 16 ++ 2 files changed, 51

[oe] [meta-python][PATCH] gevent: update 0.13.8 -> 1.2.1

2017-04-27 Thread Andrej Rode
Signed-off-by: Andrej Rode --- .../python/python-gevent/libev-conf.patch | 26 .../python/python-gevent_0.13.8.bb | 15 .../recipes-devtools/python/python-gevent_1.2.1.bb | 28 ++ 3 files

[oe] [meta-python][PATCH v3] python-systemd, python3-systemd: add a new recipes

2017-04-27 Thread Andrej Rode
Adds new recipe for python-systemd and python3-systemd which provide python bindings for libsystemd Signed-off-by: Andrej Rode --- meta-python/recipes-devtools/python/python-systemd_234.bb | 13 + meta-python/recipes-devtools/python/python3-systemd_234.bb |

[oe] [PATCH] README: update maintainers list for pyro

2017-04-27 Thread Armin Kuster
Signed-off-by: Armin Kuster --- meta-efl/README | 12 ++-- meta-filesystems/README | 12 +++- meta-gnome/README | 11 ++- meta-gpe/README | 12 ++-- meta-initramfs/README | 10 +-

Re: [oe] [meta-filesystems][PATCH] xfsdump: upgrade to 3.1.6 and remove from blacklist

2017-04-27 Thread Martin Jansa
And it still fails: http://errors.yoctoproject.org/Errors/Details/141368/ On Thu, Apr 27, 2017 at 8:37 AM, wrote: > From: Robert Yang > > The 3.1.4 doesn't work with xfsprogs 4.7: > | inv_files.o: In function `inv_dirpath': >

Re: [oe] Some experimental layers and conclusions

2017-04-27 Thread Trevor Woerner
Hi Daniel, Very interesting report, thanks for the info! On Thu 2017-04-27 @ 02:46:24 AM, csho...@cshore.thecshore.com wrote: > * OE doesn't have good *router* networking support (i.e. nothing like > OpenWrt/LEDE's netifd and friends for a headless system, that one can > configure by editing a

[oe] [meta-oe][PATCH] thrift: refactor recipe

2017-04-27 Thread Pascal Bach
- use release tarball instead of git - move libevent, python and glib into PACKAGECONFIG - add NOTICE file to copyright check - split into multiple packages - libthrift for libaries - thrift-compiler for compiler - thrift pulls in everything as before Signed-off-by: Pascal Bach

Re: [oe] State of bitbake world, Failed tasks 2017-04-26

2017-04-27 Thread Martin Jansa
One of the builds was showing tiptop failure: http://errors.yoctoproject.org/Errors/Details/141293/ I wonder if there is still some undeterministic behavior related to flex. It shouldn't be able to use host's flex due to HOSTTOOLS filtering. It doesn't have the dependency on flex-native, but

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

2017-04-27 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

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

2017-04-27 Thread David Vincent
Sorry for the late reply, I've seen the patch has been merged into master-next but I let this thread unanswered. Here are some thoughts to explain it. On mercredi 26 avril 2017 16:57:29 CEST Joe MacDonald wrote: > [Re: [oe] [meta-networking][PATCH] strongswan: Split plugins] On 17.04.20 (Thu

[oe] Some experimental layers and conclusions

2017-04-27 Thread cshored
Hi all, I've done some prototyping of some ideas I was working on with OpenEmbedded, what I learned from the efforts (which I'm posting here for the benefit of someone who might be interested in this or similar concepts). I was initially interested in OE as a possible replacement for

[oe] [meta-filesystems][PATCH] xfsdump: upgrade to 3.1.6 and remove from blacklist

2017-04-27 Thread Qi.Chen
From: Robert Yang The 3.1.4 doesn't work with xfsprogs 4.7: | inv_files.o: In function `inv_dirpath': |xfsdump-3.1.4/invutil/inv_files.c:53: undefined reference to `ASSERT' | inv_files.o: In function `inv_fstab': |xfsdump-3.1.4/invutil/inv_files.c:60: undefined