All of lore.kernel.org
 help / color / mirror / Atom feed
* Need help to build poky image for beagle board
@ 2011-03-21 10:29 Sparsh Wid hope
  2011-03-21 11:16 ` Gerard van den Bosch
  2011-03-21 11:49 ` Koen Kooi
  0 siblings, 2 replies; 9+ messages in thread
From: Sparsh Wid hope @ 2011-03-21 10:29 UTC (permalink / raw)
  To: poky

[-- Attachment #1: Type: text/plain, Size: 842 bytes --]

Hi All,
I'm trying to build poky image for beagle board. I got the following error- FATAL: Error when parsing []: file classes/packaged-staging.bbclass not found in /home/surya/Surya/pro/POKY/meta-texasinstruments:/home/surya/Surya/pro/POKY/meta 
I followed the steps below-
1.Downloaded the source wget -c http://git.pokylinux.org/cgit/cgit.cgi/poky/snapshot/poky-laverne-4.0.1.tar.bz2
and rename it as POKY.2. Get TI's overlay
git clone git://github.com/mrchapp/meta-texasinstruments.git
cd meta-texasinstruments
git checkout -b gitomapzoom --track origin/gitomapzoom

3. Copy configuration
cp -p POKY/meta-texasinstruments/conf/misc/local.conf POKY/build/conf/local.conf

4. Build!
cd POKY
source poky-init-build-envfrom the link http://elinux.org/BeagleBoard/PokyHelp me to solve this error.Thanks in advance          



[-- Attachment #2: Type: text/html, Size: 2877 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Need help to build poky image for beagle board
  2011-03-21 10:29 Sparsh Wid hope
@ 2011-03-21 11:16 ` Gerard van den Bosch
  2011-03-21 11:49 ` Koen Kooi
  1 sibling, 0 replies; 9+ messages in thread
From: Gerard van den Bosch @ 2011-03-21 11:16 UTC (permalink / raw)
  To: Sparsh Wid hope; +Cc: poky

[-- Attachment #1: Type: text/plain, Size: 1625 bytes --]

On 03/21/2011 11:29 AM, Sparsh Wid hope wrote:
> Hi All,
>
> I'm trying to build poky image for beagle board.
> I got the following error-
> FATAL: Error when parsing []: file classes/packaged-staging.bbclass 
> not found in 
> /home/surya/Surya/pro/POKY/meta-texasinstruments:/home/surya/Surya/pro/POKY/meta
>
> I followed the steps below-
>
> 1.Downloaded the source
> wget -c 
> http://git.pokylinux.org/cgit/cgit.cgi/poky/snapshot/poky-laverne-4.0.1.tar.bz2 
> <http://git.pokylinux.org/cgit/cgit.cgi/poky/snapshot/poky-laverne-4.0.1.tar.bz2>
>
> and rename it as POKY.
> 2. Get TI's overlay
> git clone git://github.com/mrchapp/meta-texasinstruments.git
> cd meta-texasinstruments
> git checkout -b gitomapzoom --track origin/gitomapzoom
>
> 3. Copy configuration
> cp -p POKY/meta-texasinstruments/conf/misc/local.conf POKY/build/conf/local.conf
>
> 4. Build!
> cd POKY
> source poky-init-build-env
> from the linkhttp://elinux.org/BeagleBoard/Poky
> Help me to solve this error.
> Thanks in advance
>
>
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
I suspect it has to do with the version of poky in you are using, unlike the old "green" release, the "laverne" release doesn't contain the file "packaged-staging.bbclass".
Looking at the dates in the meta-texasinstruments git tree(latest update 2009) I think it has something to do with the compatibility.
I hope this gives you a direction to search for the problem, I am not very experienced with Poky yet.

Regards,
Gerard


[-- Attachment #2: Type: text/html, Size: 6221 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Need help to build poky image for beagle board
  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
  1 sibling, 2 replies; 9+ messages in thread
From: Koen Kooi @ 2011-03-21 11:49 UTC (permalink / raw)
  To: Sparsh Wid hope; +Cc: poky, Patches and discussions about the oe-core layer


Op 21 mrt 2011, om 11:29 heeft Sparsh Wid hope het volgende geschreven:

> Hi All,
> 
> I'm trying to build poky image for beagle board. 

I'll address the 'beagleboard' portion of your question below.

> I got the following error- 
> FATAL: Error when parsing []: file classes/packaged-staging.bbclass not found in /home/surya/Surya/pro/POKY/meta-texasinstruments:/home/surya/Surya/pro/POKY/meta
> 
> I followed the steps below-
> 
> 1.Downloaded the source 
> wget -c http://git.pokylinux.org/cgit/cgit.cgi/poky/snapshot/poky-laverne-4.0.1.tar.bz2
> 
> and rename it as POKY.
> 2. Get TI's overlay
> git clone git://github.com/mrchapp/meta-texasinstruments.git
> cd meta-texasinstruments
> git checkout -b gitomapzoom --track origin/gitomapzoom

That's not a TI overlay, it's an overlay done by someone to add the dspbridge stuff to OE. If you want better beagleboard support, use the following layer:

http://gitorious.org/angstrom/angstrom-layers/

If you don't want to manually resolve all the layer dependencies have a look at the scripts mentioned in the readme:

http://gitorious.org/angstrom/angstrom-layers/blobs/master/README

The 'better' in the above is aimed at hw support like cpufreq, DSP, 1GHz/720MHz, etc. The standard yocto kernel lacks all that because it's focussed at different things like 100% POSIX compliance.

regards,

Koen

> 
> 3. Copy configuration
> cp -p POKY/meta-texasinstruments/conf/misc/local.conf POKY/build/conf/local.conf
> 
> 4. Build!
> cd POKY
> source poky-init-build-env
> 
> from the link http://elinux.org/BeagleBoard/Poky
> Help me to solve this error.
> Thanks in advance          
> 
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Need help to build poky image for beagle board
  2011-03-21 11:49 ` Koen Kooi
@ 2011-03-21 12:12   ` Richard Purdie
  2011-03-22  4:15   ` Sparsh Wid hope
  1 sibling, 0 replies; 9+ messages in thread
From: Richard Purdie @ 2011-03-21 12:12 UTC (permalink / raw)
  To: Koen Kooi
  Cc: Sparsh Wid hope, poky,
	Patches and discussions about the oe-core layer

On Mon, 2011-03-21 at 12:49 +0100, Koen Kooi wrote:
> Op 21 mrt 2011, om 11:29 heeft Sparsh Wid hope het volgende geschreven: 
> > I'm trying to build poky image for beagle board. 
> 
> I'll address the 'beagleboard' portion of your question below.
> 
> > I got the following error- 
> > FATAL: Error when parsing []: file classes/packaged-staging.bbclass not found in /home/surya/Surya/pro/POKY/meta-texasinstruments:/home/surya/Surya/pro/POKY/meta
> > 
> > I followed the steps below-
> > 
> > 1.Downloaded the source 
> > wget -c http://git.pokylinux.org/cgit/cgit.cgi/poky/snapshot/poky-laverne-4.0.1.tar.bz2
> > 
> > and rename it as POKY.
> > 2. Get TI's overlay
> > git clone git://github.com/mrchapp/meta-texasinstruments.git
> > cd meta-texasinstruments
> > git checkout -b gitomapzoom --track origin/gitomapzoom

As others have said, this is an older metadata layer which was written
by some people at TI for older versions of Poky. Its not really been
updated in a couple of years. If you really want to use that layer, you
need to use it with the version of Poky it was written for. I'm not sure
offhand which that would be but its a very early development of our
layer technology and we're getting better at handling documenting the
depedencies and working on a more automated way to handle this.

> That's not a TI overlay, it's an overlay done by someone to add the
> dspbridge stuff to OE. If you want better beagleboard support, use the
> following layer:
> 
> http://gitorious.org/angstrom/angstrom-layers/
> 
> If you don't want to manually resolve all the layer dependencies have
> a look at the scripts mentioned in the readme:
> 
> http://gitorious.org/angstrom/angstrom-layers/blobs/master/README
> 
> The 'better' in the above is aimed at hw support like cpufreq, DSP,
> 1GHz/720MHz, etc. The standard yocto kernel lacks all that because
> it's focussed at different things like 100% POSIX compliance.

Right, Yocto decided to use the beagleboard hardware as a hardware
target to demonstrate that its core arm support was good.

We've therefore been looking at things like POSIX tests, LSB compliance
and also some of the tooling benefits from the Yocto kernel such as its
defconfig management, integrated lttng support and other features. In
the meantime, the hardware component support in other layers has vastly
improved which is great.

I'm hoping we'll find ways to get the best of both worlds in future and
we're looking at ways of making that happen.

Cheers,

Richard




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Need help to build poky image for beagle board
  2011-03-21 11:49 ` Koen Kooi
  2011-03-21 12:12   ` Richard Purdie
@ 2011-03-22  4:15   ` Sparsh Wid hope
  1 sibling, 0 replies; 9+ messages in thread
From: Sparsh Wid hope @ 2011-03-22  4:15 UTC (permalink / raw)
  To: poky

[-- Attachment #1: Type: text/plain, Size: 4364 bytes --]

Thanks for your guidance, I downloaded angstrom-angstrom-layers package from the link 
http://gitorious.org/angstrom/angstrom-layers/ and updated laverne-4.0.1/meta/conf, /recipes-bsp, /recipes-ti, added image recipes_images_beagleboard-demo-image.bb in /meta/recipes/core/images and modified /meta/conf/local.conf.sample as 
#MACHINE  ?="qemux86" and
MACHINE ?="beagleboard"
and bitbake it as bitbake omap-image-beagleboard-demo and got the error :
NOTE: <type 'exceptions.Exception'>:variable BBPATH references itself! while evaluating:
/home/surya/Surya/pro/POKY/laverne-4.0.1/meta:${BBPATH}
NOTE: <type 'exceptions.Exception'>:variable BBPATH references itself! while evaluating:
${BBPATH}:${LAYERDIR}
FATAL: Traceback (most recent call last):
  File "/home/surya/Surya/pro/POKY/laverne-4.0.1/scripts/..//bitbake//bin/bitbake", line 216, in <module>
    ret = main()
  File "/home/surya/Surya/pro/POKY/laverne-4.0.1/scripts/..//bitbake//bin/bitbake", line 177, in main
    cooker = bb.cooker.BBCooker(configuration, server)
  File "/home/surya/Surya/pro/POKY/laverne-4.0.1/scripts/..//bitbake/lib/bb/cooker.py", line 85, in __init__
    self.parseConfigurationFiles(self.configuration.file)
  File "/home/surya/Surya/pro/POKY/laverne-4.0.1/scripts/..//bitbake/lib/bb/cooker.py", line 515, in parseConfigurationFiles
    data = bb.parse.handle(os.path.join(layer, "conf", "layer.conf"), data)
  File "/home/surya/Surya/pro/POKY/laverne-4.0.1/scripts/..//bitbake/lib/bb/parse/__init__.py", line 75, in handle
    return h['handle'](fn, data, include)
  File "/home/surya/Surya/pro/POKY/laverne-4.0.1/scripts/..//bitbake/lib/bb/parse/parse_py/ConfHandler.py", line 105, in handle
    statements.eval(data)
  File "/home/surya/Surya/pro/POKY/laverne-4.0.1/scripts/..//bitbake/lib/bb/parse/ast.py", line 37, in eval
    statement.eval(data)
  File "/home/surya/Surya/pro/POKY/laverne-4.0.1/scripts/..//bitbake/lib/bb/parse/ast.py", line 97, in eval
    val = bb.data.expand(groupd["value"], e)
Exception: variable BBPATH references itself!

Help me to solve the problem.
Thanks in advance.


--- On Mon, 21/3/11, Koen Kooi <koen@dominion.thruhere.net> wrote:

From: Koen Kooi <koen@dominion.thruhere.net>
Subject: Re: [poky] Need help to build poky image for beagle board
To: "Sparsh Wid hope" <sparsh150847@yahoo.com>
Cc: "poky" <poky@yoctoproject.org>, "Patches and discussions about the oe-core layer" <openembedded-core@lists.openembedded.org>
Date: Monday, 21 March, 2011, 11:49 AM


Op 21 mrt 2011, om 11:29 heeft Sparsh Wid hope het volgende geschreven:

> Hi All,
> 
> I'm trying to build poky image for beagle board. 

I'll address the 'beagleboard' portion of your question below.

> I got the following error- 
> FATAL: Error when parsing []: file classes/packaged-staging.bbclass not found in /home/surya/Surya/pro/POKY/meta-texasinstruments:/home/surya/Surya/pro/POKY/meta
> 
> I followed the steps below-
> 
> 1.Downloaded the source 
> wget -c http://git.pokylinux.org/cgit/cgit.cgi/poky/snapshot/poky-laverne-4.0.1.tar.bz2
> 
> and rename it as POKY.
> 2. Get TI's overlay
> git clone git://github.com/mrchapp/meta-texasinstruments.git
> cd meta-texasinstruments
> git checkout -b gitomapzoom --track origin/gitomapzoom

That's not a TI overlay, it's an overlay done by someone to add the dspbridge stuff to OE. If you want better beagleboard support, use the following layer:

http://gitorious.org/angstrom/angstrom-layers/

If you don't want to manually resolve all the layer dependencies have a look at the scripts mentioned in the readme:

http://gitorious.org/angstrom/angstrom-layers/blobs/master/README

The 'better' in the above is aimed at hw support like cpufreq, DSP, 1GHz/720MHz, etc. The standard yocto kernel lacks all that because it's focussed at different things like 100% POSIX compliance.

regards,

Koen

> 
> 3. Copy configuration
> cp -p POKY/meta-texasinstruments/conf/misc/local.conf POKY/build/conf/local.conf
> 
> 4. Build!
> cd POKY
> source poky-init-build-env
> 
> from the link http://elinux.org/BeagleBoard/Poky
> Help me to solve this error.
> Thanks in advance          
> 
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky





[-- Attachment #2: Type: text/html, Size: 6138 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Need help to build poky image for beagle board
@ 2011-03-25 12:57 Sparsh Wid hope
  2011-03-25 13:34 ` Gerard van den Bosch
  0 siblings, 1 reply; 9+ messages in thread
From: Sparsh Wid hope @ 2011-03-25 12:57 UTC (permalink / raw)
  To: poky

[-- Attachment #1: Type: text/plain, Size: 1710 bytes --]




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.1source poky-init-build-envbitbake recipes_images_beagleboard-demo-imageand 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



[-- Attachment #2: Type: text/html, Size: 4171 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Need help to build poky image for beagle board
  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
  0 siblings, 1 reply; 9+ messages in thread
From: Gerard van den Bosch @ 2011-03-25 13:34 UTC (permalink / raw)
  To: Sparsh Wid hope; +Cc: poky

[-- Attachment #1: Type: text/plain, Size: 2295 bytes --]

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


[-- Attachment #2: Type: text/html, Size: 8672 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Need help to build poky image for beagle board
  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
  0 siblings, 1 reply; 9+ messages in thread
From: Sparsh Wid hope @ 2011-03-25 14:06 UTC (permalink / raw)
  To: Gerard van den Bosch; +Cc: poky

[-- Attachment #1: Type: text/plain, Size: 4970 bytes --]

 
  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
                                    

                                    
                                    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
  





[-- Attachment #2: Type: text/html, Size: 8352 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Need help to build poky image for beagle board
  2011-03-25 14:06   ` Sparsh Wid hope
@ 2011-03-25 14:19     ` Gerard van den Bosch
  0 siblings, 0 replies; 9+ messages in thread
From: Gerard van den Bosch @ 2011-03-25 14:19 UTC (permalink / raw)
  To: Sparsh Wid hope; +Cc: poky

[-- 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 --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2011-03-25 14:19 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
  -- 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

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.