Re: [yocto] Loading a new yocto image to Intel Fri2 board

2013-03-11 Thread Insop Song
Adding Scott, as I've followed the same procedure as described in Hands-on Intro Lab on Barcelona 2012 by Scott. On Sun, Mar 10, 2013 at 4:16 AM, Insop Song insop.s...@gmail.com wrote: Hi, I have a question on loading a new yocto image to Intel Fri2 board. 1. Board: Intel Fri2

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

2013-03-11 Thread Bruce Ashfield
On 13-03-09 5:32 AM, Insop Song wrote: On Fri, Mar 8, 2013 at 3:35 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 13-03-08 12:01 PM, Darren Hart wrote: On 03/04/2013 08:04 PM, Insop Song wrote: Hi, I am preparing a new meta layer for testing and promoting a sched_deadline

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

2013-03-11 Thread Insop Song
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. Cheers, Bruce That's great! I

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 gmshas...@gmail.com 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+ --

[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 hans.becke...@gmail.com a écrit : Hi. I have built some custom

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 bruce.ashfi...@windriver.com 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

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 bruce.ashfi...@windriver.com 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 bruce.ashfi...@windriver.com 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 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 bruce.ashfi...@windriver.com 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,

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

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

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 bruce.ashfi...@windriver.com 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

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 bruce.ashfi...@windriver.com wrote: You are looking for kernel functionality that doesn't exist yet. In any

[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

[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

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 insop.s...@gmail.com wrote: On Mon, Mar 11, 2013 at 7:34 AM, Bruce Ashfield bruce.ashfi...@windriver.com 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

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 gmshas...@gmail.com 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 gmshas...@gmail.com wrote: Hi All, I have some concerns

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 bruce.ashfi...@gmail.com 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

Re: [yocto] Building Android within Yocto?

2013-03-11 Thread Khem Raj
On Mar 11, 2013, at 9:41 AM, Jerrod Peach pea...@lexmark.com 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

Re: [yocto] Can I disable RT throttling?

2013-03-11 Thread Trevor Woerner
On Mon, Mar 11, 2013 at 12:15 PM, David Mulder dmul...@lasx.com 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

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

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
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 that

[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] 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

[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