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

2013-04-06 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-04-06 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] Problem Installing Package Manager in FRI2

2013-04-06 Thread Esteban Rivera
Hello, I'm trying to generate an image for the FRI2 using the official Intel BSP provided in the Yocto Project website, in this image I want to include at least one package manager. I'm Using poky 8.0 with Hob GUI, from the recipes listed that can be included in the image I can see Dpkg and Zyppe

Re: [yocto] This one can't be me...

2013-04-06 Thread Tom Zanussi
On Sat, 2013-04-06 at 11:20 -0700, Paul D. DeRocco wrote: > > From: Tom Zanussi > > > > It looks like the problem is a bad SRCREV for the meta branch in the > > -nopvr machine in the cedartrail danny tarball. Try changing the > > following line in > > meta-cedartrail/recipes-kernel/linux/linux-yo

Re: [yocto] This one can't be me...

2013-04-06 Thread Paul D. DeRocco
> From: Tom Zanussi > > It looks like the problem is a bad SRCREV for the meta branch in the > -nopvr machine in the cedartrail danny tarball. Try changing the > following line in > meta-cedartrail/recipes-kernel/linux/linux-yocto_3.0.bbappend: > > SRCREV_meta_pn-linux-yocto_cedartrail-nopvr ?=

Re: [yocto] gcc enable-languages

2013-04-06 Thread Khem Raj
On Apr 6, 2013, at 4:30 AM, Edward Vidal wrote: > If I don't set libgfortran my image completes okay. When libgfortran in > gcc-config-runtime.inc I get do_compile error > > OK, did you try to run/build any fortran programs with this image.___ yoct

Re: [yocto] This one can't be me...

2013-04-06 Thread Tom Zanussi
On Fri, 2013-04-05 at 23:48 -0500, Tom Zanussi wrote: > On Fri, 2013-04-05 at 21:15 -0700, Paul D. DeRocco wrote: > > > From: Tom Zanussi [mailto:tom.zanu...@intel.com] > > > > > > I'm seeing the same thing here (# CONFIG_BLK_DEV_RAM is not set) with > > > your bblayers and local.conf. For some

Re: [yocto] Weird FILESPATH issue

2013-04-06 Thread Gary Thomas
On 2013-04-05 17:41, Gary Thomas wrote: On 2013-04-05 11:31, Paul Eggleton wrote: On Friday 05 April 2013 11:04:15 Gary Thomas wrote: On 2013-04-05 06:53, Gary Thomas wrote: I think the problem is because the main recipe contains this line: FILESPATH = "${FILE_DIRNAME}/python-pygobject:${F

Re: [yocto] gcc enable-languages

2013-04-06 Thread Edward Vidal
If I don't set libgfortran my image completes okay. When libgfortran in gcc-config-runtime.inc I get do_compile error On Apr 5, 2013 5:49 PM, "Edward Vidal" wrote: > > diff gcc-configure-common.inc gcc-configure-common.inc.orig > 14c14 > < FORTRAN ?= ",fortran" > --- > > FORTRAN ?= ",f77" > > |