[Openembedded-users] having problem bitbaking helloworld

Woody Dickson woodydickson at gmail.com
Sat Jun 13 10:11:41 UTC 2009


Hi,
I am trying to get my simple helloworld to work without luck.  I am getting
this error and I have no clue how to fix it:

E:helloworld anne at anne-desktop:~/oe/openembedded$ bitbake helloworldNOTE:
Handling BitBake files: | (0001/0001) [100 %]
NOTE: Parsing finished. 0 cached, 1 parsed, 0 skipped, 0 masked.
NOTE: build 200906131803: started

OE Build Configuration:
BB_VERSION        = "1.8.12"
METADATA_BRANCH   = "stable/2009"
METADATA_REVISION = "398864f7e8e16ab60eae0d72b1f77d642a8501fa"
TARGET_ARCH       = "arm"
TARGET_OS         = "linux-gnueabi"
MACHINE           = "beagleboard"
DISTRO            = "angstrom"
DISTRO_VERSION    = "2009.X-stable"
TARGET_FPU        = "hard"

NOTE: Resolving any missing task queue dependencies
ERROR: Required build target 'helloworld' has no buildable providers.
Missing or unbuildable dependency chain was: ['helloworld',
'stagemanager-native']


OE:helloworld anne at anne-desktop:~/oe$ cat helloworld/helloworld/profile.sh
export OE_HOME=$HOME/oe
export MY_OE_CONF="helloworld"
export
BBPATH=$OE_HOME/helloworld/:$OE_HOME/helloworld/$MY_OE_CONF:$OE_HOME/openembedded
export BBFILES="$OE_HOME/helloworld/helloworld/*/*.bb"
export BB_ENV_EXTRAWHITE="MACHINE DISTRO ANGSTROM_MODE ANGSTROMLIBC OE_HOME"
export PATH=$OE_HOME/openembedded/bitbake/bin:$PATH
if [ "$PS1" ]; then
  if [ "$BASH" ]; then
    export PS1="\[\033[01;32m\]OE:$MY_OE_CONF\[\033[00m\] ${PS1}"
  fi
fi


OE:helloworld anne at anne-desktop:~/oe/openembedded$ cat
/home/anne/oe/helloworld/helloworld/conf/local.conf
DISTRO ="angstrom-2008.1"
BBFILES ="${OE_HOME}/helloworld/helloworld/*.bb"
TMPDDIR ="$OE_HOME/tmp"
MACHINE ="beagleboard"
ENABLE_BINARY_LOCALE_GENERATION="0"

Does anyone know how to fix it?

Woody
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-users/attachments/20090613/40ff5003/attachment-0002.html>


More information about the Openembedded-users mailing list