mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
meta/conf/local.conf.sample: fix mklibs comment line split and typo
(From OE-Core rev: a8b88f5364003ac18f301b93e45c9ba594c17bc2) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5aa69f20f2
commit
c533f60dfa
@@ -71,9 +71,10 @@ EXTRA_IMAGE_FEATURES_mx31ads = "tools-testapps debug-tweaks"
|
|||||||
#PACKAGE_CLASSES ?= "package_rpm package_deb package_ipk"
|
#PACKAGE_CLASSES ?= "package_rpm package_deb package_ipk"
|
||||||
PACKAGE_CLASSES ?= "package_rpm package_ipk"
|
PACKAGE_CLASSES ?= "package_rpm package_ipk"
|
||||||
|
|
||||||
# mklibs library size optimization is more useful to smaller images,
|
# 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
|
# and less useful for bigger images. Also mklibs library optimization
|
||||||
# extended or upgraded later.
|
# 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.
|
#This enabled mklibs library size optimization just for the specified image.
|
||||||
#MKLIBS_OPTIMIZED_IMAGES ?= "core-image-minimal"
|
#MKLIBS_OPTIMIZED_IMAGES ?= "core-image-minimal"
|
||||||
#This enable mklibs library size optimization will be for all the images.
|
#This enable mklibs library size optimization will be for all the images.
|
||||||
|
|||||||
Reference in New Issue
Block a user