summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/classes.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/classes.rst')
-rw-r--r--documentation/ref-manual/classes.rst16
1 files changed, 1 insertions, 15 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index 09878c480f..9b93807b6d 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -932,20 +932,6 @@ specified by :term:`EFI_PROVIDER` if
932Normally, you do not use this class directly. Instead, you add "live" to 932Normally, you do not use this class directly. Instead, you add "live" to
933:term:`IMAGE_FSTYPES`. 933:term:`IMAGE_FSTYPES`.
934 934
935.. _ref-classes-image-mklibs:
936
937``image-mklibs.bbclass``
938========================
939
940The ``image-mklibs`` class enables the use of the ``mklibs`` utility
941during the :ref:`ref-tasks-rootfs` task, which optimizes
942the size of libraries contained in the image.
943
944By default, the class is enabled in the ``local.conf.template`` using
945the :term:`USER_CLASSES` variable as follows::
946
947 USER_CLASSES ?= "buildstats image-mklibs image-prelink"
948
949.. _ref-classes-image-prelink: 935.. _ref-classes-image-prelink:
950 936
951``image-prelink.bbclass`` 937``image-prelink.bbclass``
@@ -959,7 +945,7 @@ time.
959By default, the class is enabled in the ``local.conf.template`` using 945By default, the class is enabled in the ``local.conf.template`` using
960the :term:`USER_CLASSES` variable as follows:: 946the :term:`USER_CLASSES` variable as follows::
961 947
962 USER_CLASSES ?= "buildstats image-mklibs image-prelink" 948 USER_CLASSES ?= "buildstats image-prelink"
963 949
964.. _ref-classes-insane: 950.. _ref-classes-insane:
965 951