diff options
| author | Scott Rifenbark <srifenbark@gmail.com> | 2018-07-19 14:29:14 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-08-15 10:28:43 +0100 |
| commit | c89427bebe180ce98610f933a6c2156abf68a6d3 (patch) | |
| tree | 230924e11e19b9f9ca9fd0251c9799060cc15a07 /documentation | |
| parent | bf5e8e860c973fee2f6d45400af7b427038783a9 (diff) | |
| download | poky-c89427bebe180ce98610f933a6c2156abf68a6d3.tar.gz | |
sdk-manual: Provided better wording for sharing HTTP or HTTPS server
Step 1 of the "Providing Updates to the Extensible SDK After Installation"
section really did not do much for the reader regarding setting up a
HTTP or HTTPS directory. I added more detail on how to generally do
that.
(From yocto-docs rev: ff250cea239668db5fe26aa912942c0d142833fa)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/sdk-manual/sdk-appendix-customizing.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/documentation/sdk-manual/sdk-appendix-customizing.xml b/documentation/sdk-manual/sdk-appendix-customizing.xml index 7b03e6fc94..1c6e461361 100644 --- a/documentation/sdk-manual/sdk-appendix-customizing.xml +++ b/documentation/sdk-manual/sdk-appendix-customizing.xml | |||
| @@ -243,7 +243,12 @@ | |||
| 243 | <orderedlist> | 243 | <orderedlist> |
| 244 | <listitem><para> | 244 | <listitem><para> |
| 245 | Create a directory that can be shared over HTTP or HTTPS. | 245 | Create a directory that can be shared over HTTP or HTTPS. |
| 246 | This directory will contain the published SDK. | 246 | You can do this by setting up a web server such as an |
| 247 | <ulink url='https://en.wikipedia.org/wiki/Apache_HTTP_Server'>Apache HTTP Server</ulink> | ||
| 248 | or | ||
| 249 | <ulink url='https://en.wikipedia.org/wiki/Nginx'>Nginx</ulink> | ||
| 250 | server in the cloud to host the directory. | ||
| 251 | This directory must contain the published SDK. | ||
| 247 | </para></listitem> | 252 | </para></listitem> |
| 248 | <listitem><para> | 253 | <listitem><para> |
| 249 | Set the | 254 | Set the |
