1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 13:29:49 +00:00

manuals: fix issues related to trailing dots

Fix missing reference and styling issues found thanks
to trailing dots (only non black character in a line)

Matches (and multiple false positives) found with the below command:
git grep "\s\.$"

(From yocto-docs rev: 1d3026f50753d9ccf39b7d0163c77c765d754994)

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Michael Opdenacker
2021-06-17 15:16:18 +02:00
committed by Richard Purdie
parent e0ab2c01d6
commit b394cca927
4 changed files with 6 additions and 14 deletions
+2 -5
View File
@@ -1462,12 +1462,9 @@ cross-compiler that is used internally within BitBake only.
.. note:: .. note::
The extensible SDK does not use The extensible SDK does not use ``gcc-cross-canadian``
gcc-cross-canadian
since this SDK ships a copy of the OpenEmbedded build system and the since this SDK ships a copy of the OpenEmbedded build system and the
sysroot within it contains sysroot within it contains ``gcc-cross``.
gcc-cross
.
The chain of events that occurs when the standard toolchain is bootstrapped:: The chain of events that occurs when the standard toolchain is bootstrapped::
+1 -2
View File
@@ -248,8 +248,7 @@ accomplish this through a recipe that is a BitBake append
.. note:: .. note::
For general information on BSP layer structure, see the For general information on BSP layer structure, see the
:doc:`/bsp-guide/index` :doc:`/bsp-guide/index`.
.
The :term:`Source Directory` The :term:`Source Directory`
contains both general layers and BSP layers right out of the box. You contains both general layers and BSP layers right out of the box. You
+2 -3
View File
@@ -166,9 +166,8 @@ repository.
.. note:: .. note::
You can find all these branches in the Yocto Project You can find all these branches in the
Source Repositories :ref:`overview-manual/development-environment:yocto project source repositories`.
.
Testing within these public branches ensures in a publicly visible way Testing within these public branches ensures in a publicly visible way
that all of the main supposed architectures and recipes in OE-Core that all of the main supposed architectures and recipes in OE-Core
@@ -78,8 +78,6 @@ adjustments:
":ref:`bitbake:bitbake-user-manual/bitbake-user-manual-metadata:basic syntax`" ":ref:`bitbake:bitbake-user-manual/bitbake-user-manual-metadata:basic syntax`"
section of the BitBake User Manual. section of the BitBake User Manual.
.
- If you have classes or recipes that add additional tasks to the - If you have classes or recipes that add additional tasks to the
standard build flow (i.e. the tasks execute as the recipe builds as standard build flow (i.e. the tasks execute as the recipe builds as
opposed to being called explicitly), then you need to do one of the opposed to being called explicitly), then you need to do one of the
@@ -294,8 +292,7 @@ source, you need to do a number of things:
This second option is the safest option should you have any This second option is the safest option should you have any
doubts as to which method to use when setting doubts as to which method to use when setting
SSTATE_MIRRORS :term:`SSTATE_MIRRORS`
.
Minimizing the Size of the Extensible SDK Installer Download Minimizing the Size of the Extensible SDK Installer Download
============================================================ ============================================================