On Fri, Dec 19, 2008 at 2:10 PM, David Hagood <[email protected]> wrote: > On Fri, 2008-12-19 at 13:29 -0500, Cliff Brake wrote: >> Probably means your OE meta dir is not in the BBPATH or BBFILES ... >> > Evidently having the actual Bitbake dir in the BBPATH was causing this. > >> I have my own OE env setup scripts, but just out of curiosity I ran >> through http://wiki.openembedded.net/index.php/Getting_Started, and >> everything seems to work as advertised. > > I have. I get an error on bitbake. > > Let's take it from the top: > > ls > build cache download downloads openembedded set_env > ddhag...@sage:/space/OpenEmbedded> ls /space/bitbake-1.8.12/ > AUTHORS ChangeLog conf COPYING lib PKG-INFO > bin classes contrib doc MANIFEST setup.py > ddhag...@sage:/space/OpenEmbedded> ls /space/OpenEmbedded/openembedded/ > classes contrib files packages removal.txt > conf COPYING.MIT MAINTAINERS README site > ddhag...@sage:/space/OpenEmbedded> unset CDPATH > ddhag...@sage:/space/OpenEmbedded> OE_BASE="/space/OpenEmbedded/" > ddhag...@sage:/space/OpenEmbedded> BITBAKE_BASE="/space/bitbake-1.8.12" > ddhag...@sage:/space/OpenEmbedded> > BBFILES="${OE_BASE}openembedded/packages/*/*.bb" > ddhag...@sage:/space/OpenEmbedded> BBPATH="${OE_BASE}build: > ${OE_BASE}openembedded" > ddhag...@sage:/space/OpenEmbedded> > ddhag...@sage:/space/OpenEmbedded> PATH=$PATH:${BITBAKE_BASE}/bin > ddhag...@sage:/space/OpenEmbedded> > ddhag...@sage:/space/OpenEmbedded> CACHE="${OE_BASE}cache" > ddhag...@sage:/space/OpenEmbedded> export OE_BASE BBFILES BBPATH CACHE
The latest versions of bitbake clean your env to keep host env variables from contaminating the build environment. If you following the wiki page exactly, it will work. Otherwise, you need to whiltelist all of the above vars. I'm already to linux-omap-2.6.27 package in my clean build I just started, so the native stuff appears to have build fine. (Ubuntu 8.10 32 bit machine). Cliff -- ======================= Cliff Brake http://bec-systems.com _______________________________________________ Openembedded-users mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-users
