summaryrefslogtreecommitdiffstats
path: root/meta-poky/conf/local.conf.sample.extended
diff options
context:
space:
mode:
Diffstat (limited to 'meta-poky/conf/local.conf.sample.extended')
-rw-r--r--meta-poky/conf/local.conf.sample.extended9
1 files changed, 0 insertions, 9 deletions
diff --git a/meta-poky/conf/local.conf.sample.extended b/meta-poky/conf/local.conf.sample.extended
index c241caa869..a670c74001 100644
--- a/meta-poky/conf/local.conf.sample.extended
+++ b/meta-poky/conf/local.conf.sample.extended
@@ -119,15 +119,6 @@ DISTRO_FEATURES_remove = "x11"
119# 119#
120# TCMODE ?= "external-sourcery" 120# TCMODE ?= "external-sourcery"
121 121
122# mklibs library size optimization is more useful to smaller images,
123# and less useful for bigger images. Also mklibs library optimization
124# can break the ABI compatibility, so should not be applied to the
125# images which are to be extended or upgraded later.
126#This enabled mklibs library size optimization just for the specified image.
127#MKLIBS_OPTIMIZED_IMAGES ?= "core-image-minimal"
128#This enable mklibs library size optimization will be for all the images.
129#MKLIBS_OPTIMIZED_IMAGES ?= "all"
130
131# This value is currently used by pseudo to determine if the recipe should 122# This value is currently used by pseudo to determine if the recipe should
132# build both the 32-bit and 64-bit wrapper libraries on a 64-bit build system. 123# build both the 32-bit and 64-bit wrapper libraries on a 64-bit build system.
133# 124#