Re: [oe] [yocto] [OE-core] glibc 2.22

2015-07-29 Thread Khem Raj
On Tue, Jul 28, 2015 at 12:48 AM, Lei, Maohui wrote: > Hi Khem, > > >> glibc 2.22 will release end of this month. For some time I have put >> together the update here >> >> http://git.openembedded.org/openembedded-core-contrib/commit/?h=kraj/m >> aster&id=0 >> 2e73ea526d94f21c7ef82eb96b062eff8ebb8

Re: [oe] [meta-oe][PATCH v2 0/9] add openlmi and it's depends

2015-07-29 Thread Lei, Maohui
Hi Martin > Still fails to build on jenkins, logs in: > http://errors.yoctoproject.org/Errors/Build/7660/ I had reproduced these errors of cmpi-bindings. If build with swig 3.0.2 (meta-openembedded master), there is no problem. But when the swig upgrades to 3.0.6 (submitted by Lixin ) , these

Re: [oe] [OE-core] [oe-commits] Ross Burton : gamin: remove

2015-07-29 Thread Burton, Ross
On 29 July 2015 at 16:01, Martin Jansa wrote: > Someone interested in fixing tracer recipe? > > NOTE: Resolving any missing task queue dependencies > ERROR: Nothing PROVIDES 'gamin' (but > /home/jenkins/oe/world/shr-core/meta-openembedded/meta-gnome/recipes-support/tracker/ > tracker_0.14.2.bb DE

[oe] [OpenEmbedded] [Arago] - "kernel-devicetree" Cannot build Runtime dependency

2015-07-29 Thread Roosemberth Palacios
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I'm working on a custom image for ti's am335x chip. Still, I try to build my image, but at the end I get [...] | Collected errors: | * satisfy_dependencies_for: Cannot satisfy the following dependencies for domosafety-userspace-1.0: | *ke

Re: [oe] [oe-commits] Ross Burton : gamin: remove

2015-07-29 Thread Martin Jansa
On Mon, Jul 20, 2015 at 09:41:46AM +, g...@git.openembedded.org wrote: > Module: openembedded-core.git > Branch: master > Commit: d29595925b699827fbd3279ee5368e32e0a380f3 > URL: > http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=d29595925b699827fbd3279ee5368e32e0a380f3 > > A

Re: [oe] [meta-oe][PATCH v2 0/9] add openlmi and it's depends

2015-07-29 Thread Martin Jansa
On Mon, Jun 29, 2015 at 05:57:26PM +0800, Lei Maohui wrote: > OpenLMI = Open Linux Management Infrastructure. > OpenLMI is open-source project aiming to improve management of Linux systems > using WBEM standards. Still fails to build on jenkins, logs in: http://errors.yoctoproject.org/Errors/Bui

Re: [oe] [meta-networking][PATCH] crda: upgrade 3.13 -> 3.18

2015-07-29 Thread Martin Jansa
On Tue, Jul 21, 2015 at 05:19:04PM +0800, Li xin wrote: > Dropped backported patches(commit-id): > -crda-Add-DESTDIR-support-in-install-libreg-rules-in-.patch(2cabb258) > -crda-Fix-the-linking-order-to-avoid-compilation-erro.patch(fefefdb2) Fails to build on jenkins http://errors.yoctoproject.org/

Re: [oe] [meta-networking][PATCH] netmap: add new package

2015-07-29 Thread Martin Jansa
On Wed, Jul 22, 2015 at 08:08:13PM -0700, Armin Kuster wrote: > From: Armin Kuster > > this adds netmap, the fast packet I/O framework > http://info.iet.unipi.it/~luigi/netmap/ Fails to build on jenkins log in: http://errors.yoctoproject.org/Errors/Build/7660/ > > Signed-off-by: Armin Kuster

[oe] Trying to resolve build-time cyclic dependency between packages

2015-07-29 Thread Boszormenyi Zoltan
Hi, I have a customized Mesa 10.6.3 package recipe which depends on libva to be able to build its mesa-va-driver subpackage, but libva also depends on Mesa to support GLX. Previously, I simply created a libva-noglx package that builds libva with --disable-glx that Mesa depend on and the "real" li

[oe] [meta-oe][PATCH 2/4] setxkbmap: upgrade 1.3.0 -> 1.3.1

2015-07-29 Thread Li xin
Signed-off-by: Li Xin --- .../xorg-app/{setxkbmap_1.3.0.bb => setxkbmap_1.3.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-graphics/xorg-app/{setxkbmap_1.3.0.bb => setxkbmap_1.3.1.bb} (78%) diff --git a/meta-oe/recipes-graphics/xorg-app/set

[oe] [meta-oe][PATCH 4/4] tiptop: upgrade 2.2 -> 2.3

2015-07-29 Thread Li xin
Signed-off-by: Li Xin --- meta-oe/recipes-extended/tiptop/{tiptop_2.2.bb => tiptop_2.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-extended/tiptop/{tiptop_2.2.bb => tiptop_2.3.bb} (87%) diff --git a/meta-oe/recipes-extended/tiptop/tiptop_2.2.bb b/meta-o

[oe] [meta-oe][PATCH 1/4] sessreg: upgrade 1.0.6 -> 1.1.0

2015-07-29 Thread Li xin
* Remove PR * Update the checksum of COPYING,but the LICENSE has not been changed. Signed-off-by: Li Xin --- .../xorg-app/{sessreg_1.0.6.bb => sessreg_1.1.0.bb} | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) rename meta-oe/recipes-graphics/xorg-app/{sessreg_1.0.6.bb

[oe] [meta-networking][PATCH 3/4] stunnel: upgrade 5.17 -> 5.21

2015-07-29 Thread Li xin
Signed-off-by: Li Xin --- .../recipes-support/stunnel/{stunnel_5.17.bb => stunnel_5.21.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-support/stunnel/{stunnel_5.17.bb => stunnel_5.21.bb} (82%) diff --git a/meta-networking/recipes-support/stunn

[oe] [meta-networking][PATCH] quagga: upgrade 0.99.23 -> 0.99.24.1

2015-07-29 Thread Li xin
Remove "--enable-ipv6" to avoid build warning like this: WARNING: QA Issue: quagga: configure was passed unrecognised options: --enable-ipv6 [unknown-configure-option] Signed-off-by: Li Xin --- meta-networking/recipes-protocols/quagga/quagga.inc | 1 - .../quagga/{quagga_0.99.2