summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/classes.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-02-14 17:20:08 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-04 09:39:37 +0000
commit6df5aa347544bb52e72d641524aaaeffd8b8f6c3 (patch)
tree4fe04bfd89e8c36921caba8d76b17f278ef07e9e /documentation/ref-manual/classes.rst
parent0966ba1ebb5ca9feb60eb41316a9abc5d242ffe8 (diff)
downloadpoky-6df5aa347544bb52e72d641524aaaeffd8b8f6c3.tar.gz
documentation: remove references to prelink support
Fixing documentation and updating examples containing "prelink" in their output. (From yocto-docs rev: 8927b8fff55fac1bd1fefcff2d16141dbd1ebc51) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/classes.rst')
-rw-r--r--documentation/ref-manual/classes.rst15
1 files changed, 0 insertions, 15 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index 03dd375776..cba9793332 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -953,21 +953,6 @@ specified by :term:`EFI_PROVIDER` if
953Normally, you do not use this class directly. Instead, you add "live" to 953Normally, you do not use this class directly. Instead, you add "live" to
954:term:`IMAGE_FSTYPES`. 954:term:`IMAGE_FSTYPES`.
955 955
956.. _ref-classes-image-prelink:
957
958``image-prelink.bbclass``
959=========================
960
961The ``image-prelink`` class enables the use of the ``prelink`` utility
962during the :ref:`ref-tasks-rootfs` task, which optimizes
963the dynamic linking of shared libraries to reduce executable startup
964time.
965
966By default, the class is enabled in the ``local.conf.template`` using
967the :term:`USER_CLASSES` variable as follows::
968
969 USER_CLASSES ?= "buildstats image-prelink"
970
971.. _ref-classes-insane: 956.. _ref-classes-insane:
972 957
973``insane.bbclass`` 958``insane.bbclass``