Hi Niklas,
If you want add any library to LTIB, you need to create a spec file for that particular library.
-> In /ltib/dist/lfs-5.1/ create a directory on the name of the package you want to build
-> copy template.spec located in /ltib/dist/lfs-5.1/template/ directory to the new directory you had created to build your package.
-> cd to your package location for ex: /ltib/dist/lfs-5.1/sample/ rename template.spec to your package name. ex : sample.spec
-> open the sample.spec file and change modifications according to your requirement.
->save the spec file.
-> copy your package to /opt/frescale/pkgs/
-> cd to your LTIB path
-> ./ltib -m prep -p sample.spec (package name you added with .spec extension)
->./ltib -m scbuild -p sample.spec
->./ltib -m scinstall -p sample.spec
->./ltib -m scdeploy -p sample.spec
Thanks & Regards,
Raybiztech.