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/ref-manual/faq.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/ref-manual/faq.rst')
-rw-r--r-- | documentation/ref-manual/faq.rst | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/documentation/ref-manual/faq.rst b/documentation/ref-manual/faq.rst index e06dfd972b..e06b5e6caa 100644 --- a/documentation/ref-manual/faq.rst +++ b/documentation/ref-manual/faq.rst | |||
@@ -455,7 +455,4 @@ changing it? | |||
455 | **A:** The first most obvious change is the system stripping debug symbols from | 455 | **A:** The first most obvious change is the system stripping debug symbols from |
456 | it. Setting :term:`INHIBIT_PACKAGE_STRIP` to stop debug symbols being stripped and/or | 456 | it. Setting :term:`INHIBIT_PACKAGE_STRIP` to stop debug symbols being stripped and/or |
457 | :term:`INHIBIT_PACKAGE_DEBUG_SPLIT` to stop debug symbols being split into a separate | 457 | :term:`INHIBIT_PACKAGE_DEBUG_SPLIT` to stop debug symbols being split into a separate |
458 | file will ensure the binary is unchanged. The other less obvious thing that can | 458 | file will ensure the binary is unchanged. |
459 | happen is prelinking of the image. This is set by default in local.conf via | ||
460 | :term:`USER_CLASSES` which can contain 'image-prelink'. If you remove that, the | ||
461 | image will not be prelinked meaning the binaries would be unchanged. | ||