[poky] Need help to build poky image for beagle board

Gerard van den Bosch gerard at de-haardt.com
Fri Mar 25 07:19:03 PDT 2011


Poky will search for images in the meta/recipes-core/images directory. To build a image you issue bitbake with the filename from that directory without the .bb extension.
The recipe you have got is from angstrom and probably not compatible, you can find more information about how a recipe should look here: http://pokylinux.org/doc/poky-handbook.html#usingpoky-extend-customimage
You can also set your target to beagleboard in the build/conf/local.conf and build one of the predefined images:

bitbake poky-image-core
or
bitbake poky-image-sato

Regards,

Gerard


On 03/25/2011 03:06 PM, Sparsh Wid hope wrote:
>
>   Thanks for your suggestion . I tried that bitbake 
> beagleboard-demo-image and have same error. please help if you get 
> anything about it.
> Thanks in advance
> --- On *Fri, 25/3/11, Gerard van den Bosch /<gerard at de-haardt.com>/* 
> wrote:
>
>
>     From: Gerard van den Bosch <gerard at de-haardt.com>
>     Subject: Re: [poky] Need help to build poky image for beagle board
>     To: "Sparsh Wid hope" <sparsh150847 at yahoo.com>
>     Cc: poky at yoctoproject.org
>     Date: Friday, 25 March, 2011, 1:34 PM
>
>     On 03/25/2011 01:57 PM, Sparsh Wid hope wrote:
>>
>>
>>
>>         Hi All,
>>
>>         I'm trying to build poky image for beagle board.
>>
>>         I followed the steps below-
>>
>>
>>         1.Downloaded the source
>>         wget
>>         -c http://git.poky
>>         linux.org/cgit/
>>         cgit.cgi/poky/s
>>         napshot/poky-laverne-4.0.1.tar
>>         .bz2
>>         <http://git.pokylinux.org/cgit/cgit.cgi/poky/snapshot/poky-laverne-4.0.1.tar.bz2>
>>
>>         2. untar it
>>
>>         3. I want it build for beagleboard, so i
>>         downloaded recipes_images_beagleboard-demo-image.bb recipe
>>         from
>>         http://gitorious.org/angstrom/openembedded/blobs/org.openembedded.dev/recipes/images/beagleboard-demo-image.bb
>>         and copied that in laverne-4.0.1/meta/recipes-core/images
>>
>>         4.
>>         Build!
>>
>>         cd laverne-4.0.1
>>
>>         source poky-init-build-env
>>
>>         bitbake recipes_images_beagleboard-demo-image
>>
>>         and get error as
>>
>>         ERROR: Nothing PROVIDES 'recipes_images_beagleboard-demo-image'
>>         Command execution failed: Traceback (most recent call last):
>>            File "/home/surya/Surya/pro/POKY/laverne-4.0.1/scripts/..//bitbake/lib/bb/command.py", line 88, in runAsyncCommand
>>              commandmethod(self.cmds_async, self, options)
>>            File "/home/surya/Surya/pro/POKY/laverne-4.0.1/scripts/..//bitbake/lib/bb/command.py", line 184, in buildTargets
>>              command.cooker.buildTargets(pkgs_to_build, task)
>>            File "/home/surya/Surya/pro/POKY/laverne-4.0.1/scripts/..//bitbake/lib/bb/cooker.py", line 756, in buildTargets
>>              taskdata.add_provider(localdata, self.status, k)
>>            File "/home/surya/Surya/pro/POKY/laverne-4.0.1/scripts/..//bitbake/lib/bb/taskdata.py", line 354, in add_provider
>>              self.add_provider_internal(cfgData, dataCache, item)
>>            File "/home/surya/Surya/pro/POKY/laverne-4.0.1/scripts/..//bitbake/lib/bb/taskdata.py", line 374, in add_provider_internal
>>              raise bb.providers.NoProvider(item)
>>         NoProvider: recipes_images_beagleboard-demo-image
>>
>>
>>         Help me to solve this error.
>>
>>         Thanks in advance
>>
>>         Sparsh
>>
>>
>>
>>     _______________________________________________
>>     poky mailing list
>>     poky at yoctoproject.org  </mc/compose?to=poky at yoctoproject.org>
>>     https://lists.yoctoproject.org/listinfo/poky
>     Try:
>     bitbake beagleboard-demo-image
>
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/poky/attachments/20110325/52e427ee/attachment.html>


More information about the poky mailing list