June 3, 2005...
My rough work towards making a bitbake image on Debian under QEMU... There is a problem with the compiler path I can't resolve (says it can't find arm-linux-gcc-2.95, but it is in the path)...
I use a build account called "bitbake" w/ sudo permissions to do everything root can.
I put all of my OE "/stuff" in ~/bb
- unzip this file
- grant sudo privledges to your build account
- cut and paste lines from bitbake_install.txt to command prompt
- get path settings from .bashrc add them to your shell, log out and back in, then type "export" to check your paths for PATH and BBPATH
- run refresh_toolchain.sh to get the latest build of bitbake and OE package data
If you are using a collie (5500), you can copy local.conf to ~/bb/build/conf/local.conf, otherwise you'll have to edit ~/bb/build/conf/local.conf as per the docs @
http://oe.handhelds.org/cgi-bin/moin.cgi/GettingStartedOnce your local.conf is done, you can start a build by doing:
cd ~/bb/build
bitbake openzaurus-sa
Let me know how it works/doesn't for you...
Cheers,
-Ironstorm