summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/classes.rst
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2021-07-09 08:03:31 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-10 23:39:18 +0100
commitaa26842ec3d25094636979a3283f2236c582b747 (patch)
treead60cda2ad5dd86fb9de00874fab93b9beae64a3 /documentation/ref-manual/classes.rst
parent6b25d75ca8022e03cfefcc1596b39b555bf9a988 (diff)
downloadpoky-aa26842ec3d25094636979a3283f2236c582b747.tar.gz
docs: remove image-mklibs references
The image-mklibs bbclass was removed from OE-Core with commit 908df863b419d1cad7317153101fc827e7e3a354 and corresponding changes to local.conf.sample were made in meta-yocto with c8c8f284eb2abe7e1352850a885454487cc01986. Remove all references to image-mklibs from the documentation as it is no longer supported. (From yocto-docs rev: f45b378eb2cb08c173620cffb17cbcc8b402da0d) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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