summaryrefslogtreecommitdiffstats
path: root/documentation/overview-manual/concepts.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2021-06-17 15:16:18 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-06-19 16:54:01 +0100
commitb394cca92737202a242511d32a5c7fdb463ea03c (patch)
tree6b8c87d76df5258372a93c021cc353cb18ea72d1 /documentation/overview-manual/concepts.rst
parente0ab2c01d6ffc7319b5f85d18330d17bcb36435c (diff)
downloadpoky-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>
Diffstat (limited to 'documentation/overview-manual/concepts.rst')
-rw-r--r--documentation/overview-manual/concepts.rst7
1 files changed, 2 insertions, 5 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
1472The chain of events that occurs when the standard toolchain is bootstrapped:: 1469The chain of events that occurs when the standard toolchain is bootstrapped::
1473 1470