summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/migration-1.3.rst
diff options
context:
space:
mode:
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