1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

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>
This commit is contained in:
Michael Opdenacker
2022-02-14 17:20:08 +01:00
committed by Richard Purdie
parent 0966ba1ebb
commit 6df5aa3475
6 changed files with 45 additions and 96 deletions
+2 -3
View File
@@ -8537,12 +8537,11 @@ system and gives an overview of their function and contents.
:term:`USER_CLASSES`
A list of classes to globally inherit. These classes are used by the
OpenEmbedded build system to enable extra features (e.g.
``buildstats``, ``image-prelink``, and so forth).
OpenEmbedded build system to enable extra features.
The default list is set in your ``local.conf`` file::
USER_CLASSES ?= "buildstats image-prelink"
USER_CLASSES ?= "buildstats"
For more information, see
``meta-poky/conf/local.conf.sample`` in the :term:`Source Directory`.