summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual/extensible.rst
diff options
context:
space:
mode:
authorQuentin Schulz <foss@0leil.net>2021-04-07 18:07:24 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-04-09 15:24:46 +0100
commitc380ba5a177de32e97820279685c4af6f837c010 (patch)
treec494289cda99f5bb76bad0d9492a3d1104d176d4 /documentation/sdk-manual/extensible.rst
parent802ac0b75e42657c7ff9f4ff5b2816c65ad29eea (diff)
downloadpoky-c380ba5a177de32e97820279685c4af6f837c010.tar.gz
docs: replace anchor links
Anchor links are treated by Sphinx as external links and are not checked during build, meaning it is impossible to know if a link becomes broken or not. As a matter of fact, most of the anchor links replaced in this commit were actually broken. The README now states that anchor links are forbidden so that there's no need to go through such a change later on. (From yocto-docs rev: de9e4d26b46afa3c79137d07529a74553400d2e0) Signed-off-by: Quentin Schulz <foss@0leil.net> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sdk-manual/extensible.rst')
-rw-r--r--documentation/sdk-manual/extensible.rst11
1 files changed, 6 insertions, 5 deletions
diff --git a/documentation/sdk-manual/extensible.rst b/documentation/sdk-manual/extensible.rst
index f1a114368a..baa432ef3b 100644
--- a/documentation/sdk-manual/extensible.rst
+++ b/documentation/sdk-manual/extensible.rst
@@ -21,8 +21,9 @@ hardware, and ease integration into the rest of the
21 21
22In addition to the functionality available through ``devtool``, you can 22In addition to the functionality available through ``devtool``, you can
23alternatively make use of the toolchain directly, for example from 23alternatively make use of the toolchain directly, for example from
24Makefile and Autotools. See the "`Using the SDK Toolchain 24Makefile and Autotools. See the
25Directly <#sdk-working-projects>`__" chapter for more information. 25":ref:`sdk-manual/working-projects:using the sdk toolchain directly`" chapter
26for more information.
26 27
27Why use the Extensible SDK and What is in It? 28Why use the Extensible SDK and What is in It?
28============================================= 29=============================================
@@ -1087,12 +1088,12 @@ links created within the source tree:
1087 1088
1088 - ``sysroot-destdir/``: Contains a subset of files installed within 1089 - ``sysroot-destdir/``: Contains a subset of files installed within
1089 ``do_install`` that have been put into the shared sysroot. For 1090 ``do_install`` that have been put into the shared sysroot. For
1090 more information, see the "`Sharing Files Between 1091 more information, see the
1091 Recipes <#sdk-sharing-files-between-recipes>`__" section. 1092 ":ref:`dev-manual/common-tasks:sharing files between recipes`" section.
1092 1093
1093 - ``packages-split/``: Contains subdirectories for each package 1094 - ``packages-split/``: Contains subdirectories for each package
1094 produced by the recipe. For more information, see the 1095 produced by the recipe. For more information, see the
1095 "`Packaging <#sdk-packaging>`__" section. 1096 ":ref:`sdk-manual/extensible:packaging`" section.
1096 1097
1097You can use these links to get more information on what is happening at 1098You can use these links to get more information on what is happening at
1098each build step. 1099each build step.