On Fri, Jul 4, 2014 at 9:37 AM, Joshua Collins
<[email protected]> wrote:
> This does not copy the files to the image as I would expect. If I look at
> the bitbake log, I see my recipe is run, but I obviously have not done the
> right thing in the recipe.
>
>
>
> Can anyone tell me how I could fix this?
.so files are put by default in -dev binary package, that's probably
where they are. if you want to put the .so files in your main package,
you can add the following in your recipe:
FILES_SOLIBSDEV = ""
FILES_${PN} += "${libdir}/*.so"
--
_______________________________________________
yocto mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/yocto