[yocto] ia32-base.inc: Drop glibc --with-tls option, its now the only option for glibc

2012-08-21 Thread Richard Purdie
This option is unused by (e)glibc since 2011 and is the default. It has been shown to interact badly with the configure option in atom-pc from meta-yocto causing a rebuild of the whole system despite the only change being an assignment with += vs =. The easiest fix is simply to drop it. Sign

Re: [yocto] RFC: OE-Core task rework

2012-08-21 Thread Paul Eggleton
On Monday 20 August 2012 15:45:07 Mark Hatle wrote: > > 1) Do we rename "task" to something a little more understandable to the > > uninitiated, such as "package group"? The word "task" is already used in a > > much more natural sense within bitbake as a unit of work. Historically I > > believe we

Re: [yocto] RFC: OE-Core task rework

2012-08-21 Thread Paul Eggleton
On Tuesday 21 August 2012 09:49:37 Paul Eggleton wrote: > The main concern with LSB is that we have something called task-basic, > which seems to be intended for LSB but does not state as much, and I know > at least one person has tried to use it and then been a little puzzled as > to why rpm has

Re: [yocto] Raspberry Pi do_fetch failure

2012-08-21 Thread Jack Mitchell
On 20/08/12 18:23, Andrei Gherzan wrote: It seems like even if i got no feedback from github, this issue is not reproducible anymore. Fetch is working as it should now. Could you please confirm? Si it could have been a temporary bug or this was solved meanwhile. ag On Mon, Aug 13, 2012 at

[yocto] [PATCH] meta-emenlow: unset preferred providers for virtual/libgles[12]

2012-08-21 Thread Ross Burton
The recent changes to enable GLES/EGL in mesa-dri have caused emenlow to fail: ERROR: Trying to resolve runtime dependency libglu resulted in conflicting PREFERRED_PROVIDER entries being found. The providers found were: ['/srv/home/pokybuild/yocto-autobuilder/yocto-slave/emenlow/build/yocto/meta

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

2012-08-21 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] Toolchain rework, call for testing

2012-08-21 Thread Martin Jansa
On Thu, Aug 16, 2012 at 09:47:37PM -0700, Khem Raj wrote: > Hi All > > Recently glibc build has been simplified upstream. It has dropped the > dependency on libgcc_s and libgcc_eh for building glibc itself. > This means that we can simplify our toolchain bootstrap a bit by > dropping 1 of the 3 cr

Re: [yocto] Classes

2012-08-21 Thread Stewart, David C
Seth - it sounds like you need something different than an overview class. I think you might want to have one of the consultants who are familiar with building projects using the Yocto Project work for you for a couple of days to help you sort these things out, for a fee. I'm sure one of them on

Re: [yocto] [meta-fsl-ppc][PATCH 2/2] fsl.conf: Let linux-qoriq-sdk-headers-nativesdk provide linux-libc-headers-nativesdk

2012-08-21 Thread David Nyström
On 08/20/2012 09:50 PM, McClintock Matthew-B29882 wrote: Adding David back... -M On Mon, Aug 20, 2012 at 2:42 PM, Matthew McClintock wrote: On Mon, Aug 20, 2012 at 2:27 PM, Khem Raj wrote: I just checked and we do have a few obscure bits in our kernel tree's header files. Nothing that 99.9%

[yocto] How does bitbake work

2012-08-21 Thread Liu
Hi all, In order to learn to use poky,I am wondering how bitbake works with so many recipes. When I bitbake , I want to know how bitbake collect the providers of . Then bitbake will prepare the runqueue tasks to build the .So I need to know which tasks to assign to build the .And bitbake

[yocto] adding packages in my Yocto

2012-08-21 Thread aaryak gautam
Hello I am a hobbyist and quite new to both Linux and Yocto. I had already compiled my Yocto kernel for I.MX23 successfully. But I want to add few packages. Like if i want to have ffmpeg in my yocto,how should I add it? I have gone through the documentation,but could not understand. can you help

[yocto] Request for photos

2012-08-21 Thread Stewart, David C
All - I'm prepping to give a talk at LinuxCon next week on an update to the Yocto Project, and I would like to create a slide which shows a bunch of devices which are based on YP. Can you please send me a quick note with anything you know about to include here? Particularly nice if you have a p

Re: [yocto] How does bitbake work

2012-08-21 Thread Stewart, David C
I like the chapter Beth Flanagan wrote recently about the architecture of the Yocto Project. Check it out at the following link, and I think you might learn a lot. I do suspect that what's happening for you is that certain native tools like quilt need to be built first so that other parts of th

Re: [yocto] adding packages in my Yocto

2012-08-21 Thread Jeff Osier-Mixon
Hi - please take a look at the FAQ here: https://wiki.yoctoproject.org/wiki/FAQ Near the bottom there are some technical answers, one of which is how to add a single package: Q: How can I add a package to my project? A: As with any complex system, the real answer is it depends, but of course tha

Re: [yocto] adding packages in my Yocto

