mirror of
https://git.yoctoproject.org/poky
synced 2026-09-15 06:49:33 +02:00
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: b90de53859545a835629a56eab08fa58479c36ff) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
67fd9e2e60
commit
cba7accf19
@@ -220,7 +220,12 @@
|
|||||||
<orderedlist>
|
<orderedlist>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
Create a directory that can be shared over HTTP or HTTPS.
|
Create a directory that can be shared over HTTP or HTTPS.
|
||||||
This directory will contain the published SDK.
|
You can do this by setting up a web server such as an
|
||||||
|
<ulink url='https://en.wikipedia.org/wiki/Apache_HTTP_Server'>Apache HTTP Server</ulink>
|
||||||
|
or
|
||||||
|
<ulink url='https://en.wikipedia.org/wiki/Nginx'>Nginx</ulink>
|
||||||
|
server in the cloud to host the directory.
|
||||||
|
This directory must contain the published SDK.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
Set the
|
Set the
|
||||||
|
|||||||
Reference in New Issue
Block a user