[yocto] [linux-yocto-3.2][PATCH] arm: Fix linking errors with binutils 2.23

2012-08-22 Thread Khem Raj
We end up with linking errors on arm using latest binutils because we are linking asm generated objects which use -march=all generating different attributes into object and use some c objects e.g. misc.o which use different march therefore generating a different set of attributes into object. When

[yocto] [PATCH v2] [Fixed]Yocto-BSP Main Page - time consuming processes block the UI

2012-08-22 Thread Ioana Grigoropol
- problems on the main page of yocto-bsp wizard : - getting the available kernel architectures is invoked from the UI - similar to the properties page, when loading the architectures a new thread is created in the background and a progress monitor dialog is

Re: [yocto] [poky] [PATCH v2] routerstationpro: move board off 3.0 and onto the 3.4 kernel

2012-08-22 Thread Richard Purdie
On Fri, 2012-08-17 at 11:24 -0400, Paul Gortmaker wrote: The updated patch series to support this target is in place on the BSP specific branch in the 3.4 kernel tree now[1], so we can move it ahead off of the old 3.0 kernel. [1]

[yocto] libgcc_s.so libstdc++.so on the target

2012-08-22 Thread Elvis Dowson
Hi, I notice that core-image-minimal doesn't ship libgcc_s.so and libstdc++.so shared libraries on the target. Some of the executables that I manually cross compile on the host, and copy over to the target, require these libraries at a minimum. Which package or task should I append, to

[yocto] of recipes and packages

2012-08-22 Thread Trevor Woerner
Okay, if the confusion over yocto versus yocto project versus poky and trying to decide whether poky or yocto is a distribution or a build system or sometimes both or neither of either wasn't bad enough... there now comes a new confusion: recipes versus packages an image is composed of packages

[yocto] [PATCH 1/2] mpc8315e: switch to Xorg instead of kdrive

2012-08-22 Thread Ross Burton
All of the other BSPs are using Xorg and kdrive is only maintained for Xephyr. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta-yocto/conf/machine/mpc8315e-rdb.conf |9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/meta-yocto/conf/machine/mpc8315e-rdb.conf

Re: [yocto] of recipes and packages

2012-08-22 Thread Jeff Osier-Mixon
I tend to think of packages as ingredients, in keeping with the cooking metaphor. They have version numbers, just as ingredients in the refrigerator have expiration dates. The recipes, however, have their own version numbers, but they are less critical to the success of the build - maybe my Aunt

[yocto] [PATCH 2/2] routerstationpro: switch to Xorg instead of kdrive

2012-08-22 Thread Ross Burton
All of the other BSPs are using Xorg and kdrive is only maintained for Xephyr. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta-yocto/conf/machine/routerstationpro.conf |9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git

[yocto] PyCon India 2012

2012-08-22 Thread Sathishkumar Duraisamy
Hi All, I would like to do a talk in Python Conference, PyCon India 2012 about Yocto Project. The PyCon India is purely a volunteer effort from python community in India. Here is the details: http://in.pycon.org/2012/funnel/pyconindia2012/6-yoctoproject-and-bitbake and http://in.pycon.org/2012/.

[yocto] [infrastructure] Power interruption at OSL

2012-08-22 Thread Michael Halstead
There was an unintended power interruption during UPS electrical work at the OSU Open Source Lab today. Power to the Yocto Project racks was not impacted but the core router was briefly offline. This event doesn't appear to have impacted us but please report any network trouble that may be

Re: [yocto] How does bitbake work

2012-08-22 Thread Jeff Osier-Mixon
Hi Tim - this sounds quite correct to me, and a good way to represent the process. Further, the elinux.org wiki page is coming along very well, and I would encourage you to add this to the page. I'd be glad to help with it if I can. On Tue, Aug 21, 2012 at 11:23 AM, Tim Bird tim.b...@am.sony.com

Re: [yocto] of recipes and packages

2012-08-22 Thread Trevor Woerner
Hi Jeff, Thanks for your tasty metaphors! On Wed, Aug 22, 2012 at 1:15 PM, Jeff Osier-Mixon je...@jefro.net wrote: In this case, bitbake is looking for the expiration dates on your ingredients - the version of the package that each recipe builds. But your wording would seem to imply _a_

Re: [yocto] [linux-yocto-3.2][PATCH] arm: Fix linking errors with binutils 2.23

2012-08-22 Thread Bruce Ashfield
On 12-08-22 05:28 AM, Khem Raj wrote: We end up with linking errors on arm using latest binutils because we are linking asm generated objects which use -march=all generating different attributes into object and use some c objects e.g. misc.o which use different march therefore generating a

Re: [yocto] of recipes and packages

2012-08-22 Thread Chris Larson
On Wed, Aug 22, 2012 at 12:23 PM, Trevor Woerner twoer...@gmail.com wrote: On Wed, Aug 22, 2012 at 1:15 PM, Jeff Osier-Mixon je...@jefro.net wrote: In this case, bitbake is looking for the expiration dates on your ingredients - the version of the package that each recipe builds. But your

Re: [yocto] of recipes and packages

2012-08-22 Thread Trevor Woerner
On Wed, Aug 22, 2012 at 3:24 PM, Chris Larson clar...@kergoth.com wrote: On Wed, Aug 22, 2012 at 12:23 PM, Trevor Woerner twoer...@gmail.com wrote: bitbake -s doesn't list net-snmp-dbg net-snmp-doc net-snmp-dev... it lists net-snmp. Therefore couldn't the wording of the bitbake help be

Re: [yocto] of recipes and packages