2012-08-21 Thread Robert P. J. Day
On Tue, 21 Aug 2012, Jeff Osier-Mixon wrote: > Hi - please take a look at the FAQ here: > https://wiki.yoctoproject.org/wiki/FAQ > > Near the bottom there are some technical answers, one of which is how > to add a single package: > > Q: How can I add a package to my project? > > A: As with any co

Re: [yocto] adding packages in my Yocto

2012-08-21 Thread Stewart, David C
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 Message- >From: yocto-boun...@yoctoproject.org [mailto:yocto- >boun...@yoctoproject.org] On Behalf Of Jeff Osier-Mixon >Sent: Tuesda

Re: [yocto] Documenting the mailing lists.

2012-08-21 Thread Darren Hart
On 08/20/2012 04:19 PM, Paul Eggleton wrote: > On Monday 20 August 2012 15:50:37 Darren Hart wrote: >> On 08/20/2012 03:43 PM, Jeff Osier-Mixon wrote: >>> On Mon, Aug 20, 2012 at 3:37 PM, Darren Hart > wrote: On 08/20/2012 03:18 PM, Jeff Osier-Mixon wrote: > The mailing lists and websi

Re: [yocto] ia32-base.inc: Drop glibc --with-tls option, its now the only option for glibc

2012-08-21 Thread Darren Hart
On 08/21/2012 12:13 AM, Richard Purdie wrote: > This option is unused by (e)glibc since 2011 and is the default. It has been > shown to interact badly with the configure option in atom-pc from meta-yocto > causing a rebuild of the whole system despite the only change being an > assignment with +=

Re: [yocto] adding packages in my Yocto

2012-08-21 Thread Paul Eggleton
On Tuesday 21 August 2012 12:16:26 Robert P. J. Day wrote: > On Tue, 21 Aug 2012, Jeff Osier-Mixon wrote: > > Hi - please take a look at the FAQ here: > > https://wiki.yoctoproject.org/wiki/FAQ > > > > Near the bottom there are some technical answers, one of which is how > > to add a single packag

Re: [yocto] adding packages in my Yocto

2012-08-21 Thread Robert P. J. Day
On Tue, 21 Aug 2012, Paul Eggleton wrote: > On Tuesday 21 August 2012 12:16:26 Robert P. J. Day wrote: > > On Tue, 21 Aug 2012, Jeff Osier-Mixon wrote: > > > Hi - please take a look at the FAQ here: > > > https://wiki.yoctoproject.org/wiki/FAQ > > > > > > Near the bottom there are some technical a

Re: [yocto] Toolchain rework, call for testing

2012-08-21 Thread Khem Raj
On Tue, Aug 21, 2012 at 5:18 AM, Martin Jansa wrote: > > Maybe it's because > http://git.openembedded.org/openembedded-core/commit/?id=30617bde61a3b0a0944b49a0c9fb7159dacbb19f > is missing PR bump and gcc wasn't rebuilt before eglibc upgrade (OEBasic not > OEBasicHash here). yes seems so. I have

Re: [yocto] https://bugzilla.yoctoproject.org/show_bug.cgi?id=1649

2012-08-21 Thread Darren Hart
On 08/20/2012 09:13 PM, Bruce Ashfield wrote: >>> +Kernel types (ktypes) are the highest level policy containers and represent >>> +a significant set of kernel functionality that has been grouped (and named) >>> +or partitioned. >> >> What are you trying to convey with "partitioned" vs. "grouped"

Re: [yocto] adding packages in my Yocto

2012-08-21 Thread Paul Eggleton
On Tuesday 21 August 2012 12:51:41 Robert P. J. Day wrote: > On Tue, 21 Aug 2012, Paul Eggleton wrote: > > On Tuesday 21 August 2012 12:16:26 Robert P. J. Day wrote: > > > On Tue, 21 Aug 2012, Jeff Osier-Mixon wrote: > > > > Hi - please take a look at the FAQ here: > > > > https://wiki.yoctoproject

Re: [yocto] [OE-core] RFC: OE-Core task rework

2012-08-21 Thread Philip Balister
On 08/21/2012 01:49 AM, Paul Eggleton wrote: On Monday 20 August 2012 15:45:07 Mark Hatle wrote: ... Yup, there is a logical grouping for the lsb specific tasks, as for others. The naming needs to be made clear as to why it's there, and what it represents. Same with the summary and descriptio

Re: [yocto] yocto-bsp create

2012-08-21 Thread Tom Zanussi
On Fri, 2012-08-17 at 20:56 +0100, Chris Tapp wrote: > On 17 Aug 2012, at 20:47, Bruce Ashfield wrote: > > > On 12-08-17 03:40 PM, Chris Tapp wrote: > >> > >> On 17 Aug 2012, at 20:33, Bruce Ashfield wrote: > >> > >>> On 12-08-17 03:32 PM, Chris Tapp wrote: > On 17 Aug 2012, at 15:59, Bruce

[yocto] ERROR: QA Issue: No GNU_HASH in the elf binary

