summaryrefslogtreecommitdiffstats
path: root/documentation/overview-manual
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2020-12-03 22:38:41 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-12-09 12:21:27 +0000
commit3240a59758e918afa79d14c961492d6f98cc3d85 (patch)
treec9a278f665319c0eccd6c3fb5e4133d17b309699 /documentation/overview-manual
parent11c048fbeae7d3eb12c43bd14953cb64b3de53bd (diff)
downloadpoky-3240a59758e918afa79d14c961492d6f98cc3d85.tar.gz
overview-manual: remove 'overview-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: 4f489a40bb00be018e419802a76fec9dbee3f255) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/overview-manual')
-rw-r--r--documentation/overview-manual/concepts.rst (renamed from documentation/overview-manual/overview-manual-concepts.rst)4
-rw-r--r--documentation/overview-manual/development-environment.rst (renamed from documentation/overview-manual/overview-manual-development-environment.rst)0
-rw-r--r--documentation/overview-manual/index.rst8
-rw-r--r--documentation/overview-manual/intro.rst (renamed from documentation/overview-manual/overview-manual-intro.rst)2
-rw-r--r--documentation/overview-manual/yp-intro.rst (renamed from documentation/overview-manual/overview-manual-yp-intro.rst)2
5 files changed, 8 insertions, 8 deletions
diff --git a/documentation/overview-manual/overview-manual-concepts.rst b/documentation/overview-manual/concepts.rst
index a10670fc58..8aa86c06e9 100644
--- a/documentation/overview-manual/overview-manual-concepts.rst
+++ b/documentation/overview-manual/concepts.rst
@@ -40,7 +40,7 @@ section of the Yocto Project Development Tasks Manual.
40Following are some brief details on these core components. For 40Following are some brief details on these core components. For
41additional information on how these components interact during a build, 41additional information on how these components interact during a build,
42see the 42see the
43":ref:`overview-manual/overview-manual-concepts:openembedded build system concepts`" 43":ref:`overview-manual/concepts:openembedded build system concepts`"
44section. 44section.
45 45
46BitBake 46BitBake
@@ -1109,7 +1109,7 @@ the extensible SDK (eSDK):
1109.. note:: 1109.. note::
1110 1110
1111 For more information on the cross-development toolchain generation, 1111 For more information on the cross-development toolchain generation,
1112 see the ":ref:`overview-manual/overview-manual-concepts:cross-development toolchain generation`" 1112 see the ":ref:`overview-manual/concepts:cross-development toolchain generation`"
1113 section. For information on advantages gained when building a 1113 section. For information on advantages gained when building a
1114 cross-development toolchain using the do_populate_sdk task, see the 1114 cross-development toolchain using the do_populate_sdk task, see the
1115 ":ref:`sdk-manual/sdk-appendix-obtain:building an sdk installer`" section in 1115 ":ref:`sdk-manual/sdk-appendix-obtain:building an sdk installer`" section in
diff --git a/documentation/overview-manual/overview-manual-development-environment.rst b/documentation/overview-manual/development-environment.rst
index 9a2997d9fc..9a2997d9fc 100644
--- a/documentation/overview-manual/overview-manual-development-environment.rst
+++ b/documentation/overview-manual/development-environment.rst
diff --git a/documentation/overview-manual/index.rst b/documentation/overview-manual/index.rst
index f20b20e328..123aed9b8b 100644
--- a/documentation/overview-manual/index.rst
+++ b/documentation/overview-manual/index.rst
@@ -10,10 +10,10 @@ Yocto Project Overview and Concepts Manual
10 :caption: Table of Contents 10 :caption: Table of Contents
11 :numbered: 11 :numbered:
12 12
13 overview-manual-intro 13 intro
14 overview-manual-yp-intro 14 yp-intro
15 overview-manual-development-environment 15 development-environment
16 overview-manual-concepts 16 concepts
17 history 17 history
18 18
19.. include:: /boilerplate.rst 19.. include:: /boilerplate.rst
diff --git a/documentation/overview-manual/overview-manual-intro.rst b/documentation/overview-manual/intro.rst
index 50c623c3b9..bd247dd45c 100644
--- a/documentation/overview-manual/overview-manual-intro.rst
+++ b/documentation/overview-manual/intro.rst
@@ -28,7 +28,7 @@ The following list describes what you can get from this manual:
28 Yocto Project source repositories, workflows using Git and the Yocto 28 Yocto Project source repositories, workflows using Git and the Yocto
29 Project, a Git primer, and information about licensing. 29 Project, a Git primer, and information about licensing.
30 30
31- :doc:`overview-manual-concepts` *:* This 31- :doc:`/overview-manual/concepts` *:* This
32 chapter presents various concepts regarding the Yocto Project. You 32 chapter presents various concepts regarding the Yocto Project. You
33 can find conceptual information about components, development, 33 can find conceptual information about components, development,
34 cross-toolchains, and so forth. 34 cross-toolchains, and so forth.
diff --git a/documentation/overview-manual/overview-manual-yp-intro.rst b/documentation/overview-manual/yp-intro.rst
index a6568d1c8e..3afbb9378f 100644
--- a/documentation/overview-manual/overview-manual-yp-intro.rst
+++ b/documentation/overview-manual/yp-intro.rst
@@ -589,7 +589,7 @@ Project.
589.. note:: 589.. note::
590 590
591 For additional detail about the Yocto Project development 591 For additional detail about the Yocto Project development
592 environment, see the ":doc:`overview-manual-development-environment`" 592 environment, see the ":doc:`/overview-manual/development-environment`"
593 chapter. 593 chapter.
594 594
595- *Native Linux Host:* By far the best option for a Build Host. A 595- *Native Linux Host:* By far the best option for a Build Host. A