summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/classes.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-03-07 15:41:51 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-16 14:25:01 +0000
commit809b96e9316076909345d0fa7866f5155aeee767 (patch)
tree16dff3a5e07aa005066bd11efccaea746a0752a9 /documentation/ref-manual/classes.rst
parent88e368dca48957314bca2a9a369dcde515953633 (diff)
downloadpoky-809b96e9316076909345d0fa7866f5155aeee767.tar.gz
manuals: inclusive language updates
Changes identified by OE core's scripts/contrib/convert-variable-renames.py script Original variable names are kept in old migration notes, but references to the new ones are provided. (From yocto-docs rev: 1a35380ca80509fee036018a2bbb22ba9b44d47a) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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::