From: Gerard van den Bosch <gerard@de-haardt.com>
To: Sparsh Wid hope <sparsh150847@yahoo.com>
Cc: poky <poky@yoctoproject.org>
Subject: Re: Need help to build poky image for beagle board
Date: Fri, 25 Mar 2011 15:19:03 +0100 [thread overview]
Message-ID: <4D8CA457.4080506@de-haardt.com> (raw)
In-Reply-To: <671167.786.qm@web95705.mail.in.yahoo.com>
[-- Attachment #1: Type: text/plain, Size: 3793 bytes --]
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@de-haardt.com>/*
> wrote:
>
>
> From: Gerard van den Bosch <gerard@de-haardt.com>
> Subject: Re: [poky] Need help to build poky image for beagle board
> To: "Sparsh Wid hope" <sparsh150847@yahoo.com>
> Cc: poky@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@yoctoproject.org </mc/compose?to=poky@yoctoproject.org>
>> https://lists.yoctoproject.org/listinfo/poky
> Try:
> bitbake beagleboard-demo-image
>
>
[-- Attachment #2: Type: text/html, Size: 15222 bytes --]
next prev parent reply other threads:[~2011-03-25 14:19 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-25 12:57 Need help to build poky image for beagle board Sparsh Wid hope
2011-03-25 13:34 ` Gerard van den Bosch
2011-03-25 14:06 ` Sparsh Wid hope
2011-03-25 14:19 ` Gerard van den Bosch [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-03-21 10:29 Sparsh Wid hope
2011-03-21 11:16 ` Gerard van den Bosch
2011-03-21 11:49 ` Koen Kooi
2011-03-21 12:12 ` Richard Purdie
2011-03-22 4:15 ` Sparsh Wid hope
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4D8CA457.4080506@de-haardt.com \
--to=gerard@de-haardt.com \
--cc=poky@yoctoproject.org \
--cc=sparsh150847@yahoo.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.