summaryrefslogtreecommitdiffstats
path: root/documentation/toaster-manual
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2020-12-03 22:38:38 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-12-09 12:21:27 +0000
commitaf6f5d821d39b50c3c4b45a593324346fce0d723 (patch)
tree872369e16adfff81fc49b7e8f550cae8905916b7 /documentation/toaster-manual
parentc684a7a6d50754d577e0ff68a6fb6ed493b8f93e (diff)
downloadpoky-af6f5d821d39b50c3c4b45a593324346fce0d723.tar.gz
dev-manual: remove 'dev-manual' from filenames
All filenames duplicate the 'manual name', which is not needed, and make all references longer than they should. Rename all files to be as consise as possible, and fix all references (From yocto-docs rev: 00a9244587e2e63f2a5197ed0dfc89cb330f9275) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/toaster-manual')
-rw-r--r--documentation/toaster-manual/reference.rst2
-rw-r--r--documentation/toaster-manual/start.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/documentation/toaster-manual/reference.rst b/documentation/toaster-manual/reference.rst
index c3f0fef0a2..4da415d860 100644
--- a/documentation/toaster-manual/reference.rst
+++ b/documentation/toaster-manual/reference.rst
@@ -67,7 +67,7 @@ layers.
67For general information on layers, see the 67For general information on layers, see the
68":ref:`overview-manual/overview-manual-yp-intro:the yocto project layer model`" 68":ref:`overview-manual/overview-manual-yp-intro:the yocto project layer model`"
69section in the Yocto Project Overview and Concepts Manual. For information on how 69section in the Yocto Project Overview and Concepts Manual. For information on how
70to create layers, see the ":ref:`dev-manual/dev-manual-common-tasks:understanding and creating layers`" 70to create layers, see the ":ref:`dev-manual/common-tasks:understanding and creating layers`"
71section in the Yocto Project Development Tasks Manual. 71section in the Yocto Project Development Tasks Manual.
72 72
73Configuring Toaster to Hook Into Your Layer Index 73Configuring Toaster to Hook Into Your Layer Index
diff --git a/documentation/toaster-manual/start.rst b/documentation/toaster-manual/start.rst
index 8883374164..c687a82531 100644
--- a/documentation/toaster-manual/start.rst
+++ b/documentation/toaster-manual/start.rst
@@ -14,7 +14,7 @@ Setting Up the Basic System Requirements
14 14
15Before you can use Toaster, you need to first set up your build system 15Before you can use Toaster, you need to first set up your build system
16to run the Yocto Project. To do this, follow the instructions in the 16to run the Yocto Project. To do this, follow the instructions in the
17":ref:`dev-manual/dev-manual-start:preparing the build host`" section of 17":ref:`dev-manual/start:preparing the build host`" section of
18the Yocto Project Development Tasks Manual. For Ubuntu/Debian, you might 18the Yocto Project Development Tasks Manual. For Ubuntu/Debian, you might
19also need to do an additional install of pip3. :: 19also need to do an additional install of pip3. ::
20 20