diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2020-11-25 09:33:33 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-03 12:04:20 +0000 |
commit | 912a3c52e26e4bae8222138f291a86c61838506e (patch) | |
tree | e731578da3feafcf6132af513c3709fc58b02fc0 /documentation/sdk-manual/sdk-intro.rst | |
parent | f70c628ae57bb0c98e74e5646a2ee61cee34403e (diff) | |
download | poky-912a3c52e26e4bae8222138f291a86c61838506e.tar.gz |
{dev,kernel,sdk}-manual: replace hardcoded release version with &DISTRO;
In the Docbook files we had DISTRO, but somehow it was lost during the
migration to Sphinx.
(From yocto-docs rev: d10bb13070039e17281fccc5c1a64b5bfed30543)
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sdk-manual/sdk-intro.rst')
-rw-r--r-- | documentation/sdk-manual/sdk-intro.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/sdk-manual/sdk-intro.rst b/documentation/sdk-manual/sdk-intro.rst index ca6138cce3..bbd33b8a78 100644 --- a/documentation/sdk-manual/sdk-intro.rst +++ b/documentation/sdk-manual/sdk-intro.rst | |||
@@ -184,7 +184,7 @@ You just need to follow these general steps: | |||
184 | root filesystem images. | 184 | root filesystem images. |
185 | 185 | ||
186 | If you are going to develop your application on hardware, go to the | 186 | If you are going to develop your application on hardware, go to the |
187 | :yocto_dl:`machines </releases/yocto/yocto-3.1.2/machines/>` download area and choose a | 187 | :yocto_dl:`machines </releases/yocto/yocto-&DISTRO;/machines/>` download area and choose a |
188 | target machine area from which to download the kernel image and root | 188 | target machine area from which to download the kernel image and root |
189 | filesystem. This download area could have several files in it that | 189 | filesystem. This download area could have several files in it that |
190 | support development using actual hardware. For example, the area | 190 | support development using actual hardware. For example, the area |
@@ -194,7 +194,7 @@ You just need to follow these general steps: | |||
194 | 194 | ||
195 | If you are going to develop your application and then run and test it | 195 | If you are going to develop your application and then run and test it |
196 | using the QEMU emulator, go to the | 196 | using the QEMU emulator, go to the |
197 | :yocto_dl:`machines/qemu </releases/yocto/yocto-3.1.2/machines/qemu>` download area. From this | 197 | :yocto_dl:`machines/qemu </releases/yocto/yocto-&DISTRO;/machines/qemu>` download area. From this |
198 | area, go down into the directory for your target architecture (e.g. | 198 | area, go down into the directory for your target architecture (e.g. |
199 | ``qemux86_64`` for an Intel-based 64-bit architecture). Download the | 199 | ``qemux86_64`` for an Intel-based 64-bit architecture). Download the |
200 | kernel, root filesystem, and any other files you need for your | 200 | kernel, root filesystem, and any other files you need for your |