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>