On Monday 29 April 2013 14:39:23 Satya Swaroop Damarla wrote:
> For example consider the recipe "networkmanager"... First check if there is
> a basic recipe "networkmanager" in any of the layers becuase if there is no
> basic recipe then it makes no sense in appending the recipe in your BSP
> layer..
> 
> Try the following command
> 
> find  /home/zaif/ -name "networkmanager*"
> 
> If there is none then you have to create one but if there is one already
> then possibly chnage the version number in meta-gumstix layer to the one
> which is already present in the other layer or viceversa...

If you use the following command instead it will confirm whether your build 
system configuration knows anything about the named recipe:

 bitbake-layers show-recipes "networkmanager*"

If you want to find recipes that exist anywhere in publicly available layers, 
use the recipe search function within the OE layer index:

 http://layers.openembedded.org/layerindex/recipes/

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to