summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
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/dev-manual
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/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-qemu.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-qemu.rst b/documentation/dev-manual/dev-manual-qemu.rst
index c91e8b5389..63640411d4 100644
--- a/documentation/dev-manual/dev-manual-qemu.rst
+++ b/documentation/dev-manual/dev-manual-qemu.rst
@@ -81,7 +81,7 @@ available. Follow these general steps to run QEMU:
81 your :term:`Build Directory`. 81 your :term:`Build Directory`.
82 82
83 - If you have not built an image, you can go to the 83 - If you have not built an image, you can go to the
84 :yocto_dl:`machines/qemu </releases/yocto/yocto-3.1.2/machines/qemu/>` area and download a 84 :yocto_dl:`machines/qemu </releases/yocto/yocto-&DISTRO;/machines/qemu/>` area and download a
85 pre-built image that matches your architecture and can be run on 85 pre-built image that matches your architecture and can be run on
86 QEMU. 86 QEMU.
87 87