Re: [yocto] xmlsec support

2013-08-18 Thread Lukas Bulwahn
On 08/14/2013 10:54 PM, Raul Rosetto Munoz wrote: Hello all, Some one know if there is any meta that support xmlsec? Dear Raul, if I am looking for a recipe out there, I try the following two things: 1. search at http://layers.openembedded.org/layerindex/recipes/ "xmlsec" does not give any

Re: [yocto] GCC SVN repo too slow?

2013-08-18 Thread Khem Raj
On Sun, Aug 18, 2013 at 10:51 PM, Christian Gagneraud wrote: > Right now, I'm really stuck. The only solutions I can think of are: > - Ask kindly Arago not to use GCC code from SVN, or maybe to upload an > archive on yocto/oe mirrors. > - Check with GNU/GCC guys if they can do something about it (

Re: [yocto] GCC SVN repo too slow?

2013-08-18 Thread Christian Gagneraud
CC: meta-ar...@arago-project.org On 19/08/13 17:16, Khem Raj wrote: On Aug 18, 2013, at 7:34 PM, Christian Gagneraud wrote: Hi all, I'm having problems with the GCC SVN repo being so slow to checkout, that svn failed (and so my build too). I first suspected the proxy we have here, but i t

Re: [yocto] GCC SVN repo too slow?

2013-08-18 Thread Khem Raj
On Aug 18, 2013, at 7:34 PM, Christian Gagneraud wrote: > Hi all, > > I'm having problems with the GCC SVN repo being so slow to checkout, that svn > failed (and so my build too). > I first suspected the proxy we have here, but i tried a checkout from an > outside machine (but still in New Ze

[yocto] GCC SVN repo too slow?

2013-08-18 Thread Christian Gagneraud
Hi all, I'm having problems with the GCC SVN repo being so slow to checkout, that svn failed (and so my build too). I first suspected the proxy we have here, but i tried a checkout from an outside machine (but still in New Zealand) and it seems the problem comes from gcc.gnu.org. I am using

[yocto] [Package Report System]Manual check recipes name list

2013-08-18 Thread Yocto Project Package Report System
This mail was sent out by Package Report System. It will list all the recipes which can't check upstream version by script, and will show how long it is since their last mannual version check. You can check the detail information at http://packages.yoctoproject.org/manuallychkinfo PackageName

[yocto] [Package Report System]Upgrade recipes name list

2013-08-18 Thread Yocto Project Package Report System
This mail was sent out by Package Report System. This message list those recipes which need to be upgraded. If maintainers believe some of them needn't to upgrade this time, they can fill in RECIPE_NO_UPDATE_REASON_pn-"xxx" in upstream_tracking files to ignore this recipe remainder until newer u

[yocto] Warning! Some failures happened on pkg-report system!

2013-08-18 Thread Yocto Project Package Report System
Already up-to-date. Already up-to-date. Now updating daily_check database, please wait for a minute.. Now updating daily_check database, please wait for a minute.. Now updating pkginfotable,please wait a minute ['Package', 'Version', 'Upver', 'License', 'Section', 'Home', 'Release',

Re: [yocto] can not build yocto on NFS mounted NAS

2013-08-18 Thread Robert Berger
Hi, Just for the record I was able to remove the hard link with a small patch and now things look good (so far) - although it will consume more disk space. diff --git a/meta/lib/oe/path.py b/meta/lib/oe/path.py index faa0f61..3225993 100644 --- a/meta/lib/oe/path.py +++ b/meta/lib/oe/path.py @@ -