Re: need help on bitbake
Dave,
Sorry, I don't see anything more. If helloworld works, it seems likely that your build environment is ok. I've been caught by caching in my efforts, and have found that using the command
bitbake -c clean mypackagename
keeps me using the latest versions of my files while I'm changing them. This probably isn't what's going on here, since it looks like it just cannot see the bitbake file. Perhaps there is a similar cache for the bb files? (Google: bitbake force clear cache, and see what you can find)
Hope this helps. Whatever it is, I'm sure it's minor.
Rich