diff options
author | Ulrich Ölmann <u.oelmann@pengutronix.de> | 2022-09-14 13:19:36 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-09-24 17:44:55 +0100 |
commit | b26546f537b90c5b5ba3131b2fe2f93d16549b1c (patch) | |
tree | c8de58308937da75b3ff04b6df7998a42645fe0d /documentation | |
parent | a79e1bb7abb7fa09f9e29d078c4f845dd39e3b4b (diff) | |
download | poky-b26546f537b90c5b5ba3131b2fe2f93d16549b1c.tar.gz |
manuals: fix typos in the context of 'icecc' & clean up whitespaces
(From yocto-docs rev: cce3eece0886b5446774e6a5cc57c28d13c58fdd)
Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/classes.rst | 15 | ||||
-rw-r--r-- | documentation/ref-manual/variables.rst | 6 |
2 files changed, 12 insertions, 9 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst index 424c505715..11e0d472e8 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst | |||
@@ -580,8 +580,8 @@ Finally, here is an example that sets the root password:: | |||
580 | .. note:: | 580 | .. note:: |
581 | 581 | ||
582 | From a security perspective, hardcoding a default password is not | 582 | From a security perspective, hardcoding a default password is not |
583 | generally a good idea or even legal in some jurisdictions. It is | 583 | generally a good idea or even legal in some jurisdictions. It is |
584 | recommended that you do not do this if you are building a production | 584 | recommended that you do not do this if you are building a production |
585 | image. | 585 | image. |
586 | 586 | ||
587 | 587 | ||
@@ -792,7 +792,7 @@ The class stages directories with symlinks from ``gcc`` and ``g++`` to | |||
792 | ``icecc``, for both native and cross compilers. Depending on each | 792 | ``icecc``, for both native and cross compilers. Depending on each |
793 | configure or compile, the OpenEmbedded build system adds the directories | 793 | configure or compile, the OpenEmbedded build system adds the directories |
794 | at the head of the ``PATH`` list and then sets the ``ICECC_CXX`` and | 794 | at the head of the ``PATH`` list and then sets the ``ICECC_CXX`` and |
795 | ``ICEC_CC`` variables, which are the paths to the ``g++`` and ``gcc`` | 795 | ``ICECC_CC`` variables, which are the paths to the ``g++`` and ``gcc`` |
796 | compilers, respectively. | 796 | compilers, respectively. |
797 | 797 | ||
798 | For the cross compiler, the class creates a ``tar.gz`` file that | 798 | For the cross compiler, the class creates a ``tar.gz`` file that |
@@ -800,8 +800,8 @@ contains the Yocto Project toolchain and sets ``ICECC_VERSION``, which | |||
800 | is the version of the cross-compiler used in the cross-development | 800 | is the version of the cross-compiler used in the cross-development |
801 | toolchain, accordingly. | 801 | toolchain, accordingly. |
802 | 802 | ||
803 | The class handles all three different compile stages (i.e native | 803 | The class handles all three different compile stages (i.e native, |
804 | ,cross-kernel and target) and creates the necessary environment | 804 | cross-kernel and target) and creates the necessary environment |
805 | ``tar.gz`` file to be used by the remote machines. The class also | 805 | ``tar.gz`` file to be used by the remote machines. The class also |
806 | supports SDK generation. | 806 | supports SDK generation. |
807 | 807 | ||
@@ -811,12 +811,13 @@ using ``which``. If :term:`ICECC_ENV_EXEC` is set | |||
811 | in your ``local.conf`` file, the variable should point to the | 811 | in your ``local.conf`` file, the variable should point to the |
812 | ``icecc-create-env`` script provided by the user. If you do not point to | 812 | ``icecc-create-env`` script provided by the user. If you do not point to |
813 | a user-provided script, the build system uses the default script | 813 | a user-provided script, the build system uses the default script |
814 | provided by the recipe ``icecc-create-env-native.bb``. | 814 | provided by the recipe :oe_git:`icecc-create-env_0.1.bb |
815 | </openembedded-core/tree/meta/recipes-devtools/icecc-create-env/icecc-create-env_0.1.bb>`. | ||
815 | 816 | ||
816 | .. note:: | 817 | .. note:: |
817 | 818 | ||
818 | This script is a modified version and not the one that comes with | 819 | This script is a modified version and not the one that comes with |
819 | icecc. | 820 | ``icecream``. |
820 | 821 | ||
821 | If you do not want the Icecream distributed compile support to apply to | 822 | If you do not want the Icecream distributed compile support to apply to |
822 | specific recipes or classes, you can ask them to be ignored by Icecream | 823 | specific recipes or classes, you can ask them to be ignored by Icecream |
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index dfe428c9d0..4b1cf75136 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -2966,8 +2966,10 @@ system and gives an overview of their function and contents. | |||
2966 | 2966 | ||
2967 | If you do not point to a script that you provide, the OpenEmbedded | 2967 | If you do not point to a script that you provide, the OpenEmbedded |
2968 | build system uses the default script provided by the | 2968 | build system uses the default script provided by the |
2969 | ``icecc-create-env.bb`` recipe, which is a modified version and not | 2969 | :oe_git:`icecc-create-env_0.1.bb |
2970 | the one that comes with ``icecc``. | 2970 | </openembedded-core/tree/meta/recipes-devtools/icecc-create-env/icecc-create-env_0.1.bb>` |
2971 | recipe, which is a modified version and not the one that comes with | ||
2972 | ``icecream``. | ||
2971 | 2973 | ||
2972 | :term:`ICECC_PARALLEL_MAKE` | 2974 | :term:`ICECC_PARALLEL_MAKE` |
2973 | Extra options passed to the ``make`` command during the | 2975 | Extra options passed to the ``make`` command during the |