Re: [yocto] Yocto 1.1 Beta Questions

2011-09-08 Thread Darren Hart
-mixon, Jeffrey; yocto@yoctoproject.org yocto@yoctoproject.org Subject: Re: [yocto] Yocto 1.1 Beta Questions Okay, so it turns out that I had already downloaded what I needed with the instructions from the latest blog post for the beta release. It specifically mentions certain command

Re: [yocto] Yocto 1.1 Beta Questions

2011-09-08 Thread Saul Wold
instructions. Sorry about that. Sent from my Blackberry From: Brian Duffy [mailto:brdu...@gmail.com] Sent: Tuesday, September 06, 2011 04:51 PM To: Osier-mixon, Jeffrey; yocto@yoctoproject.orgyocto@yoctoproject.org Subject: Re: [yocto] Yocto 1.1 Beta Questions Okay, so it turns out that I had

Re: [yocto] Yocto 1.1 Beta Questions

2011-09-06 Thread Brian Duffy
Okay, so it turns out that I had already downloaded what I needed with the instructions from the latest blog post for the beta release. It specifically mentions certain command to replace from the quick start guide. So I went into the oe-beta directory and ran . ./oe-init-build-env ~/my-build and

Re: [yocto] Yocto 1.1 Beta Questions

2011-09-06 Thread Stewart, David C
yocto@yoctoproject.org Subject: Re: [yocto] Yocto 1.1 Beta Questions Okay, so it turns out that I had already downloaded what I needed with the instructions from the latest blog post for the beta release. It specifically mentions certain command to replace from the quick start guide. So I went

[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

Re: [yocto] Yocto 1.1 Beta Questions

2011-09-03 Thread Jason Kridner
On Sat, Sep 3, 2011 at 2:43 PM, Brian Duffy brdu...@gmail.com 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

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