[EMAIL PROTECTED] wrote: > By 'bb' I presume we mean bitbake. I tried this - it needs to run in the > approprate directory because it presumes a conf file: > > bash-3.2$ bb -c clean > bash: bb: command not found > bash-3.2$ bitbake -c clean > ERROR: Unable to open conf/bitbake.conf > > So the question is what is the correct directory for this? I tried th > elinux-gta01 kernel directory mentioned above but still no > conf/bitbake.conf.
Firstly, I presume that you have read the BitBake manual, and understand the layout of a OpenEmbedded build area. If not, do so before continuing. You run bitbake commands in the build directory (as stated in the OpenMoko wiki page, which I also assume you've read carefully). -- Rod

