On Tuesday 29 May 2012 21:07:30 jack wrote: > Who can tell me how could I use the /Software support layers /that > provided by http://www.openembedded.org/wiki/LayerIndex into my own > yocto image? For example, how could I use "meta-browser" during image > building?
There are two steps needed here, both are covered in the documentation. First you need to add the layer to your bblayers.conf: http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html#enabling-your-layer Then you need to add the desired package to your image: http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html#usingpoky-extend-customimage Cheers, Paul -- Paul Eggleton Intel Open Source Technology Centre _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
