summaryrefslogtreecommitdiffstats
path: root/meta-yocto
diff options
context:
space:
mode:
Diffstat (limited to 'meta-yocto')
-rw-r--r--meta-yocto/conf/local.conf.sample7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-yocto/conf/local.conf.sample b/meta-yocto/conf/local.conf.sample
index 5cf3b26080..a9b4998410 100644
--- a/meta-yocto/conf/local.conf.sample
+++ b/meta-yocto/conf/local.conf.sample
@@ -71,9 +71,10 @@ EXTRA_IMAGE_FEATURES_mx31ads = "tools-testapps debug-tweaks"
71#PACKAGE_CLASSES ?= "package_rpm package_deb package_ipk" 71#PACKAGE_CLASSES ?= "package_rpm package_deb package_ipk"
72PACKAGE_CLASSES ?= "package_rpm package_ipk" 72PACKAGE_CLASSES ?= "package_rpm package_ipk"
73 73
74# mklibs library size optimization is more useful to smaller images, 74# mklibs library size optimization is more useful to smaller images,
75# and less useful for bigger images. Also mklibs library optimization can break the ABI compatibility, so should not be applied to the images which are tobe 75# and less useful for bigger images. Also mklibs library optimization
76# extended or upgraded later. 76# can break the ABI compatibility, so should not be applied to the
77# images which are to be extended or upgraded later.
77#This enabled mklibs library size optimization just for the specified image. 78#This enabled mklibs library size optimization just for the specified image.
78#MKLIBS_OPTIMIZED_IMAGES ?= "core-image-minimal" 79#MKLIBS_OPTIMIZED_IMAGES ?= "core-image-minimal"
79#This enable mklibs library size optimization will be for all the images. 80#This enable mklibs library size optimization will be for all the images.