From 5599505af7eb1c070dfae8a6235e2eeb4bdbfdd6 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 2 Dec 2013 15:02:13 -0600 Subject: [PATCH] ref-manual: Added image-mklibs and image-prelink classes. (From yocto-docs rev: ec9783ab26661167149be02b3e24c86154309b97) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 48 ++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 05e0fa6ce3..e3e6675100 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -877,6 +877,54 @@ +
+ <filename>image-mklibs.bbclass</filename> + + + The make libraries (mklibs) class + enables the use of the mklibs utility during the + do_rootfs task, which optimizes the size of + libraries contained in the image. + + + + The + USER_CLASSES + variable enables this class. + By default, the class is enabled in the + local.conf.template in the + Source Directory + as follows: + + USER_CLASSES ?= "buildstats image-mklibs image-prelink" + + +
+ + +
<filename>mime.bbclass</filename>