Hi Elvis,
I have a few more things for you to try. Can you try setting BB_PRESERVE_ENV environment variable and setting the path in the same shell. eg export BB_PERSERVE_ENV=1 export PATH=/usr/local/bin:$PATH bitbake blah The other option is to remove bitbake and get a slightly older version. This command should do it: svn co svn://svn.berlios.de/bitbake/tags/bitbake-1.8.10/ bitbake I won't be able to help you until Monday now. Malcolm ________________________________ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Crossley, Malcolm (GE EntSol, Intelligent Platforms) Sent: 05 December 2008 16:04 To: Using OE Subject: RE: How to setup Overo build environment on Mac OS X 10.5.5 Hi Elvis, Here's something else you could try Put the following line in your local.conf: FETCHCOMMAND_wget = "/usr/bin/env /usr/local/bin/wget -t 5 --passive-ftp -P ${DL_DIR} ${URI}" This link seems to suggest how to add PATHS globally. http://www.sweeting.org/mark/blog/2008/05/26/mac-os-x-tip-setting-path-e nvironment-variables Malcolm ________________________________ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Elvis Dowson Sent: 05 December 2008 15:28 To: Using OE Subject: Re: How to setup Overo build environment on Mac OS X 10.5.5 Hi Malcom, I have the which command on Mac OS X. It returns that it is located in /usr/local/bin Exporting this directory to the PATH did not solve the problem. export PATH=/usr/local/bin:$PATH I also tried the -e option, but the data spewed out was too numerous to debug the issue. Perhaps we could handle the errors as the occur. The first error when I run the command bitbake omap3-console-image is as follows: NOTE: Handling BitBake files: \ (6264/6265) [99 %]ERROR: opening /Users/elvis/Tool/overo-oe/user.collection/packages/*/*.bb: [Errno 2] No such file or directory: '/Users/elvis/Tool/overo-oe/user.collection/packages/*/*.bb' What does this mean? Best regards, Elvis
_______________________________________________ Openembedded-users mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-users
