Hi, I did build successfully the console-image many times, but I don't really understand it so when I reorganize my file structure, I cannot build it anymore. Could anyone tell me what did I do wrong here. First of all I set the environment variables in the /etc/bash.bashrc file: ... export PATH=${HOME}/CodeSourcery/Sourcery_G++_Lite/bin:$PATH export OEBASE=$HOME/oe export PATH=$OEBASE/bitbake/bin:$PATH export BBPATH=$OEBASE/beagleboard/:$OEBASE/openembedded export BBFILES="$OEBASE/openembedded/recipes/*/*.bb" export BB_ENV_EXTRAWHITE="MACHINE DISTRO ANGSTROM_MODE ANGSTROMLIBC OEBASE" export CVS_TARBALL_STASH="http://oesources.org/sources/current/"
This is my local.conf in /home/naruto/oe/beagleboard/conf DISTRO = "angstrom-2008.1" # Which files do we want to parse: BBFILES = "$HOME/oe/openembedded/recipes/*/*.bb" # What kind of images do we want? # IMAGE_FSTYPES += " tar.bz2 " # Set TMPDIR instead of defaulting it to $pwd/tmp TMPDIR = "$OEBASE/tmp" MACHINE = "beagleboard" ENABLE_BINARY_LOCAL_GENERATION = "0" then I use this command: $cd $OEBASE/beagleboard $bitbake console-image and I got this error: nar...@naruto-laptop:~/oe/beagleboard$ bitbake console-image ERROR: opening $HOME/oe/openembedded/recipes/*/*.bb: file $HOME/oe/openembedded/recipes/*/*.bb not found NOTE: Parsing finished. 0 cached, 0 parsed, 0 skipped, 0 masked. NOTE: Cache is clean, not saving. NOTE: build 200904190236: started OE Build Configuration: BB_VERSION = "1.8.13" METADATA_BRANCH = "org.openembedded.dev" METADATA_REVISION = "90deb9f866f17181f3cc4296e0b8d5de5187609e" TARGET_ARCH = "arm" TARGET_OS = "linux-gnueabi" MACHINE = "beagleboard" DISTRO = "angstrom" DISTRO_VERSION = "2009.X-test-20090419" TARGET_FPU = "hard" ERROR: Nothing PROVIDES 'console-image' As I understand so far this error relating to the local.conf file at the BBFILES value, but I don't know what is wrong with it. Please help me. Thank you so much. _______________________________________________ Angstrom-distro-users mailing list Angstrom-distro-users@linuxtogo.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users