Re: Statically linked libraries and license manifest
On 5/17/21 10:44 AM, Jasper Orschulko wrote:
Hi,partly yes. there is a provision to disable static linking using DISABLE_STATIC, so atleast some of packages can be cleared of. depends are effective during build time and its the linking which decides on static vs dynamic linking and bitbake does not have much control over that but you can perhaps easily write a probe and extract this information from linker cmdline perhaps by dumping linker map and post processing it.
|
|