On Wednesday 27 March 2013 20:10:40 Paul D. DeRocco wrote: > So is there a general way to peruse the collection of recipes? Does one have > to do "ls -R *.bb" to get the list of recipes, then read the comments > inside the files to see how to use them?
There are a few useful tools here. Firstly, "bitbake-layers show-recipes" will list all recipes available in your current configuration, the versions available and which layers they are provided by. You can also specify a search keyword on the command line. Additionally, "bitbake -s" will list all available "targets" (recipes, plus any BBCLASSEXTENDed variants, e.g. zlib-native) and the latest and current preferred versions. Lastly, if you want to search all available recipes in community layers, there is now an online metadata index available: http://layers.openembedded.org/ Cheers, Paul -- Paul Eggleton Intel Open Source Technology Centre _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto