summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/migration-1.3.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2021-04-15 17:58:45 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-04-23 16:39:03 +0100
commit773536c333248214f8f41eff698d8bfd3c687249 (patch)
tree526a86685e2d035455505f8ba45450bc70060e4b /documentation/ref-manual/migration-1.3.rst
parent21b42cc54f37fcbfdfa3ea69694b4f2003433d02 (diff)
downloadpoky-773536c333248214f8f41eff698d8bfd3c687249.tar.gz
manuals: simplify code insertion
This replaces instances of ": ::" by "::", which generates identical HTML output (From yocto-docs rev: 1f410dfc7c16c09af612de659f8574ef6cff4636) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/migration-1.3.rst')
-rw-r--r--documentation/ref-manual/migration-1.3.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/migration-1.3.rst b/documentation/ref-manual/migration-1.3.rst
index 0929f490d7..7c522dc123 100644
--- a/documentation/ref-manual/migration-1.3.rst
+++ b/documentation/ref-manual/migration-1.3.rst
@@ -29,7 +29,7 @@ location (either local or remote) and then point to it in
29:term:`SSTATE_MIRRORS`, you need to append "PATH" 29:term:`SSTATE_MIRRORS`, you need to append "PATH"
30to the end of the mirror URL so that the path used by BitBake before the 30to the end of the mirror URL so that the path used by BitBake before the
31mirror substitution is appended to the path used to access the mirror. 31mirror substitution is appended to the path used to access the mirror.
32Here is an example: :: 32Here is an example::
33 33
34 SSTATE_MIRRORS = "file://.* http://someserver.tld/share/sstate/PATH" 34 SSTATE_MIRRORS = "file://.* http://someserver.tld/share/sstate/PATH"
35 35
@@ -188,7 +188,7 @@ include :term:`PE` as part of the filename:
188 188
189Because the ``PE`` variable is not set by default, these binary files 189Because the ``PE`` variable is not set by default, these binary files
190could result with names that include two dash characters. Here is an 190could result with names that include two dash characters. Here is an
191example: :: 191example::
192 192
193 bzImage--3.10.9+git0+cd502a8814_7144bcc4b8-r0-qemux86-64-20130830085431.bin 193 bzImage--3.10.9+git0+cd502a8814_7144bcc4b8-r0-qemux86-64-20130830085431.bin
194 194