summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-11-03 15:59:38 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-11-07 21:31:32 +0000
commit3a7dd1d36891d76c5160e11b39ad85a3cbd69e68 (patch)
tree216e3093cc9f3c9dbb035132377efd04485183a3 /documentation/sdk-manual
parentceb169bd59e1efaf1bfc02cd1df24521dbb86290 (diff)
downloadpoky-3a7dd1d36891d76c5160e11b39ad85a3cbd69e68.tar.gz
manuals: add shortcut for Wikipedia links
(From yocto-docs rev: 47101c15cce156ab71683cac1c42ab94f43bdbee) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sdk-manual')
-rw-r--r--documentation/sdk-manual/appendix-customizing.rst10
-rw-r--r--documentation/sdk-manual/working-projects.rst6
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
1781. Create a directory that can be shared over HTTP or HTTPS. You can do 1781. 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
1842. Set the 1832. Set the
@@ -262,9 +261,8 @@ source, you need to do a number of things:
262 261
2632. Expose the ``sstate-cache`` directory produced by the build. 2622. 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
2693. Set the appropriate configuration so that the produced SDK knows how 2673. 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
13Once you have a suitable :ref:`sdk-manual/intro:the cross-development toolchain` 13Once you have a suitable :ref:`sdk-manual/intro:the cross-development toolchain`
14installed, it is very easy to develop a project using the `GNU 14installed, it is very easy to develop a project using the :wikipedia:`GNU
15Autotools-based <https://en.wikipedia.org/wiki/GNU_Build_System>`__ 15Autotools-based <GNU_Build_System>` workflow, which is outside of the
16workflow, which is outside of the :term:`OpenEmbedded Build System`. 16:term:`OpenEmbedded Build System`.
17 17
18The following figure presents a simple Autotools workflow. 18The following figure presents a simple Autotools workflow.
19 19