2012-08-22 Thread Chris Larson
On Wed, Aug 22, 2012 at 1:15 PM, Trevor Woerner twoer...@gmail.com wrote: On Wed, Aug 22, 2012 at 3:24 PM, Chris Larson clar...@kergoth.com wrote: On Wed, Aug 22, 2012 at 12:23 PM, Trevor Woerner twoer...@gmail.com wrote: bitbake -s doesn't list net-snmp-dbg net-snmp-doc net-snmp-dev... it

Re: [yocto] [linux-yocto-3.2][PATCH] arm: Fix linking errors with binutils 2.23

2012-08-22 Thread Khem Raj
On Wed, Aug 22, 2012 at 12:24 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: I haven't looked yet, will 3.4+ need the same fix ? yes looking at 3.4 code. But havent tried that yet ___ yocto mailing list yocto@yoctoproject.org

Re: [yocto] of recipes and packages

2012-08-22 Thread Robert P. J. Day
On Wed, 22 Aug 2012, Chris Larson wrote: On Wed, Aug 22, 2012 at 1:15 PM, Trevor Woerner twoer...@gmail.com wrote: On Wed, Aug 22, 2012 at 3:24 PM, Chris Larson clar...@kergoth.com wrote: On Wed, Aug 22, 2012 at 12:23 PM, Trevor Woerner twoer...@gmail.com wrote: bitbake -s doesn't list

Re: [yocto] Classes

2012-08-22 Thread Robert Berger
Hi, How about these classes by the Linux Foundation? https://training.linuxfoundation.org/courses/linux-developer/building-embedded-linux-with-yocto-crash-course https://training.linuxfoundation.org/courses/linux-developer/building-embedded-linux-with-yocto ... and of course there is also

[yocto] dev manual section on customizing images needs serious adjustment

2012-08-22 Thread Robert P. J. Day
from here: http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#usingpoky-extend-customimage-custombb a couple gripes. end of 4.2.1 suggests IMAGE_INSTALL += strace when creating a new image .bb file. as i read it, the docs currently suggest IMAGE_INSTALL_append =

[yocto] [Eclipse ADT] Eclipse plugin download site is not a valid Eclipse site

2012-08-22 Thread Rudolf Streif
The download site http://downloads.yoctoproject.org/releases/eclipse-plugin/1.2.1/indigo/ for the Eclipse plugin is not a correctly setup Eclipse download site. The site root does not have the correct layout for Eclipse to be able to recognize it: site root/ content.jar artifacts.jar

Re: [yocto] of recipes and packages

2012-08-22 Thread Tim Bird
On 08/22/2012 01:27 PM, Robert P. J. Day wrote: On Wed, 22 Aug 2012, Chris Larson wrote: On Wed, Aug 22, 2012 at 1:15 PM, Trevor Woerner twoer...@gmail.com wrote: On Wed, Aug 22, 2012 at 3:24 PM, Chris Larson clar...@kergoth.com wrote: On Wed, Aug 22, 2012 at 12:23 PM, Trevor Woerner

Re: [yocto] of recipes and packages

2012-08-22 Thread Khem Raj
On Wed, Aug 22, 2012 at 4:24 PM, Tim Bird tim.b...@am.sony.com wrote: On 08/22/2012 01:27 PM, Robert P. J. Day wrote: On Wed, 22 Aug 2012, Chris Larson wrote: On Wed, Aug 22, 2012 at 1:15 PM, Trevor Woerner twoer...@gmail.com wrote: On Wed, Aug 22, 2012 at 3:24 PM, Chris Larson

Re: [yocto] [ADT] Autotools: configure using --with-libtool-sysroot

2012-08-22 Thread Khem Raj
On Wed, Aug 22, 2012 at 4:22 PM, Rudolf Streif rudolf.str...@linux.com wrote: I tried, according to the documentation at http://www.yoctoproject.org/docs/current/adt-manual/adt-manual.html#extracting-the-root-filesystem), to configure and compile the autotooled GNU Hello World Applcation for

Re: [yocto] [ADT] Sysroot setup issue

2012-08-22 Thread Zhang, Jessica
Hi Rudi, I'm currently on vacation so have very limited access to my YP setup. We've been using the sysroot and nfs like below to start qemu after adt-installation, can you give it a try to see whether there's problem or not? Runqemu youradtinstallerdir/download_image/bzImage-qemux86.bin

Re: [yocto] [Eclipse ADT] Eclipse plugin download site is not a valid Eclipse site

2012-08-22 Thread Flanagan, Elizabeth
On Wed, Aug 22, 2012 at 4:00 PM, Rudolf Streif rudolf.str...@linux.comwrote: The download site http://downloads.yoctoproject.org/releases/eclipse-plugin/1.2.1/indigo/ for the Eclipse plugin is not a correctly setup Eclipse download site. The site root does not have the correct layout for

Re: [yocto] [ADT] Sysroot setup issue

2012-08-22 Thread Rudolf Streif
Hi Jessica, Thanks while responding while on vacation. No worries. I have resolved the NFS boot issue. I entirely missed that my dev system had a firewall running blocking ports 3048 and 3049 used by the user-space rpc.mountd and rpc.nfsd daemons that runquemu-export-rootfs sets up. My fault.

Re: [yocto] [ADT] Sysroot setup issue

2012-08-22 Thread Zhang, Jessica
Hi Rudi, Good to hear that you've resolved your issue. For the kernel issue, would you mind to file a bug (enhancement) in our bugzilla for us to track? As to adt-installer, it is meant to be an alternative way for people to setup their cross development environment, so patches are always

Re: [yocto] adding packages in my Yocto

2012-08-22 Thread aaryak gautam
Thanks to you all for helping me out there. On Tue, Aug 21, 2012 at 9:51 PM, Stewart, David C david.c.stew...@intel.com wrote: Good advice. A quick check of openembedded-core shows that gst-ffmpeg appears to be one of the packages available. Yes, definitely check the hob. -Original