diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2011-04-30 20:57:15 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-10 09:51:55 +0100 |
commit | a8b88f5364003ac18f301b93e45c9ba594c17bc2 (patch) | |
tree | d3e42d56edcd2d4608f70c9980fb3bce7cca80a2 /meta/conf | |
parent | adf9f92e2f8f6cc3deba72a194ded85e160ad9e3 (diff) | |
download | openembedded-core-a8b88f5364003ac18f301b93e45c9ba594c17bc2.tar.gz openembedded-core-a8b88f5364003ac18f301b93e45c9ba594c17bc2.tar.bz2 openembedded-core-a8b88f5364003ac18f301b93e45c9ba594c17bc2.zip |
meta/conf/local.conf.sample: fix mklibs comment line split and typo
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/local.conf.sample | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample index cf7f33f542..c33dc0e148 100644 --- a/meta/conf/local.conf.sample +++ b/meta/conf/local.conf.sample @@ -53,9 +53,10 @@ EXTRA_IMAGE_FEATURES = "tools-debug tools-profile tools-testapps debug-tweaks" #PACKAGE_CLASSES ?= "package_rpm package_deb package_ipk" PACKAGE_CLASSES ?= "package_ipk" -# mklibs library size optimization is more useful to smaller images, -# 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 -# extended or upgraded later. +# mklibs library size optimization is more useful to smaller images, +# 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 to be extended or upgraded later. #This enabled mklibs library size optimization just for the specified image. #MKLIBS_OPTIMIZED_IMAGES ?= "core-image-minimal" #This enable mklibs library size optimization will be for all the images. |