saleh usman wrote: > Oh sorry,I've missed to set oe.Thanks a lot for guidance. > Now it is showing a different kind of error in terminal window as > below.Where to find these missing dependencies? > > [sa...@localhost build]$ bitbake helloworld-image > NOTE: Handling BitBake files: | (0001/0001) [100 %] > NOTE: Parsing finished. 0 cached, 1 parsed, 0 skipped, 0 masked. > NOTE: Resolving any missing task queue dependencies > ERROR: Required build target 'helloworld-image' has no buildable providers. > Missing or unbuildable dependency chain was: ['helloworld-image', > 'shasum-native']
Still wrong BBFILES... Please, read Getting Started carefully. The pattern for BBFILES is clearly written there: BBFILES = "/stuff/openembedded/recipes/*/*.bb" You need "stars" to let bitbake load all (a few thousand) .bb files and resolve dependencies. Przemek _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
