diff options
Diffstat (limited to 'documentation/sdk-manual/appendix-customizing.rst')
-rw-r--r-- | documentation/sdk-manual/appendix-customizing.rst | 10 |
1 files changed, 4 insertions, 6 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 |