This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM335x Libtool Addition using Openembedded

I am currently trying to use the core-image-minimal recipe to start out with. I have been slowly adding additional recipes to try and control the amount of unnecessary libraries. I have found that one of my applications requires libltdl.so.7. My understanding is that this is provided by libtool. I have added the libtool recipe to the IMAGE_INSTALL_append line. I have found that this ouputs the source and not the compiled library.

There does seem to be a native and cross version of this recipe, but I don't believe those are what I am looking for. Any suggestions?

Regards,

Matt