diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-03-07 15:41:51 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-16 14:25:01 +0000 |
commit | 809b96e9316076909345d0fa7866f5155aeee767 (patch) | |
tree | 16dff3a5e07aa005066bd11efccaea746a0752a9 /documentation/ref-manual/classes.rst | |
parent | 88e368dca48957314bca2a9a369dcde515953633 (diff) | |
download | poky-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.rst | 8 |
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``. | |||
828 | If you do not want the Icecream distributed compile support to apply to | 828 | If you do not want the Icecream distributed compile support to apply to |
829 | specific recipes or classes, you can ask them to be ignored by Icecream | 829 | specific recipes or classes, you can ask them to be ignored by Icecream |
830 | by listing the recipes and classes using the | 830 | by 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, |
833 | respectively, in your ``local.conf`` file. Doing so causes the | 833 | respectively, in your ``local.conf`` file. Doing so causes the |
834 | OpenEmbedded build system to handle these compilations locally. | 834 | OpenEmbedded build system to handle these compilations locally. |
835 | 835 | ||
836 | Additionally, you can list recipes using the | 836 | Additionally, you can list recipes using the |
837 | :term:`ICECC_USER_PACKAGE_WL` variable in | 837 | :term:`ICECC_RECIPE_ENABLE` variable in |
838 | your ``local.conf`` file to force ``icecc`` to be enabled for recipes | 838 | your ``local.conf`` file to force ``icecc`` to be enabled for recipes |
839 | using an empty :term:`PARALLEL_MAKE` variable. | 839 | using 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:: |