aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-14 14:32:13 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-15 16:34:59 +0000
commit9cb38c1eb54a37ca846585e305f6e85b1db041c8 (patch)
tree2a4ce7a0d3e369759dba55d620af40bbb5f42b65
parentf8520142c8a33fa9414314511fb01fbe79a2bf01 (diff)
downloadopenembedded-core-contrib-9cb38c1eb54a37ca846585e305f6e85b1db041c8.tar.gz
poky: Disable static libs by default
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. (From meta-yocto rev: a67da388fd9afd8c4b6084b972349da05b9a433e) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta-yocto/conf/distro/poky.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf
index ede728dde1..55bc1908c9 100644
--- a/meta-yocto/conf/distro/poky.conf
+++ b/meta-yocto/conf/distro/poky.conf
@@ -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