Re: [yocto] Splitting processor and target in BSPs

2011-09-03 Thread Chris Tapp
On 2 Sep 2011, at 16:49, McClintock Matthew-B29882 wrote: On Fri, Sep 2, 2011 at 2:26 AM, Chris Tapp wrote: However, kernel configuration becomes a little bit more complicated as this is done by machine name. A kernel recipe will be needed for each machine (e.g. for the different sound dri

Re: [yocto] Splitting processor and target in BSPs

2011-09-03 Thread Bruce Ashfield
On 11-09-03 7:32 AM, Chris Tapp wrote: On 2 Sep 2011, at 16:49, McClintock Matthew-B29882 wrote: On Fri, Sep 2, 2011 at 2:26 AM, Chris Tapp wrote: However, kernel configuration becomes a little bit more complicated as this is done by machine name. A kernel recipe will be needed for each machi

Re: [yocto] [PATCH 0/1][KERNEL] Re-enable systemtap after the 1.6 upgrade

2011-09-03 Thread Bruce Ashfield
On 11-09-03 12:45 AM, Tom Zanussi wrote: To match the accompanying 1.6 systemtap upgrade. Please pull into linux-yocto-3.0/meta. The following changes are available in the git repository at: git://git.yoctoproject.org/linux-yocto-2.6.37-contrib.git tzanussi/reenable-systemtap http://git.yo

[yocto] Yocto 1.1 Beta Questions

2011-09-03 Thread Brian Duffy
Hi Yocto group. I am new to Yocto. I followed the starters guide and When running bitbake I get some errors. first it complains that pseudo is not available but required, and then it complains that bbpath is not set. What is pseudo? I have sudo installed and setup to work for me, but I don't know w

[yocto] Yocto release 1.1

2011-09-03 Thread Brian Duffy
I could use a little help with installing the Yocto project release 1.1. What exactly do I download and what steps can I take to build the project? I have followed the get started guide but I have not figured out what to download and how to build Yocto itself. thnx Brian -- Duff

Re: [yocto] Yocto 1.1 Beta Questions

2011-09-03 Thread Jason Kridner
On Sat, Sep 3, 2011 at 2:43 PM, Brian Duffy wrote: > Hi Yocto group. I am new to Yocto. I followed the starters guide and When > running bitbake I get some errors. first it complains that pseudo is not > available but required, and then it complains that bbpath is not set. What > is pseudo? Googl

Re: [yocto] Yocto 1.1 Beta Questions

2011-09-03 Thread Osier-mixon, Jeffrey
Hi Brian - both bitbake and pseudo are part of the Yocto toolset. The standard bitbake from the package manager on your host is not the correct one. Make sure you have set your environment properly by sourcing the build-env script, and it should be set correctly. As Jason says, set BBPATH in your

Re: [yocto] Yocto 1.1 Beta Questions

2011-09-03 Thread Saul Wold
On 09/03/2011 11:43 AM, Brian Duffy wrote: Hi Yocto group. I am new to Yocto. I followed the starters guide and When running bitbake I get some errors. first it complains that pseudo is not available but required, and then it complains that bbpath is not set. What is pseudo? I have sudo installed