]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
poky: Disable static libs by default
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 14 Feb 2016 14:32:13 +0000 (14:32 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 14 Feb 2016 23:00:37 +0000 (23:00 +0000)
Static libraries are old technology. We've left them around since in
previous tests, they only added around 5% to the overall build time.

With new and interesting uses of OE, they're becoming more problematic.
For example, sstate becomes much larger with static libs enabled which
increases the size of eSDK and increases the time taken for sstate
operations. Since the static libs contain all the debugging symbols,
they're also pretty huge.

Therefore use the common include which enables this from OE-Core.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta-yocto/conf/distro/poky.conf

index ede728dde1fdaee936e4a645d531f996f0db635f..55bc1908c980c42ba462557a7dab3596450fdcee 100644 (file)
@@ -101,3 +101,4 @@ WARN_QA_remove = "${WARN_TO_ERROR_QA}"
 ERROR_QA_append = " ${WARN_TO_ERROR_QA}"
 
 require conf/distro/include/poky-world-exclude.inc
+require conf/distro/include/no-static-libs.inc