I've a requirement in which I want to package veritysetup binary in a minimal filesystem (which is size constraint) Including "cryptsetup" package in IMAGE_INSTALL is adding the binary but also a lot of shared libraries which are its dependencies. The shared libraries are increasing the size of the filesystem, which should not be done. I do not need functionalities like ssl for veritysetup, so how can I remove the dependencies on these shared libraries?
I've tried removing eg ssl from https://git.openembedded.org/meta-openembedded/tree/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.4.3.bb#n29 but the shared libs are still the dependency.
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#58441): https://lists.yoctoproject.org/g/yocto/message/58441 Mute This Topic: https://lists.yoctoproject.org/mt/94676916/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
