summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual/sdk-extensible.rst
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2020-11-25 09:33:33 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-12-03 12:04:20 +0000
commit912a3c52e26e4bae8222138f291a86c61838506e (patch)
treee731578da3feafcf6132af513c3709fc58b02fc0 /documentation/sdk-manual/sdk-extensible.rst
parentf70c628ae57bb0c98e74e5646a2ee61cee34403e (diff)
downloadpoky-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-extensible.rst')
-rw-r--r--documentation/sdk-manual/sdk-extensible.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/sdk-manual/sdk-extensible.rst b/documentation/sdk-manual/sdk-extensible.rst
index 10e4d20611..1a17da4f6e 100644
--- a/documentation/sdk-manual/sdk-extensible.rst
+++ b/documentation/sdk-manual/sdk-extensible.rst
@@ -47,7 +47,7 @@ Host` by running the ``*.sh`` installation script.
47You can download a tarball installer, which includes the pre-built 47You can download a tarball installer, which includes the pre-built
48toolchain, the ``runqemu`` script, the internal build system, 48toolchain, the ``runqemu`` script, the internal build system,
49``devtool``, and support files from the appropriate 49``devtool``, and support files from the appropriate
50:yocto_dl:`toolchain </releases/yocto/yocto-3.1.2/toolchain/>` directory within the Index of 50:yocto_dl:`toolchain </releases/yocto/yocto-&DISTRO;/toolchain/>` directory within the Index of
51Releases. Toolchains are available for several 32-bit and 64-bit 51Releases. Toolchains are available for several 32-bit and 64-bit
52architectures with the ``x86_64`` directories, respectively. The 52architectures with the ``x86_64`` directories, respectively. The
53toolchains the Yocto Project provides are based off the 53toolchains the Yocto Project provides are based off the
@@ -78,7 +78,7 @@ is the general form:
78 78
79 release_version is a string representing the release number of the Yocto Project: 79 release_version is a string representing the release number of the Yocto Project:
80 80
81 3.1.2, 3.1.2+snapshot 81 &DISTRO;, &DISTRO;+snapshot
82 82
83For example, the following SDK installer is for a 64-bit 83For example, the following SDK installer is for a 64-bit
84development host system and a i586-tuned target architecture based off 84development host system and a i586-tuned target architecture based off