[yocto] Recipe to copy precompiled binaries to root image

Nicolas Dechesne nicolas.dechesne at linaro.org
Mon Jul 7 00:55:32 PDT 2014


On Fri, Jul 4, 2014 at 9:37 AM, Joshua Collins
<joshua.collins at arcontia.se> 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"



More information about the yocto mailing list