Hey all, I'm trying to setup a bitbake system on a debian box to compile packages for Angstrom for a h2200. I've run into a problem. When executing bitbake I get the following: "ERROR: Unable to open conf/bitbake.conf". I've checked, confirmed and reconfirmed my PATH and my BBPATH. They appear to be appropriate. I've even added to BBPATH and PATH the path to the bitbake/conf directory where I found the bitbake.conf. I've copied bitbake.conf to build/conf and to org.openembedded.dev/conf directories and added those directory paths to my PATH and BBPATH. I've chowned all files and folders as the user I intend to use (chown user.user -R) and chmodded the files so that they are readable and writable by everyone (chmod 777 stuff/* -R). Yet I continue to get the above mentioned error preventing me from moving forward.
Host: Debian Etch, built for bitbake using the GettingStarted instructions and the OEandYourDistro instructions. Bitbake version is 1.8.10 and was originally 1.8.11. I backtracked to the older version on advice from someone with a working bitbake as we cannot figure out why this is occurring. The means with which I'm setting my PATH and BBPATH is by editing my .bashrc and adding PATH=$PATH:<my paths> and BBPATH=<my paths>. When typing $PATH and $BBPATH at the command prompt within an xTerm window the paths display as they should. I've googled extensively. I've found this error posted across the net but no solutions that have worked for me. Any advice would be great. Thanks! _______________________________________________ Angstrom-distro-users mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users
