[yocto] cleansstate issues on NFS?

2013-03-11 Thread John Williams
Hi, I am seeing consistent failures for the cleansstate task on native packages, e.g. popt-native, dpkg-native etc, on NFS-mounted volumes. I am using RHEL 5.6 which I realize is not a supported distro, but I don't think this is the root cause. Various ML archives show people seeing this prob

Re: [yocto] Can I disable RT throttling?

2013-03-11 Thread Bruce Ashfield
On 13-03-11 2:13 PM, David Mulder wrote: Will that work on a core that's offline? Nope. Only with an online core controlled by the Linux scheduler. If you do end up trying to get AMP working, you need to plumbing to load the other OS/kernel in a reserved memory location, set the program counter

[yocto] Agenda: Yocto Project Technical Team Meeting - Tuesday, March 12, 2013 8:00 AM-9:00 AM (UTC-08:00) Pacific Time (US & Canada).

2013-03-11 Thread Liu, Song
Agenda:   * Opens collection - 5 min (Song) * Yocto Project 1.3.1 status - 10 min (Ross) * Yocto 1.4 status - 10 min (Song/team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.4_Status * SWAT team rotation: Bogdan Marinescu -> Laurentiu Palcu * Opens - 10 min - 1.5 planning * Team Sharing

Re: [yocto] Fwd: How do I control what kernel modules are being loaded?

2013-03-11 Thread Hans Beckerus
On 2013-03-11 2:49, Eric Bénard wrote: Hi Bruce, Le Mon, 11 Mar 2013 09:37:44 -0400, Bruce Ashfield a écrit : Can you post your exact changes where we can see them ? You need to put the module_autload variable in a .conf file, whether that be your local.conf, your machine.conf or you distro co

Re: [yocto] Can I disable RT throttling?

2013-03-11 Thread David Mulder
> > Will that work on a core that's offline? > > Nope. Only with an online core controlled by the Linux scheduler. > If you do end up trying to get AMP working, you need to plumbing > to load the other OS/kernel in a reserved memory location, set the > program counter and start the OS. > > But th

Re: [yocto] Can I disable RT throttling?

2013-03-11 Thread Bruce Ashfield
On 13-03-11 01:38 PM, David Mulder wrote: From: Trevor Woerner [mailto:twoer...@gmail.com] You can call sched_setaffinity() before fork()ing your task, or use taskset on the cmdline. Will that work on a core that's offline? Nope. Only with an online core controlled by the Linux scheduler. If

Re: [yocto] Can I disable RT throttling?

2013-03-11 Thread David Mulder
> From: Trevor Woerner [mailto:twoer...@gmail.com] > You can call sched_setaffinity() before fork()ing your task, or use > taskset on the cmdline. Will that work on a core that's offline? ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctop

Re: [yocto] Can I disable RT throttling?

2013-03-11 Thread Trevor Woerner
On Mon, Mar 11, 2013 at 12:15 PM, David Mulder wrote: > but how can I make my run my code on that core? You can call sched_setaffinity() before fork()ing your task, or use taskset on the cmdline. (sorry if this has already been answered but I'm not seeing any responses due to mailing list delays

Re: [yocto] Building Android within Yocto?

2013-03-11 Thread Khem Raj
On Mar 11, 2013, at 9:41 AM, Jerrod Peach wrote: > Has anyone tried building Android within Yocto? It may sound kind of crazy > (I'm not convinced it's not), but I find myself in a situation where it might > be beneficial for me to build Android within Yocto. Does a recipe or layer > exist f

Re: [yocto] A question on adding a new program to a new meta layer

2013-03-11 Thread Insop Song
On Mon, Mar 11, 2013 at 10:03 AM, Bruce Ashfield wrote: > > If you are looking for push access, we'll wait on that for a bit. I'd like > to throttle changes into the new layer by sending them to the linux-yocto > mailing list first, have some review and then we can do a pull request > and merge m

Re: [yocto] Regarding Licensing of "mbsalign.c" available in util-linux-2.21.2 version (Yocto-1.3-Danny)

2013-03-11 Thread Khem Raj
On Mar 11, 2013, at 3:45 AM, Gaurang Shastri wrote: > Hi All, > > Any shades of light for below query ??? > I would suggest to open a bug for it. > //Gaurang Shastri > > On Fri, Mar 8, 2013 at 2:51 PM, Gaurang Shastri wrote: > Hi All, > > I have some concerns regarding util-linux-2.21.2 v

Re: [yocto] A question on adding a new program to a new meta layer

2013-03-11 Thread Bruce Ashfield
On Mon, Mar 11, 2013 at 12:07 PM, Insop Song wrote: > On Mon, Mar 11, 2013 at 7:34 AM, Bruce Ashfield > wrote: >> >> As an example, I have a schedtool recipe that uses the >> git://gitorious.org/sched_deadline/schedtool-dl.git >> repository with a 4 patch series to enable full sched_deadline/EDF

[yocto] qt4e-demo-image and Intel emgd driver

2013-03-11 Thread Andreas Enbacka
Hello, I have tried to get the qt4e-demo-image to work with a Pico800 Intel board with EMGD graphics, and a LCD display (AUO) with native resolution 800x480. I have only been able to get max. 640x480 with vesafb driver. Is the emgd driver supported at all in the framebuffer scenario, or can it

[yocto] Building Android within Yocto?

2013-03-11 Thread Jerrod Peach
Has anyone tried building Android within Yocto? It may sound kind of crazy (I'm not convinced it's not), but I find myself in a situation where it might be beneficial for me to build Android within Yocto. Does a recipe or layer exist for this purpose already? If so, where may I find it? Kind reg

Re: [yocto] Can I disable RT throttling?

2013-03-11 Thread David Mulder
Wow! Thanks, Bruce, Fredrik, and everyone, for all this useful info! > > I'm running a 10us control loop by (under vxWorks) setting one thread's > > priority to max and not yielding ever > > wrote: > You are looking for kernel functionality that doesn't exist yet. In > any SMP system there are s

Re: [yocto] A question on adding a new program to a new meta layer

2013-03-11 Thread Insop Song
On Mon, Mar 11, 2013 at 7:34 AM, Bruce Ashfield wrote: > > As an example, I have a schedtool recipe that uses the > git://gitorious.org/sched_deadline/schedtool-dl.git > repository with a 4 patch series to enable full sched_deadline/EDF > support versus the custom repository that you created on gi

Re: [yocto] A question on adding a new program to a new meta layer

2013-03-11 Thread Bruce Ashfield
On 13-03-10 11:32 PM, Insop Song wrote: On Sun, Mar 10, 2013 at 8:28 PM, Bruce Ashfield Expect that the yocto project hosted meta-realtime will appear in a week or so. I'm doing the legwork at the moment, but with some travel in the upcoming week, the initial push will be delayed by a few days.

Re: [yocto] [PATCH 0/2] BlueZ 5.3 new package

2013-03-11 Thread Iorga, Cristian
Hello all, This is an EXPERIMENTAL bluez5 new package. This will not replace bluez4 and it is not an upgrade path from bluez4. Given the fact that not a lot of components has been updated to work with bluez5, this package is largely untested. It has been provided in the hope that for YP 1.5 rele

Re: [yocto] Fwd: How do I control what kernel modules are being loaded?

2013-03-11 Thread Bruce Ashfield
On 13-03-11 09:46 AM, Eric Bénard wrote: Hi Bruce, Le Mon, 11 Mar 2013 09:37:44 -0400, Bruce Ashfield a écrit : Can you post your exact changes where we can see them ? You need to put the module_autload variable in a .conf file, whether that be your local.conf, your machine.conf or you distro

Re: [yocto] Fwd: How do I control what kernel modules are being loaded?

2013-03-11 Thread Eric Bénard
Hi Bruce, Le Mon, 11 Mar 2013 09:37:44 -0400, Bruce Ashfield a écrit : > Can you post your exact changes where we can see them ? You need to put > the module_autload variable in a .conf file, whether that be your > local.conf, your machine.conf or you distro configuration file (which > it appears

Re: [yocto] Fwd: How do I control what kernel modules are being loaded?

2013-03-11 Thread Eric Bénard
Hi Bruce, Le Mon, 11 Mar 2013 09:37:44 -0400, Bruce Ashfield a écrit : > Can you post your exact changes where we can see them ? You need to put > the module_autload variable in a .conf file, whether that be your > local.conf, your machine.conf or you distro configuration file (which > it appears

Re: [yocto] Fwd: How do I control what kernel modules are being loaded?

2013-03-11 Thread Bruce Ashfield
On 13-03-11 09:28 AM, Hans Beckérus wrote: On Sat, Mar 9, 2013 at 12:45 AM, Bruce Ashfield mailto:bruce.ashfi...@windriver.com>> wrote: On 13-03-08 2:00 PM, Hans Beckerus wrote: On 2013-03-08 7:12, Eric Bénard wrote: Hi Hans, Le Fri, 8 Mar 2013 13:08:21 +0

[yocto] Fwd: How do I control what kernel modules are being loaded?

2013-03-11 Thread Hans Beckérus
On Sat, Mar 9, 2013 at 12:45 AM, Bruce Ashfield < bruce.ashfi...@windriver.com> wrote: > On 13-03-08 2:00 PM, Hans Beckerus wrote: > >> On 2013-03-08 7:12, Eric Bénard wrote: >> >>> Hi Hans, >>> >>> Le Fri, 8 Mar 2013 13:08:21 +0100, >>> Hans Beckérus a écrit : >>> >>> Hi. I have built some cust

Re: [yocto] Regarding Licensing of "mbsalign.c" available in util-linux-2.21.2 version (Yocto-1.3-Danny)

2013-03-11 Thread Gaurang Shastri
Hi All, Any shades of light for below query ??? //Gaurang Shastri On Fri, Mar 8, 2013 at 2:51 PM, Gaurang Shastri wrote: > Hi All, > > I have some concerns regarding util-linux-2.21.2 version . As per > Yocto-1.3 (danny) recipe, > {{{ > > LICENSE_${PN}-lscpu = "GPLv3+" <-- util-linux_2.21.2.b