diff options
Diffstat (limited to 'documentation/ref-manual/classes.rst')
-rw-r--r-- | documentation/ref-manual/classes.rst | 16 |
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 | |||
932 | Normally, you do not use this class directly. Instead, you add "live" to | 932 | Normally, 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 | |||
940 | The ``image-mklibs`` class enables the use of the ``mklibs`` utility | ||
941 | during the :ref:`ref-tasks-rootfs` task, which optimizes | ||
942 | the size of libraries contained in the image. | ||
943 | |||
944 | By default, the class is enabled in the ``local.conf.template`` using | ||
945 | the :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. | |||
959 | By default, the class is enabled in the ``local.conf.template`` using | 945 | By default, the class is enabled in the ``local.conf.template`` using |
960 | the :term:`USER_CLASSES` variable as follows:: | 946 | the :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 | ||