diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2021-06-17 15:16:18 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-06-19 16:54:01 +0100 |
commit | b394cca92737202a242511d32a5c7fdb463ea03c (patch) | |
tree | 6b8c87d76df5258372a93c021cc353cb18ea72d1 | |
parent | e0ab2c01d6ffc7319b5f85d18330d17bcb36435c (diff) | |
download | poky-b394cca92737202a242511d32a5c7fdb463ea03c.tar.gz |
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>
-rw-r--r-- | documentation/overview-manual/concepts.rst | 7 | ||||
-rw-r--r-- | documentation/overview-manual/yp-intro.rst | 3 | ||||
-rw-r--r-- | documentation/ref-manual/release-process.rst | 5 | ||||
-rw-r--r-- | documentation/sdk-manual/appendix-customizing.rst | 5 |
4 files changed, 6 insertions, 14 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst index ab882ff778..642ef15fe5 100644 --- a/documentation/overview-manual/concepts.rst +++ b/documentation/overview-manual/concepts.rst | |||
@@ -1462,12 +1462,9 @@ cross-compiler that is used internally within BitBake only. | |||
1462 | 1462 | ||
1463 | .. note:: | 1463 | .. note:: |
1464 | 1464 | ||
1465 | The extensible SDK does not use | 1465 | The extensible SDK does not use ``gcc-cross-canadian`` |
1466 | gcc-cross-canadian | ||
1467 | since this SDK ships a copy of the OpenEmbedded build system and the | 1466 | since this SDK ships a copy of the OpenEmbedded build system and the |
1468 | sysroot within it contains | 1467 | sysroot within it contains ``gcc-cross``. |
1469 | gcc-cross | ||
1470 | . | ||
1471 | 1468 | ||
1472 | The chain of events that occurs when the standard toolchain is bootstrapped:: | 1469 | The chain of events that occurs when the standard toolchain is bootstrapped:: |
1473 | 1470 | ||
diff --git a/documentation/overview-manual/yp-intro.rst b/documentation/overview-manual/yp-intro.rst index 28ed07994a..d20a4ab09f 100644 --- a/documentation/overview-manual/yp-intro.rst +++ b/documentation/overview-manual/yp-intro.rst | |||
@@ -248,8 +248,7 @@ accomplish this through a recipe that is a BitBake append | |||
248 | .. note:: | 248 | .. note:: |
249 | 249 | ||
250 | For general information on BSP layer structure, see the | 250 | For general information on BSP layer structure, see the |
251 | :doc:`/bsp-guide/index` | 251 | :doc:`/bsp-guide/index`. |
252 | . | ||
253 | 252 | ||
254 | The :term:`Source Directory` | 253 | The :term:`Source Directory` |
255 | contains both general layers and BSP layers right out of the box. You | 254 | contains both general layers and BSP layers right out of the box. You |
diff --git a/documentation/ref-manual/release-process.rst b/documentation/ref-manual/release-process.rst index 64adc1e389..ab143f7df0 100644 --- a/documentation/ref-manual/release-process.rst +++ b/documentation/ref-manual/release-process.rst | |||
@@ -166,9 +166,8 @@ repository. | |||
166 | 166 | ||
167 | .. note:: | 167 | .. note:: |
168 | 168 | ||
169 | You can find all these branches in the Yocto Project | 169 | You can find all these branches in the |
170 | Source Repositories | 170 | :ref:`overview-manual/development-environment:yocto project source repositories`. |
171 | . | ||
172 | 171 | ||
173 | Testing within these public branches ensures in a publicly visible way | 172 | Testing within these public branches ensures in a publicly visible way |
174 | that all of the main supposed architectures and recipes in OE-Core | 173 | that all of the main supposed architectures and recipes in OE-Core |
diff --git a/documentation/sdk-manual/appendix-customizing.rst b/documentation/sdk-manual/appendix-customizing.rst index 8c635d1662..db7cd412b8 100644 --- a/documentation/sdk-manual/appendix-customizing.rst +++ b/documentation/sdk-manual/appendix-customizing.rst | |||
@@ -78,8 +78,6 @@ adjustments: | |||
78 | ":ref:`bitbake:bitbake-user-manual/bitbake-user-manual-metadata:basic syntax`" | 78 | ":ref:`bitbake:bitbake-user-manual/bitbake-user-manual-metadata:basic syntax`" |
79 | section of the BitBake User Manual. | 79 | section of the BitBake User Manual. |
80 | 80 | ||
81 | . | ||
82 | |||
83 | - If you have classes or recipes that add additional tasks to the | 81 | - If you have classes or recipes that add additional tasks to the |
84 | standard build flow (i.e. the tasks execute as the recipe builds as | 82 | standard build flow (i.e. the tasks execute as the recipe builds as |
85 | opposed to being called explicitly), then you need to do one of the | 83 | 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: | |||
294 | 292 | ||
295 | This second option is the safest option should you have any | 293 | This second option is the safest option should you have any |
296 | doubts as to which method to use when setting | 294 | doubts as to which method to use when setting |
297 | SSTATE_MIRRORS | 295 | :term:`SSTATE_MIRRORS` |
298 | . | ||
299 | 296 | ||
300 | Minimizing the Size of the Extensible SDK Installer Download | 297 | Minimizing the Size of the Extensible SDK Installer Download |
301 | ============================================================ | 298 | ============================================================ |