[oe] State of bitbake world, Failed tasks 2017-02-08

2017-02-10 Thread Martin Jansa
== Number of issues - stats == {| class='wikitable' !|Date !!colspan='3'|Failed tasks !!colspan='6'|Failed depencencies!!|Signatures !!colspan='12'|QA !!Comment |- || ||qemuarm ||qemux86 ||qemux86_64 ||q

Re: [oe] [meta-gnome][PATCH v02 3/3] dconf: make gtk+3 dependency optional

2017-02-10 Thread andreas . kling
many thanks for your review. no idea how I only recognized rdepends in base class. v03 remove duplicated depends to gtk+3 rebase from master to master-next v02 fix typo [oe] [meta-gnome][PATCH v03 1/3] dconf: depends on dbus [oe] [meta-gnome][PATCH v03 2/3] dconf: fix bash completion in wrong [o

[oe] [meta-gnome][PATCH v03 1/3] dconf: depends on dbus

2017-02-10 Thread andreas . kling
From: Andy Kling configure of dconf requires dbus | checking for dbus... no | configure: error: Package requirements (dbus-1) were not met: | | No package 'dbus-1' found --- meta-gnome/recipes-gnome/dconf/dconf_0.18.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --gi

[oe] [meta-gnome][PATCH v03 3/3] dconf: make gtk+3 dependency optional

2017-02-10 Thread andreas . kling
From: Andy Kling dconf requires gtk+3 only for dconf-editor and is useful even on systems without gui. add PACKAGECONFIG for editor, enable it by default if x11 is present in DISTRO_FEATURES add x11 to REQUIRED_DISTRO_FEATURES only if editor is enabled Note: editor will be dropped

[oe] [meta-gnome][PATCH v03 2/3] dconf: fix bash completion in wrong package

2017-02-10 Thread andreas . kling
From: Andy Kling bash completion is used by dconf itself not by editor. move file to main package. --- meta-gnome/recipes-gnome/dconf/dconf_0.18.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/dconf/dconf_0.18.0.bb b/meta-gnome/recipes-gnome

[oe] Qt5.8 qdbuscpp2xml broken for kde baloo?

2017-02-10 Thread Andreas Müller
Hi, I am cross building Qt and KDE with yocto environment. After Update to Qt 5.8 the package baloo from KDE KF5 is broken. After investigation I found that qdbuscpp2xml 5.8 build misses some public slots. I get for Qt5.8 build by yocto: qdbuscpp2xml -a filecontentindexer.h Unregistered input ty

[oe] [meta-oe][PATCH v4 1/3] libev: Add recipe for version 4.24

2017-02-10 Thread Fabio Berton
The provided compatibility layer with libevent is still basic, so we need to drop event.h for now to avoid conflicting with libevent. Signed-off-by: Fabio Berton --- meta-oe/recipes-connectivity/libev/libev_4.24.bb | 22 ++ 1 file changed, 22 insertions(+) create mode 100644

[oe] [meta-oe][PATCH v4 2/3] libuv: Add recipe for version 1.10.2

2017-02-10 Thread Fabio Berton
Signed-off-by: Fabio Berton --- meta-oe/recipes-connectivity/libuv/libuv_1.10.2.bb | 19 +++ 1 file changed, 19 insertions(+) create mode 100644 meta-oe/recipes-connectivity/libuv/libuv_1.10.2.bb diff --git a/meta-oe/recipes-connectivity/libuv/libuv_1.10.2.bb b/meta-oe/recipes-

[oe] [meta-oe][PATCH v4 3/3] libwebsockets: Add recipe for version 2.1.0

2017-02-10 Thread Fabio Berton
Signed-off-by: Fabio Berton --- .../libwebsockets/libwebsockets_2.1.0.bb | 28 ++ 1 file changed, 28 insertions(+) create mode 100644 meta-oe/recipes-connectivity/libwebsockets/libwebsockets_2.1.0.bb diff --git a/meta-oe/recipes-connectivity/libwebsockets/libwebso

Re: [oe] [meta-qt5] Qt5.8 qdbuscpp2xml broken for kde baloo?

2017-02-10 Thread Andreas Müller
On Fri, Feb 10, 2017 at 11:19 AM, Andreas Müller wrote: > Hi, > > I am cross building Qt and KDE with yocto environment. After Update to > Qt 5.8 the package baloo from KDE KF5 is broken. After investigation I > found that qdbuscpp2xml 5.8 build misses some public slots. > > I get for Qt5.8 build

[oe] [meta-qt5] Query regarding segmentation fault for Qt5 opengl examples

2017-02-10 Thread sujith h
Hi, I am trying to use poky master + meta-qt5 ( krogoth branch revision : 2ae48d180aebf5bf5137a1828765d41198b5ab1a). I have made the changes to the local.conf as mentioned in "4.6.3. Using x32 Right Now" from http://www.yoctoproject.org/docs/2.2/ref-manual/ref-manual.html. Once I got the core-imag

Re: [oe] State of bitbake world, Failed tasks 2017-02-08

2017-02-10 Thread Martin Jansa
On Fri, Feb 10, 2017 at 09:28:11AM +0100, Martin Jansa wrote: > == Number of issues - stats == > {| class='wikitable' > !|Date !!colspan='3'|Failed tasks > !!colspan='6'|Failed depencencies!!|Signatures > !!colspan='12'|QA !!C

[oe] [meta-qt5][PATCH][master][morty]] populate_sdk_qt5: use _append operator

2017-02-10 Thread Max Krummenacher
populate_sdk assigns TOOLCHAIN_HOST_TASK and TOOLCHAIN_TARGET_TASK with ?=. Thus depending on the order in which populate_sdk and populate_sdk-qt5 get parsed the assignments from populate_sdk are discarded and the resulting sdk is missing among others the environment-setup script. Signed-off-by: M

Re: [oe] [OE-core] State of bitbake world, Failed tasks 2017-02-08

2017-02-10 Thread Andreas Müller
On Fri, Feb 10, 2017 at 5:26 PM, Martin Jansa wrote: > On Fri, Feb 10, 2017 at 09:28:11AM +0100, Martin Jansa wrote: >> == Number of issues - stats == >> {| class='wikitable' >> !|Date !!colspan='3'|Failed tasks >> !!colspan='6'|Failed depencencies

[oe] [meta-networking][PATCH] Samba: use built-in libtevent

2017-02-10 Thread Gyorgy Szombathelyi
Since Samba uses libtevent-internal.h in some places, it is incompatible with external libtevent versions if they're not the same as the built-in, and just crashes. --- meta-networking/recipes-connectivity/samba/samba_4.4.5.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a

Re: [oe] [meta-python][PATCH 2/2] python3-pycrypto: add python3 version of pycrypto

2017-02-10 Thread Martin Jansa
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" from the .inc file doesn't help to find cross-compiling.patch (because it still poinst to python3-pycrypto not python-pycrypto Parsing recipes...WARNING: meta-oe/meta-python/recipes-devtools/python/ python3-pycrypto_2.6.1.bb: Unable to get checksum fo

Re: [oe] [meta-oe][PATCH 1/4] lvm2: remove unbuildable 2.02.138

2017-02-10 Thread Martin Jansa
It seems to be buildable when you add: EXTRA_OECONF += "--disable-selinux \ --with-cluster=none \ " at least that's what one of my .bbappends does. On Thu, Feb 9, 2017 at 6:17 PM, Khem Raj wrote: > On Thu, Feb 9, 2017 at 9:11 AM, Patrick Ohly > wrote: > > On We

[oe] OEDAM Feb 20th - Portland

2017-02-10 Thread akuster808
Hello all, If you plan on attending the OEDAM in Portland, please ensure you have signed up on the wiki. We need a head count. It is a week from this Monday. please respond to this email or add your name to the wiki. kind regards, Armin -- ___ O

Re: [oe] Is Krogoth release still maintained?

2017-02-10 Thread akuster808
On 02/10/2017 05:46 AM, Ruslan Bilovol wrote: Hi Armin, I see that Krogoth branches in openembedded-core and meta-openembedded layers were last updated 3 months ago. Thats about the run rate between updates. So is Krogoth release still maintained? Yes they are. Openembedded-core is main