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/kernel-dev | |
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/kernel-dev')
-rw-r--r-- | documentation/kernel-dev/kernel-dev-common.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/kernel-dev/kernel-dev-common.rst b/documentation/kernel-dev/kernel-dev-common.rst index 72d9d78796..e548fa3a9d 100644 --- a/documentation/kernel-dev/kernel-dev-common.rst +++ b/documentation/kernel-dev/kernel-dev-common.rst | |||
@@ -147,8 +147,8 @@ section: | |||
147 | :: | 147 | :: |
148 | 148 | ||
149 | $ cd ~/poky/build/tmp/deploy/sdk | 149 | $ cd ~/poky/build/tmp/deploy/sdk |
150 | $ ./poky-glibc-x86_64-core-image-minimal-i586-toolchain-ext-3.1.2.sh | 150 | $ ./poky-glibc-x86_64-core-image-minimal-i586-toolchain-ext-&DISTRO;.sh |
151 | Poky (Yocto Project Reference Distro) Extensible SDK installer version 3.1.2 | 151 | Poky (Yocto Project Reference Distro) Extensible SDK installer version &DISTRO; |
152 | ============================================================================ | 152 | ============================================================================ |
153 | Enter target directory for SDK (default: ~/poky_sdk): | 153 | Enter target directory for SDK (default: ~/poky_sdk): |
154 | You are about to install the SDK to "/home/scottrif/poky_sdk". Proceed [Y/n]? Y | 154 | You are about to install the SDK to "/home/scottrif/poky_sdk". Proceed [Y/n]? Y |