From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cpsmtpb-ews02.kpnxchange.com (cpsmtpb-ews02.kpnxchange.com [213.75.39.5]) by mx1.pokylinux.org (Postfix) with ESMTP id 69E0E4C806DA for ; Fri, 25 Mar 2011 09:19:12 -0500 (CDT) Received: from cpbrm-ews15.kpnxchange.com ([10.94.84.146]) by cpsmtpb-ews02.kpnxchange.com with Microsoft SMTPSVC(6.0.3790.4675); Fri, 25 Mar 2011 15:19:06 +0100 Received: from CPSMTPM-CMT104.kpnxchange.com ([195.121.3.20]) by cpbrm-ews15.kpnxchange.com with Microsoft SMTPSVC(6.0.3790.4675); Fri, 25 Mar 2011 15:19:06 +0100 Received: from mail.de-haardt.com ([86.81.67.223]) by CPSMTPM-CMT104.kpnxchange.com with Microsoft SMTPSVC(7.0.6002.18264); Fri, 25 Mar 2011 15:19:05 +0100 Received: from [192.168.1.160] ([192.168.1.160]) (authenticated user gerard@de-haardt.com) by mail.de-haardt.com (using TLSv1/SSLv3 with cipher AES256-SHA (256 bits)); Fri, 25 Mar 2011 15:19:03 +0100 Message-ID: <4D8CA457.4080506@de-haardt.com> Date: Fri, 25 Mar 2011 15:19:03 +0100 From: Gerard van den Bosch User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.14) Gecko/20110223 Lightning/1.0b2 Thunderbird/3.1.8 MIME-Version: 1.0 To: Sparsh Wid hope References: <671167.786.qm@web95705.mail.in.yahoo.com> In-Reply-To: <671167.786.qm@web95705.mail.in.yahoo.com> X-OriginalArrivalTime: 25 Mar 2011 14:19:05.0818 (UTC) FILETIME=[9931A3A0:01CBEAF7] X-RcptDomain: yoctoproject.org Cc: poky Subject: Re: Need help to build poky image for beagle board X-BeenThere: poky@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Poky build system developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Mar 2011 14:19:13 -0000 Content-Type: multipart/alternative; boundary="------------010406050307090607040504" --------------010406050307090607040504 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 //* > wrote: > > > From: Gerard van den Bosch > Subject: Re: [poky] Need help to build poky image for beagle board > To: "Sparsh Wid hope" > 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 >> >> >> 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 >> https://lists.yoctoproject.org/listinfo/poky > Try: > bitbake beagleboard-demo-image > > --------------010406050307090607040504 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit
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 

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 https://lists.yoctoproject.org/listinfo/poky
Try: 
bitbake beagleboard-demo-image


--------------010406050307090607040504--