diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-02-14 17:20:08 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-04 09:39:37 +0000 |
commit | 6df5aa347544bb52e72d641524aaaeffd8b8f6c3 (patch) | |
tree | 4fe04bfd89e8c36921caba8d76b17f278ef07e9e /documentation/overview-manual/concepts.rst | |
parent | 0966ba1ebb5ca9feb60eb41316a9abc5d242ffe8 (diff) | |
download | poky-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/overview-manual/concepts.rst')
-rw-r--r-- | documentation/overview-manual/concepts.rst | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst index 5c6364129d..47493786d9 100644 --- a/documentation/overview-manual/concepts.rst +++ b/documentation/overview-manual/concepts.rst | |||
@@ -1036,12 +1036,10 @@ for example, to determine whether or not to run specific tests. See the | |||
1036 | :term:`IMAGE_MANIFEST` | 1036 | :term:`IMAGE_MANIFEST` |
1037 | variable for additional information. | 1037 | variable for additional information. |
1038 | 1038 | ||
1039 | Optimizing processes that are run across the image include ``mklibs``, | 1039 | Optimizing processes that are run across the image include ``mklibs`` |
1040 | ``prelink``, and any other post-processing commands as defined by the | 1040 | and any other post-processing commands as defined by the |
1041 | :term:`ROOTFS_POSTPROCESS_COMMAND` | 1041 | :term:`ROOTFS_POSTPROCESS_COMMAND` |
1042 | variable. The ``mklibs`` process optimizes the size of the libraries, | 1042 | variable. The ``mklibs`` process optimizes the size of the libraries. |
1043 | while the ``prelink`` process optimizes the dynamic linking of shared | ||
1044 | libraries to reduce start up time of executables. | ||
1045 | 1043 | ||
1046 | After the root filesystem is built, processing begins on the image | 1044 | After the root filesystem is built, processing begins on the image |
1047 | through the :ref:`ref-tasks-image` | 1045 | through the :ref:`ref-tasks-image` |