diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2020-12-03 22:38:42 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-09 12:21:27 +0000 |
commit | 79fecb25e15178ad1a0f56233a2d514340c14ab5 (patch) | |
tree | d15c56dd306be00c8fe441de50d8e123671380fb /documentation/sdk-manual | |
parent | 3240a59758e918afa79d14c961492d6f98cc3d85 (diff) | |
download | poky-79fecb25e15178ad1a0f56233a2d514340c14ab5.tar.gz |
sdk-manual: remove 'sdk' 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: bd8c0f7fc09a39a8bbde1c05b51693955738e148)
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sdk-manual')
-rw-r--r-- | documentation/sdk-manual/appendix-customizing-standard.rst (renamed from documentation/sdk-manual/sdk-appendix-customizing-standard.rst) | 0 | ||||
-rw-r--r-- | documentation/sdk-manual/appendix-customizing.rst (renamed from documentation/sdk-manual/sdk-appendix-customizing.rst) | 0 | ||||
-rw-r--r-- | documentation/sdk-manual/appendix-obtain.rst (renamed from documentation/sdk-manual/sdk-appendix-obtain.rst) | 2 | ||||
-rw-r--r-- | documentation/sdk-manual/extensible.rst (renamed from documentation/sdk-manual/sdk-extensible.rst) | 0 | ||||
-rw-r--r-- | documentation/sdk-manual/index.rst | 14 | ||||
-rw-r--r-- | documentation/sdk-manual/intro.rst (renamed from documentation/sdk-manual/sdk-intro.rst) | 0 | ||||
-rw-r--r-- | documentation/sdk-manual/using.rst (renamed from documentation/sdk-manual/sdk-using.rst) | 0 | ||||
-rw-r--r-- | documentation/sdk-manual/working-projects.rst (renamed from documentation/sdk-manual/sdk-working-projects.rst) | 2 |
8 files changed, 9 insertions, 9 deletions
diff --git a/documentation/sdk-manual/sdk-appendix-customizing-standard.rst b/documentation/sdk-manual/appendix-customizing-standard.rst index 90b634529e..90b634529e 100644 --- a/documentation/sdk-manual/sdk-appendix-customizing-standard.rst +++ b/documentation/sdk-manual/appendix-customizing-standard.rst | |||
diff --git a/documentation/sdk-manual/sdk-appendix-customizing.rst b/documentation/sdk-manual/appendix-customizing.rst index 97ade0801d..97ade0801d 100644 --- a/documentation/sdk-manual/sdk-appendix-customizing.rst +++ b/documentation/sdk-manual/appendix-customizing.rst | |||
diff --git a/documentation/sdk-manual/sdk-appendix-obtain.rst b/documentation/sdk-manual/appendix-obtain.rst index 8d4fe09646..cdfe2cc85e 100644 --- a/documentation/sdk-manual/sdk-appendix-obtain.rst +++ b/documentation/sdk-manual/appendix-obtain.rst | |||
@@ -246,7 +246,7 @@ Follow these steps to extract the root filesystem: | |||
246 | installed the toolchain (e.g. ``poky_sdk``). | 246 | installed the toolchain (e.g. ``poky_sdk``). |
247 | 247 | ||
248 | Following is an example based on the toolchain installed in the | 248 | Following is an example based on the toolchain installed in the |
249 | ":ref:`sdk-manual/sdk-appendix-obtain:locating pre-built sdk installers`" section: | 249 | ":ref:`sdk-manual/appendix-obtain:locating pre-built sdk installers`" section: |
250 | :: | 250 | :: |
251 | 251 | ||
252 | $ source ~/poky_sdk/environment-setup-core2-64-poky-linux | 252 | $ source ~/poky_sdk/environment-setup-core2-64-poky-linux |
diff --git a/documentation/sdk-manual/sdk-extensible.rst b/documentation/sdk-manual/extensible.rst index c94213d6ca..c94213d6ca 100644 --- a/documentation/sdk-manual/sdk-extensible.rst +++ b/documentation/sdk-manual/extensible.rst | |||
diff --git a/documentation/sdk-manual/index.rst b/documentation/sdk-manual/index.rst index 177826edf3..fce2b199c7 100644 --- a/documentation/sdk-manual/index.rst +++ b/documentation/sdk-manual/index.rst | |||
@@ -10,13 +10,13 @@ Yocto Project Application Development and the Extensible Software Development Ki | |||
10 | :caption: Table of Contents | 10 | :caption: Table of Contents |
11 | :numbered: | 11 | :numbered: |
12 | 12 | ||
13 | sdk-intro | 13 | intro |
14 | sdk-extensible | 14 | extensible |
15 | sdk-using | 15 | using |
16 | sdk-working-projects | 16 | working-projects |
17 | sdk-appendix-obtain | 17 | appendix-obtain |
18 | sdk-appendix-customizing | 18 | appendix-customizing |
19 | sdk-appendix-customizing-standard | 19 | appendix-customizing-standard |
20 | history | 20 | history |
21 | 21 | ||
22 | .. include:: /boilerplate.rst | 22 | .. include:: /boilerplate.rst |
diff --git a/documentation/sdk-manual/sdk-intro.rst b/documentation/sdk-manual/intro.rst index 66b12cdff9..66b12cdff9 100644 --- a/documentation/sdk-manual/sdk-intro.rst +++ b/documentation/sdk-manual/intro.rst | |||
diff --git a/documentation/sdk-manual/sdk-using.rst b/documentation/sdk-manual/using.rst index 29fb50465f..29fb50465f 100644 --- a/documentation/sdk-manual/sdk-using.rst +++ b/documentation/sdk-manual/using.rst | |||
diff --git a/documentation/sdk-manual/sdk-working-projects.rst b/documentation/sdk-manual/working-projects.rst index 4f97640327..3e40936ff6 100644 --- a/documentation/sdk-manual/sdk-working-projects.rst +++ b/documentation/sdk-manual/working-projects.rst | |||
@@ -10,7 +10,7 @@ projects. | |||
10 | Autotools-Based Projects | 10 | Autotools-Based Projects |
11 | ======================== | 11 | ======================== |
12 | 12 | ||
13 | Once you have a suitable :ref:`sdk-manual/sdk-intro:the cross-development toolchain` | 13 | Once you have a suitable :ref:`sdk-manual/intro:the cross-development toolchain` |
14 | installed, it is very easy to develop a project using the `GNU | 14 | installed, it is very easy to develop a project using the `GNU |
15 | Autotools-based <https://en.wikipedia.org/wiki/GNU_Build_System>`__ | 15 | Autotools-based <https://en.wikipedia.org/wiki/GNU_Build_System>`__ |
16 | workflow, which is outside of the :term:`OpenEmbedded Build System`. | 16 | workflow, which is outside of the :term:`OpenEmbedded Build System`. |