On 6/8/2011 4:17 PM, sushisan wrote: > Hi: > > I have a project that use openssl. > > I practically all recipes used are in yocto project > but I need someones that are in meta-oe (ie: fuse) > > openssl is in meta/recipes-connectivity AND in meta-oe/recipes > connectivity > > I've putted meta first than meta-oe in my bblayers.conf, but when I > try to do a bitbake openssl > bitbake try to compile ever the meta-oe recipe > > How I set priority in search recipes?
Search priority is set via BBFILE_PRIORITY_<layer name> that is set in the layer.conf files. -- Jeremy Puhlman Montavista Sofware, LLC. _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
