summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/classes.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/classes.rst')
-rw-r--r--documentation/ref-manual/classes.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index e1e61c9c9f..e26e4343a1 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -828,13 +828,13 @@ provided by the recipe ``icecc-create-env-native.bb``.
828If you do not want the Icecream distributed compile support to apply to 828If you do not want the Icecream distributed compile support to apply to
829specific recipes or classes, you can ask them to be ignored by Icecream 829specific recipes or classes, you can ask them to be ignored by Icecream
830by listing the recipes and classes using the 830by listing the recipes and classes using the
831:term:`ICECC_USER_PACKAGE_BL` and 831:term:`ICECC_RECIPE_DISABLE` and
832:term:`ICECC_USER_CLASS_BL` variables, 832:term:`ICECC_CLASS_DISABLE` variables,
833respectively, in your ``local.conf`` file. Doing so causes the 833respectively, in your ``local.conf`` file. Doing so causes the
834OpenEmbedded build system to handle these compilations locally. 834OpenEmbedded build system to handle these compilations locally.
835 835
836Additionally, you can list recipes using the 836Additionally, you can list recipes using the
837:term:`ICECC_USER_PACKAGE_WL` variable in 837:term:`ICECC_RECIPE_ENABLE` variable in
838your ``local.conf`` file to force ``icecc`` to be enabled for recipes 838your ``local.conf`` file to force ``icecc`` to be enabled for recipes
839using an empty :term:`PARALLEL_MAKE` variable. 839using an empty :term:`PARALLEL_MAKE` variable.
840 840
@@ -2497,7 +2497,7 @@ stages:
2497 subset of files is controlled by the 2497 subset of files is controlled by the
2498 :term:`SYSROOT_DIRS`, 2498 :term:`SYSROOT_DIRS`,
2499 :term:`SYSROOT_DIRS_NATIVE`, and 2499 :term:`SYSROOT_DIRS_NATIVE`, and
2500 :term:`SYSROOT_DIRS_BLACKLIST` 2500 :term:`SYSROOT_DIRS_IGNORE`
2501 variables. 2501 variables.
2502 2502
2503 .. note:: 2503 .. note::