Hi Malcom,
appending the path to local.conf or prepending the path to
bitbake.conf didn't work either. Same results. Any idea on what else I
should look at?
Mac OS X and Linux are not too different. standard Linux C++ app can
run file with little or no modifications on Mac OS X.
Best regards,
Elvis
On Dec 3, 2008, at 9:20 PM, Crossley, Malcolm (GE EntSol, Intelligent
Platforms) wrote:
Hi Elvis,
I was pre-emptively researching this problem for you J.
Openembedded is looking in the wrong locations for your wget and git
commands. Or in other words – OpenEmbedded does not have the same
PATH variable as your shell environment.
To find where the command is located.
Type: which git
Which returns:
/usr/local/bin/git
On my system
Then add this line to your local.conf
export PATH_append =”/usr/local/bin”
for my example i.e. the bit in front of the git part.
I have never used Mac OS X so this may not work.
The other thing you can do directly edit the “export PATH_prepend =
“ line in the conf/bitbake.conf file.
Hope that helps
Malcolm
P.S. I have to cut the bottom of the email to stop it bouncing –
there’s a 40KB limit on messages on this mailing list.
_______________________________________________
Openembedded-users mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-users