Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - willpost

Pages: [1]
1
Open Embedded / Bitbake Fails With No Bb Module
« on: July 16, 2005, 03:43:35 pm »
If you get an error about not being able to load the bb module you need to modify your PYTHONPATH variable.
To do this type
export PYTHONPATH=/usr/local/lib/python2.3/site-packages/:$PYTHONPATH
(Replace 2.3 with your version number)

http://www.nslu2-linux.org/wiki/OpenEmbedded/GettingStarted

Pages: [1]