summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/variables.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r--documentation/ref-manual/variables.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index c9d7cfbe92..005456f0c4 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -8537,12 +8537,11 @@ system and gives an overview of their function and contents.
8537 8537
8538 :term:`USER_CLASSES` 8538 :term:`USER_CLASSES`
8539 A list of classes to globally inherit. These classes are used by the 8539 A list of classes to globally inherit. These classes are used by the
8540 OpenEmbedded build system to enable extra features (e.g. 8540 OpenEmbedded build system to enable extra features.
8541 ``buildstats``, ``image-prelink``, and so forth).
8542 8541
8543 The default list is set in your ``local.conf`` file:: 8542 The default list is set in your ``local.conf`` file::
8544 8543
8545 USER_CLASSES ?= "buildstats image-prelink" 8544 USER_CLASSES ?= "buildstats"
8546 8545
8547 For more information, see 8546 For more information, see
8548 ``meta-poky/conf/local.conf.sample`` in the :term:`Source Directory`. 8547 ``meta-poky/conf/local.conf.sample`` in the :term:`Source Directory`.