summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2020-11-19 10:58:33 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-11-20 14:32:25 +0000
commit38c72f75faaf87a6d0d02de876218a91fcdc137a (patch)
tree48a71a605c7b0e0e58030950495aa4125ba373c6 /documentation
parentb3b5d2e0e0571f47dff35bf279ecc482b361ac27 (diff)
downloadpoky-38c72f75faaf87a6d0d02de876218a91fcdc137a.tar.gz
sdk-manual: remove unused labels
(From yocto-docs rev: 7a57d4f34058d86f0494782b39656330a7236b20) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/sdk-manual/sdk-appendix-obtain.rst2
-rw-r--r--documentation/sdk-manual/sdk-extensible.rst44
-rw-r--r--documentation/sdk-manual/sdk-intro.rst4
-rw-r--r--documentation/sdk-manual/sdk-using.rst6
4 files changed, 0 insertions, 56 deletions
diff --git a/documentation/sdk-manual/sdk-appendix-obtain.rst b/documentation/sdk-manual/sdk-appendix-obtain.rst
index 8b0753969c..eef425bdf0 100644
--- a/documentation/sdk-manual/sdk-appendix-obtain.rst
+++ b/documentation/sdk-manual/sdk-appendix-obtain.rst
@@ -4,8 +4,6 @@
4Obtaining the SDK 4Obtaining the SDK
5***************** 5*****************
6 6
7.. _sdk-locating-pre-built-sdk-installers:
8
9Locating Pre-Built SDK Installers 7Locating Pre-Built SDK Installers
10================================= 8=================================
11 9
diff --git a/documentation/sdk-manual/sdk-extensible.rst b/documentation/sdk-manual/sdk-extensible.rst
index 5ff75ada26..10e4d20611 100644
--- a/documentation/sdk-manual/sdk-extensible.rst
+++ b/documentation/sdk-manual/sdk-extensible.rst
@@ -24,8 +24,6 @@ alternatively make use of the toolchain directly, for example from
24Makefile and Autotools. See the "`Using the SDK Toolchain 24Makefile and Autotools. See the "`Using the SDK Toolchain
25Directly <#sdk-working-projects>`__" chapter for more information. 25Directly <#sdk-working-projects>`__" chapter for more information.
26 26
27.. _sdk-extensible-sdk-intro:
28
29Why use the Extensible SDK and What is in It? 27Why use the Extensible SDK and What is in It?
30============================================= 28=============================================
31 29
@@ -40,8 +38,6 @@ Basically, it contains an SDK environment setup script, some
40configuration files, an internal build system, and the ``devtool`` 38configuration files, an internal build system, and the ``devtool``
41functionality. 39functionality.
42 40
43.. _sdk-installing-the-extensible-sdk:
44
45Installing the Extensible SDK 41Installing the Extensible SDK
46============================= 42=============================
47 43
@@ -138,8 +134,6 @@ architecture. The example assumes the SDK installer is located in
138 Each time you wish to use the SDK in a new shell session, you need to source the environment setup script e.g. 134 Each time you wish to use the SDK in a new shell session, you need to source the environment setup script e.g.
139 $ . /home/scottrif/poky_sdk/environment-setup-core2-64-poky-linux 135 $ . /home/scottrif/poky_sdk/environment-setup-core2-64-poky-linux
140 136
141.. _sdk-running-the-extensible-sdk-environment-setup-script:
142
143Running the Extensible SDK Environment Setup Script 137Running the Extensible SDK Environment Setup Script
144=================================================== 138===================================================
145 139
@@ -225,8 +219,6 @@ recipes and the source go into a "workspace" directory under the SDK.
225The remainder of this section presents the ``devtool add``, 219The remainder of this section presents the ``devtool add``,
226``devtool modify``, and ``devtool upgrade`` workflows. 220``devtool modify``, and ``devtool upgrade`` workflows.
227 221
228.. _sdk-use-devtool-to-add-an-application:
229
230Use ``devtool add`` to Add an Application 222Use ``devtool add`` to Add an Application
231----------------------------------------- 223-----------------------------------------
232 224
@@ -401,8 +393,6 @@ command:
401 proceed with your work. If you do use this command, realize that 393 proceed with your work. If you do use this command, realize that
402 the source tree is preserved. 394 the source tree is preserved.
403 395
404.. _sdk-devtool-use-devtool-modify-to-modify-the-source-of-an-existing-component:
405
406Use ``devtool modify`` to Modify the Source of an Existing Component 396Use ``devtool modify`` to Modify the Source of an Existing Component
407-------------------------------------------------------------------- 397--------------------------------------------------------------------
408 398
@@ -613,8 +603,6 @@ command:
613 proceed with your work. If you do use this command, realize that 603 proceed with your work. If you do use this command, realize that
614 the source tree is preserved. 604 the source tree is preserved.
615 605
616.. _sdk-devtool-use-devtool-upgrade-to-create-a-version-of-the-recipe-that-supports-a-newer-version-of-the-software:
617
618Use ``devtool upgrade`` to Create a Version of the Recipe that Supports a Newer Version of the Software 606Use ``devtool upgrade`` to Create a Version of the Recipe that Supports a Newer Version of the Software
619------------------------------------------------------------------------------------------------------- 607-------------------------------------------------------------------------------------------------------
620 608
@@ -783,8 +771,6 @@ The following diagram shows the common development flow used with the
783 proceed with your work. If you do use this command, realize that 771 proceed with your work. If you do use this command, realize that
784 the source tree is preserved. 772 the source tree is preserved.
785 773
786.. _sdk-a-closer-look-at-devtool-add:
787
788A Closer Look at ``devtool add`` 774A Closer Look at ``devtool add``
789================================ 775================================
790 776
@@ -826,8 +812,6 @@ the source tree is assumed to be using CMake and is treated accordingly.
826The remainder of this section covers specifics regarding how parts of 812The remainder of this section covers specifics regarding how parts of
827the recipe are generated. 813the recipe are generated.
828 814
829.. _sdk-name-and-version:
830
831Name and Version 815Name and Version
832---------------- 816----------------
833 817
@@ -851,8 +835,6 @@ incorrect. For such a case, you must reset the recipe:
851After running the ``devtool reset`` command, you need to 835After running the ``devtool reset`` command, you need to
852run ``devtool add`` again and provide the name or the version. 836run ``devtool add`` again and provide the name or the version.
853 837
854.. _sdk-dependency-detection-and-mapping:
855
856Dependency Detection and Mapping 838Dependency Detection and Mapping
857-------------------------------- 839--------------------------------
858 840
@@ -887,8 +869,6 @@ following to your recipe:
887 dependency with an option that disables the associated functionality 869 dependency with an option that disables the associated functionality
888 passed to the configure script. 870 passed to the configure script.
889 871
890.. _sdk-license-detection:
891
892License Detection 872License Detection
893----------------- 873-----------------
894 874
@@ -920,8 +900,6 @@ with development even though the settings are unlikely to be correct in
920all cases. You should check the documentation or source files for the 900all cases. You should check the documentation or source files for the
921software you are building to determine the actual license. 901software you are building to determine the actual license.
922 902
923.. _sdk-adding-makefile-only-software:
924
925Adding Makefile-Only Software 903Adding Makefile-Only Software
926----------------------------- 904-----------------------------
927 905
@@ -981,8 +959,6 @@ mind:
981 ``ldconfig``. For such cases, you might be able to apply patches that 959 ``ldconfig``. For such cases, you might be able to apply patches that
982 remove these commands from the Makefile. 960 remove these commands from the Makefile.
983 961
984.. _sdk-adding-native-tools:
985
986Adding Native Tools 962Adding Native Tools
987------------------- 963-------------------
988 964
@@ -1009,8 +985,6 @@ following methods when you run ``devtool add``:
1009 "DASHDASHalso-native" option, you can add the tool using just one 985 "DASHDASHalso-native" option, you can add the tool using just one
1010 recipe file. 986 recipe file.
1011 987
1012.. _sdk-adding-node-js-modules:
1013
1014Adding Node.js Modules 988Adding Node.js Modules
1015---------------------- 989----------------------
1016 990
@@ -1053,8 +1027,6 @@ fetches the specified Git repository, detects the code as Node.js code,
1053fetches dependencies using ``npm``, and sets 1027fetches dependencies using ``npm``, and sets
1054:term:`SRC_URI` accordingly. 1028:term:`SRC_URI` accordingly.
1055 1029
1056.. _sdk-working-with-recipes:
1057
1058Working With Recipes 1030Working With Recipes
1059==================== 1031====================
1060 1032
@@ -1093,8 +1065,6 @@ that most recipes typically need.
1093The remainder of this section presents information useful when working 1065The remainder of this section presents information useful when working
1094with recipes. 1066with recipes.
1095 1067
1096.. _sdk-finding-logs-and-work-files:
1097
1098Finding Logs and Work Files 1068Finding Logs and Work Files
1099--------------------------- 1069---------------------------
1100 1070
@@ -1127,8 +1097,6 @@ links created within the source tree:
1127You can use these links to get more information on what is happening at 1097You can use these links to get more information on what is happening at
1128each build step. 1098each build step.
1129 1099
1130.. _sdk-setting-configure-arguments:
1131
1132Setting Configure Arguments 1100Setting Configure Arguments
1133--------------------------- 1101---------------------------
1134 1102
@@ -1155,8 +1123,6 @@ arguments specified through ``EXTRA_OECONF`` or
1155the output of the configure script's "DASHDASHhelp" option as a 1123the output of the configure script's "DASHDASHhelp" option as a
1156reference. 1124reference.
1157 1125
1158.. _sdk-sharing-files-between-recipes:
1159
1160Sharing Files Between Recipes 1126Sharing Files Between Recipes
1161----------------------------- 1127-----------------------------
1162 1128
@@ -1179,8 +1145,6 @@ are cataloged in manifests in order to ensure they can be removed later
1179when a recipe is modified or removed. Thus, the sysroot is able to 1145when a recipe is modified or removed. Thus, the sysroot is able to
1180remain free from stale files. 1146remain free from stale files.
1181 1147
1182.. _sdk-packaging:
1183
1184Packaging 1148Packaging
1185--------- 1149---------
1186 1150
@@ -1221,8 +1185,6 @@ you do not even need to set these variables in your recipe unless the
1221software the recipe is building installs files into non-standard 1185software the recipe is building installs files into non-standard
1222locations. 1186locations.
1223 1187
1224.. _sdk-restoring-the-target-device-to-its-original-state:
1225
1226Restoring the Target Device to its Original State 1188Restoring the Target Device to its Original State
1227================================================= 1189=================================================
1228 1190
@@ -1263,8 +1225,6 @@ target machine.
1263 and package manager operations on the target device. Doing so could 1225 and package manager operations on the target device. Doing so could
1264 result in a conflicting set of files. 1226 result in a conflicting set of files.
1265 1227
1266.. _sdk-installing-additional-items-into-the-extensible-sdk:
1267
1268Installing Additional Items Into the Extensible SDK 1228Installing Additional Items Into the Extensible SDK
1269=================================================== 1229===================================================
1270 1230
@@ -1298,8 +1258,6 @@ takes significantly longer than installing the pre-built artifact. Also,
1298if no recipe exists for the item you want to add to the SDK, you must 1258if no recipe exists for the item you want to add to the SDK, you must
1299instead add the item using the ``devtool add`` command. 1259instead add the item using the ``devtool add`` command.
1300 1260
1301.. _sdk-applying-updates-to-an-installed-extensible-sdk:
1302
1303Applying Updates to an Installed Extensible SDK 1261Applying Updates to an Installed Extensible SDK
1304=============================================== 1262===============================================
1305 1263
@@ -1327,8 +1285,6 @@ path_to_update_directory
1327 The URL needs to point specifically to a published SDK and not to an 1285 The URL needs to point specifically to a published SDK and not to an
1328 SDK installer that you would download and install. 1286 SDK installer that you would download and install.
1329 1287
1330.. _sdk-creating-a-derivative-sdk-with-additional-components:
1331
1332Creating a Derivative SDK With Additional Components 1288Creating a Derivative SDK With Additional Components
1333==================================================== 1289====================================================
1334 1290
diff --git a/documentation/sdk-manual/sdk-intro.rst b/documentation/sdk-manual/sdk-intro.rst
index acb3f455c5..ca6138cce3 100644
--- a/documentation/sdk-manual/sdk-intro.rst
+++ b/documentation/sdk-manual/sdk-intro.rst
@@ -4,8 +4,6 @@
4Introduction 4Introduction
5************ 5************
6 6
7.. _sdk-manual-intro:
8
9eSDK Introduction 7eSDK Introduction
10================= 8=================
11 9
@@ -127,8 +125,6 @@ script or through a :term:`Build Directory` that is based on
127your metadata configuration or extension for your targeted device. The 125your metadata configuration or extension for your targeted device. The
128cross-toolchain works with a matching target sysroot. 126cross-toolchain works with a matching target sysroot.
129 127
130.. _sysroot:
131
132Sysroots 128Sysroots
133-------- 129--------
134 130
diff --git a/documentation/sdk-manual/sdk-using.rst b/documentation/sdk-manual/sdk-using.rst
index 4b151e45cb..3a1cae773f 100644
--- a/documentation/sdk-manual/sdk-using.rst
+++ b/documentation/sdk-manual/sdk-using.rst
@@ -19,8 +19,6 @@ You can use a standard SDK to work on Makefile and Autotools-based
19projects. See the "`Using the SDK Toolchain 19projects. See the "`Using the SDK Toolchain
20Directly <#sdk-working-projects>`__" chapter for more information. 20Directly <#sdk-working-projects>`__" chapter for more information.
21 21
22.. _sdk-standard-sdk-intro:
23
24Why use the Standard SDK and What is in It? 22Why use the Standard SDK and What is in It?
25=========================================== 23===========================================
26 24
@@ -37,8 +35,6 @@ usage. You can see the directory structure in the "`Installed Standard
37SDK Directory 35SDK Directory
38Structure <#sdk-installed-standard-sdk-directory-structure>`__" section. 36Structure <#sdk-installed-standard-sdk-directory-structure>`__" section.
39 37
40.. _sdk-installing-the-sdk:
41
42Installing the SDK 38Installing the SDK
43================== 39==================
44 40
@@ -129,8 +125,6 @@ Structure <#sdk-installed-standard-sdk-directory-structure>`__" section
129for more details on the resulting directory structure of the installed 125for more details on the resulting directory structure of the installed
130SDK. 126SDK.
131 127
132.. _sdk-running-the-sdk-environment-setup-script:
133
134Running the SDK Environment Setup Script 128Running the SDK Environment Setup Script
135======================================== 129========================================
136 130