On Mon, Mar 22, 2010 at 09:43:00PM +0200, Murat Karadeniz wrote: > mu...@linux-dm4x:~/system/oe/build> bitbake -k u-boot_git
You call bitbake to build a package by its name w/o a version (unless you use -b option for a specific recipe), hence: $ bitbake -k u-boot > NOTE: Handling BitBake files: \ (8095/8095) [100 %] > Parsing of 8095 .bb files complete (7785 cached, 310 parsed). 7917 targets, > 331 skipped, 0 masked, 0 errors. > ERROR: '[]' RDEPENDS/RRECOMMENDS or otherwise requires the runtime entity 'u- > boot_git' but it wasn't found in any PACKAGE or RPROVIDES variables > Unknown Event: <bb.event.NoProvider instance at 0xf38524c> > > NOTE: Resolving any missing task queue dependencies > > ERROR: '[]' RDEPENDS/RRECOMMENDS or otherwise requires the runtime entity 'u- > boot_git' but it wasn't found in any PACKAGE or RPROVIDES variables > Unknown Event: <bb.event.NoProvider instance at 0x1012e8ec> > > NOTE: Runtime target 'u-boot_git' is unbuildable, removing... > > Missing or unbuildable dependency chain was: ['u-boot_git'] > > And i m sorry, i could not understand "which branch you are using". i git > clone openembedded from repository. And same way i get bitbake from git > repo. > And i made a few conf as told as openembedded getting started. i m trying > only > build u-boot with oe and bitbake. The default branch being org.openembedded.dev, which is a development branch, unlike a stable branch, which you can checkout specifically. -- Denys _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