2012-08-21 Thread Saxena, Rahul
Hi, I am using poky/1.3_M3 branch and I get a bunch of "ERROR: QA Issue: No GNU_HASH in the elf binary:" My recipe is for installing binary files only. I have the following statement in my recipe: INSANE_SKIP_${PN} = "ldflags" But I still get the errors ..any suggestions ? WARNING: File '/us

Re: [yocto] ERROR: QA Issue: No GNU_HASH in the elf binary

2012-08-21 Thread Khem Raj
On Tue, Aug 21, 2012 at 11:03 AM, Saxena, Rahul wrote: > cdv-pvr-driver-dev/usr/lib/libOpenVGU.so this seems to be a proper file and not a symlink so firstly you have .so in -dev packages if you fix that it will work secondly if you intentionally want those .so in -dev package then add INSANE_SK

Re: [yocto] How does bitbake work

2012-08-21 Thread Tim Bird
On 08/21/2012 01:11 AM, Liu wrote: > Hi all, > In order to learn to use poky,I am wondering how bitbake works with so > many > recipes. When I bitbake , I want to know how bitbake collect the > providers of . Then bitbake will prepare the runqueue tasks to build > the .So I need to know w

Re: [yocto] Toolchain rework, call for testing

2012-08-21 Thread Martin Jansa
On Tue, Aug 21, 2012 at 10:15:47AM -0700, Khem Raj wrote: > On Tue, Aug 21, 2012 at 5:18 AM, Martin Jansa wrote: > > > > Maybe it's because > > http://git.openembedded.org/openembedded-core/commit/?id=30617bde61a3b0a0944b49a0c9fb7159dacbb19f > > is missing PR bump and gcc wasn't rebuilt before egl

Re: [yocto] ERROR: QA Issue: No GNU_HASH in the elf binary

2012-08-21 Thread Saxena, Rahul
You are right, these are regular files and not symlinks and are ending up in usr/lib in packagename-dev package However I want them to be in the regular package. I do have the following statement in my recipe: FILES_${PN} += "${libdir}/lib*.so" and nothing in my recipe has statements such as F

Re: [yocto] ERROR: QA Issue: No GNU_HASH in the elf binary

2012-08-21 Thread Chris Larson
On Tue, Aug 21, 2012 at 12:05 PM, Saxena, Rahul wrote: > You are right, these are regular files and not symlinks and are ending up in > usr/lib in packagename-dev package > However I want them to be in the regular package. > > I do have the following statement in my recipe: > > FILES_${PN} += "${

Re: [yocto] ERROR: QA Issue: No GNU_HASH in the elf binary

2012-08-21 Thread Saxena, Rahul
oe-core/meta/conf/bitbake.conf specifies the default package settings. However the problem I seem to be seeing is that my recipe is not able to override the default. However let me know if I should still be looking at that file.. Rahul -Original Message- From: kerg...@gmail.com [mailto:

Re: [yocto] ERROR: QA Issue: No GNU_HASH in the elf binary

2012-08-21 Thread Saxena, Rahul
Looks like the order of packages (as shown in bitbake.conf) in PACKAGES variable is different in 1.3_M3 compared to Denzel. In 1.3_M3, ${PN} package is last (that is comes after ${PN}-dev package) ..so that probably explains the issue. I will explicitly change it and try-out. Chris, you were r

[yocto] [ADT] Sysroot setup issue

2012-08-21 Thread Rudolf Streif
Hi, I am trying to setup the ADT using an ADT installer. I have downloaded the installer from http://downloads.yoctoproject.org/releases/yocto/yocto-1.2.1/adt_installer/ as well as created my own installer using a build environment with Denzil 7.0.1. The adt_installer.conf contains these settings

Re: [yocto] ERROR: QA Issue: No GNU_HASH in the elf binary

2012-08-21 Thread Saxena, Rahul
Yes, rearranging the package generation order worked. Was not aware that default package generation could change between poky releases. Rahul -Original Message- From: Saxena, Rahul Sent: Tuesday, August 21, 2012 12:54 PM To: Saxena, Rahul; Chris Larson Cc: Khem Raj; yocto@yoctoproject.o

[yocto] Minutes: Yocto Project Technical Team Meeting - Tuesday, August 21, 2012 8:00 AM-9:00 AM (UTC-08:00) Pacific Time (US & Canada).

2012-08-21 Thread Liu, Song
Attendees: Alex, LaurentiuS, Saul, Richard, Kevin, Denys, MichaelH, Beth, Jefro, Bogdan, Tom, Jeff, Dave, ChrisL, Ross, MichaelB (Dell), Paul, Belen, Sean, Darren, Cristian, Song   Agenda:   * Opens collection - 5 min (Song) * 1.3 Beta Program - 5 min (Song) . A little background: Feedback ga

Re: [yocto] [PATCH 00/19] yocto-bsp updates for master, v3

2012-08-21 Thread Tom Zanussi
On Fri, 2012-08-10 at 14:06 -0500, tom.zanu...@intel.com wrote: > From: Tom Zanussi > > This patchset fixes yocto bugs [YOCTO #2693] and [YOCTO #2587], and > fixes some other minor usability problems reported by users. > > Please pull into poky/master. > Ping, just wondering if this got overlo