summaryrefslogtreecommitdiffstats
path: root/documentation/brief-yoctoprojectqs
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2021-07-27 16:04:48 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-30 22:49:15 +0100
commit38496093d7e70145a054505f6d2f28ff7b270117 (patch)
tree748fb98a3296413824344c6ae1df248e2fce02d7 /documentation/brief-yoctoprojectqs
parent1452ac11eed0b9a70049901c98587b95412cf0b7 (diff)
downloadpoky-38496093d7e70145a054505f6d2f28ff7b270117.tar.gz
manuals: simplify references to BitBake manual
Replacing ":ref:`section name<bitbake:bitbake-user-manual/bitbake-user-manual-<section>:section name>`" by ":ref:`bitbake:bitbake-user-manual/bitbake-user-manual-<section>:section name`" when the reference description is the same as the section name. In this case, that's unnecessary to repeat the section name in the description part. (From yocto-docs rev: 6a1a590f9ef77dc8842ea5945661135992eb94e1) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Reviewed-by: Quentin Schulz <foss@0leil.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/brief-yoctoprojectqs')
-rw-r--r--documentation/brief-yoctoprojectqs/index.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/brief-yoctoprojectqs/index.rst b/documentation/brief-yoctoprojectqs/index.rst
index 8e2f2d423c..74167befad 100644
--- a/documentation/brief-yoctoprojectqs/index.rst
+++ b/documentation/brief-yoctoprojectqs/index.rst
@@ -267,8 +267,9 @@ an entire Linux distribution, including the toolchain, from source.
267 267
268 For information on using the ``bitbake`` command, see the 268 For information on using the ``bitbake`` command, see the
269 :ref:`overview-manual/concepts:bitbake` section in the Yocto Project Overview and 269 :ref:`overview-manual/concepts:bitbake` section in the Yocto Project Overview and
270 Concepts Manual, or see the ":ref:`BitBake Command 270 Concepts Manual, or see
271 <bitbake:bitbake-user-manual/bitbake-user-manual-intro:the bitbake command>`" section in the BitBake User Manual. 271 :ref:`bitbake:bitbake-user-manual/bitbake-user-manual-intro:the bitbake command`
272 in the BitBake User Manual.
272 273
273#. **Simulate Your Image Using QEMU:** Once this particular image is 274#. **Simulate Your Image Using QEMU:** Once this particular image is
274 built, you can start QEMU, which is a Quick EMUlator that ships with 275 built, you can start QEMU, which is a Quick EMUlator that ships with