diff options
Diffstat (limited to 'documentation/sdk-manual')
-rw-r--r-- | documentation/sdk-manual/appendix-customizing.rst | 10 | ||||
-rw-r--r-- | documentation/sdk-manual/working-projects.rst | 6 |
2 files changed, 7 insertions, 9 deletions
diff --git a/documentation/sdk-manual/appendix-customizing.rst b/documentation/sdk-manual/appendix-customizing.rst index d6bca44947..66218fccd6 100644 --- a/documentation/sdk-manual/appendix-customizing.rst +++ b/documentation/sdk-manual/appendix-customizing.rst | |||
@@ -176,9 +176,8 @@ the installed SDKs to update the installed SDKs by using the | |||
176 | ``devtool sdk-update`` command: | 176 | ``devtool sdk-update`` command: |
177 | 177 | ||
178 | 1. Create a directory that can be shared over HTTP or HTTPS. You can do | 178 | 1. Create a directory that can be shared over HTTP or HTTPS. You can do |
179 | this by setting up a web server such as an `Apache HTTP | 179 | this by setting up a web server such as an :wikipedia:`Apache HTTP Server |
180 | Server <https://en.wikipedia.org/wiki/Apache_HTTP_Server>`__ or | 180 | <Apache_HTTP_Server>` or :wikipedia:`Nginx <Nginx>` server in the cloud |
181 | `Nginx <https://en.wikipedia.org/wiki/Nginx>`__ server in the cloud | ||
182 | to host the directory. This directory must contain the published SDK. | 181 | to host the directory. This directory must contain the published SDK. |
183 | 182 | ||
184 | 2. Set the | 183 | 2. Set the |
@@ -262,9 +261,8 @@ source, you need to do a number of things: | |||
262 | 261 | ||
263 | 2. Expose the ``sstate-cache`` directory produced by the build. | 262 | 2. Expose the ``sstate-cache`` directory produced by the build. |
264 | Typically, you expose this directory by making it available through | 263 | Typically, you expose this directory by making it available through |
265 | an `Apache HTTP | 264 | an :wikipedia:`Apache HTTP Server <Apache_HTTP_Server>` or |
266 | Server <https://en.wikipedia.org/wiki/Apache_HTTP_Server>`__ or | 265 | :wikipedia:`Nginx <Nginx>` server. |
267 | `Nginx <https://en.wikipedia.org/wiki/Nginx>`__ server. | ||
268 | 266 | ||
269 | 3. Set the appropriate configuration so that the produced SDK knows how | 267 | 3. Set the appropriate configuration so that the produced SDK knows how |
270 | to find the configuration. The variable you need to set is | 268 | to find the configuration. The variable you need to set is |
diff --git a/documentation/sdk-manual/working-projects.rst b/documentation/sdk-manual/working-projects.rst index 91d8d6ad93..0eddee08e3 100644 --- a/documentation/sdk-manual/working-projects.rst +++ b/documentation/sdk-manual/working-projects.rst | |||
@@ -11,9 +11,9 @@ Autotools-Based Projects | |||
11 | ======================== | 11 | ======================== |
12 | 12 | ||
13 | Once you have a suitable :ref:`sdk-manual/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 :wikipedia:`GNU |
15 | Autotools-based <https://en.wikipedia.org/wiki/GNU_Build_System>`__ | 15 | Autotools-based <GNU_Build_System>` workflow, which is outside of the |
16 | workflow, which is outside of the :term:`OpenEmbedded Build System`. | 16 | :term:`OpenEmbedded Build System`. |
17 | 17 | ||
18 | The following figure presents a simple Autotools workflow. | 18 | The following figure presents a simple Autotools workflow. |
19 | 19 | ||