diff options
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.rst | 8 | ||||
-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. | |||
40 | Following are some brief details on these core components. For | 40 | Following are some brief details on these core components. For |
41 | additional information on how these components interact during a build, | 41 | additional information on how these components interact during a build, |
42 | see the | 42 | see the |
43 | ":ref:`overview-manual/overview-manual-concepts:openembedded build system concepts`" | 43 | ":ref:`overview-manual/concepts:openembedded build system concepts`" |
44 | section. | 44 | section. |
45 | 45 | ||
46 | BitBake | 46 | BitBake |
@@ -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 |