From: Richard Purdie Date: Sat, 21 Feb 2026 08:42:30 +0000 (+0000) Subject: distro/defaultsetup: Enable space optimization tweaks X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=175fcf9fad699dd122680d3f6961af9bf8487046;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git distro/defaultsetup: Enable space optimization tweaks This enables a collection of tweaks which reudce build output size where the output has been found to be particularly problematic. This reduces sstate object size as well as on disk build footprint, it also helps memory usage for linking some of the recipes. This in turn improves built speed and the smaller sstate objects are faster to compress, decompress and transfer over the network. This change has been tested in poky for a long time. Signed-off-by: Richard Purdie Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/conf/distro/defaultsetup.conf b/meta/conf/distro/defaultsetup.conf index 871fe7b4e8..c6be00e80c 100644 --- a/meta/conf/distro/defaultsetup.conf +++ b/meta/conf/distro/defaultsetup.conf @@ -7,6 +7,7 @@ require conf/distro/include/tclibc-${TCLIBC}.inc require conf/distro/include/no-static-libs.inc require conf/distro/include/security_flags.inc +require conf/distro/include/yocto-space-optimize.inc require conf/distro/include/uninative-flags.inc require conf/distro/include/yocto-uninative.inc