diff options
| author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2020-11-19 10:58:33 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-11-20 14:32:25 +0000 |
| commit | 38c72f75faaf87a6d0d02de876218a91fcdc137a (patch) | |
| tree | 48a71a605c7b0e0e58030950495aa4125ba373c6 | |
| parent | b3b5d2e0e0571f47dff35bf279ecc482b361ac27 (diff) | |
| download | poky-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>
| -rw-r--r-- | documentation/sdk-manual/sdk-appendix-obtain.rst | 2 | ||||
| -rw-r--r-- | documentation/sdk-manual/sdk-extensible.rst | 44 | ||||
| -rw-r--r-- | documentation/sdk-manual/sdk-intro.rst | 4 | ||||
| -rw-r--r-- | documentation/sdk-manual/sdk-using.rst | 6 |
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 @@ | |||
| 4 | Obtaining the SDK | 4 | Obtaining the SDK |
| 5 | ***************** | 5 | ***************** |
| 6 | 6 | ||
| 7 | .. _sdk-locating-pre-built-sdk-installers: | ||
| 8 | |||
| 9 | Locating Pre-Built SDK Installers | 7 | Locating 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 | |||
| 24 | Makefile and Autotools. See the "`Using the SDK Toolchain | 24 | Makefile and Autotools. See the "`Using the SDK Toolchain |
| 25 | Directly <#sdk-working-projects>`__" chapter for more information. | 25 | Directly <#sdk-working-projects>`__" chapter for more information. |
| 26 | 26 | ||
| 27 | .. _sdk-extensible-sdk-intro: | ||
| 28 | |||
| 29 | Why use the Extensible SDK and What is in It? | 27 | Why 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 | |||
| 40 | configuration files, an internal build system, and the ``devtool`` | 38 | configuration files, an internal build system, and the ``devtool`` |
| 41 | functionality. | 39 | functionality. |
| 42 | 40 | ||
| 43 | .. _sdk-installing-the-extensible-sdk: | ||
| 44 | |||
| 45 | Installing the Extensible SDK | 41 | Installing 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 | |||
| 143 | Running the Extensible SDK Environment Setup Script | 137 | Running 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. | |||
| 225 | The remainder of this section presents the ``devtool add``, | 219 | The 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 | |||
| 230 | Use ``devtool add`` to Add an Application | 222 | Use ``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 | |||
| 406 | Use ``devtool modify`` to Modify the Source of an Existing Component | 396 | Use ``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 | |||
| 618 | Use ``devtool upgrade`` to Create a Version of the Recipe that Supports a Newer Version of the Software | 606 | Use ``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 | |||
| 788 | A Closer Look at ``devtool add`` | 774 | A 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. | |||
| 826 | The remainder of this section covers specifics regarding how parts of | 812 | The remainder of this section covers specifics regarding how parts of |
| 827 | the recipe are generated. | 813 | the recipe are generated. |
| 828 | 814 | ||
| 829 | .. _sdk-name-and-version: | ||
| 830 | |||
| 831 | Name and Version | 815 | Name and Version |
| 832 | ---------------- | 816 | ---------------- |
| 833 | 817 | ||
| @@ -851,8 +835,6 @@ incorrect. For such a case, you must reset the recipe: | |||
| 851 | After running the ``devtool reset`` command, you need to | 835 | After running the ``devtool reset`` command, you need to |
| 852 | run ``devtool add`` again and provide the name or the version. | 836 | run ``devtool add`` again and provide the name or the version. |
| 853 | 837 | ||
| 854 | .. _sdk-dependency-detection-and-mapping: | ||
| 855 | |||
| 856 | Dependency Detection and Mapping | 838 | Dependency 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 | |||
| 892 | License Detection | 872 | License Detection |
| 893 | ----------------- | 873 | ----------------- |
| 894 | 874 | ||
| @@ -920,8 +900,6 @@ with development even though the settings are unlikely to be correct in | |||
| 920 | all cases. You should check the documentation or source files for the | 900 | all cases. You should check the documentation or source files for the |
| 921 | software you are building to determine the actual license. | 901 | software you are building to determine the actual license. |
| 922 | 902 | ||
| 923 | .. _sdk-adding-makefile-only-software: | ||
| 924 | |||
| 925 | Adding Makefile-Only Software | 903 | Adding 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 | |||
| 986 | Adding Native Tools | 962 | Adding 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 | |||
| 1014 | Adding Node.js Modules | 988 | Adding Node.js Modules |
| 1015 | ---------------------- | 989 | ---------------------- |
| 1016 | 990 | ||
| @@ -1053,8 +1027,6 @@ fetches the specified Git repository, detects the code as Node.js code, | |||
| 1053 | fetches dependencies using ``npm``, and sets | 1027 | fetches dependencies using ``npm``, and sets |
| 1054 | :term:`SRC_URI` accordingly. | 1028 | :term:`SRC_URI` accordingly. |
| 1055 | 1029 | ||
| 1056 | .. _sdk-working-with-recipes: | ||
| 1057 | |||
| 1058 | Working With Recipes | 1030 | Working With Recipes |
| 1059 | ==================== | 1031 | ==================== |
| 1060 | 1032 | ||
| @@ -1093,8 +1065,6 @@ that most recipes typically need. | |||
| 1093 | The remainder of this section presents information useful when working | 1065 | The remainder of this section presents information useful when working |
| 1094 | with recipes. | 1066 | with recipes. |
| 1095 | 1067 | ||
| 1096 | .. _sdk-finding-logs-and-work-files: | ||
| 1097 | |||
| 1098 | Finding Logs and Work Files | 1068 | Finding Logs and Work Files |
| 1099 | --------------------------- | 1069 | --------------------------- |
| 1100 | 1070 | ||
| @@ -1127,8 +1097,6 @@ links created within the source tree: | |||
| 1127 | You can use these links to get more information on what is happening at | 1097 | You can use these links to get more information on what is happening at |
| 1128 | each build step. | 1098 | each build step. |
| 1129 | 1099 | ||
| 1130 | .. _sdk-setting-configure-arguments: | ||
| 1131 | |||
| 1132 | Setting Configure Arguments | 1100 | Setting Configure Arguments |
| 1133 | --------------------------- | 1101 | --------------------------- |
| 1134 | 1102 | ||
| @@ -1155,8 +1123,6 @@ arguments specified through ``EXTRA_OECONF`` or | |||
| 1155 | the output of the configure script's "DASHDASHhelp" option as a | 1123 | the output of the configure script's "DASHDASHhelp" option as a |
| 1156 | reference. | 1124 | reference. |
| 1157 | 1125 | ||
| 1158 | .. _sdk-sharing-files-between-recipes: | ||
| 1159 | |||
| 1160 | Sharing Files Between Recipes | 1126 | Sharing Files Between Recipes |
| 1161 | ----------------------------- | 1127 | ----------------------------- |
| 1162 | 1128 | ||
| @@ -1179,8 +1145,6 @@ are cataloged in manifests in order to ensure they can be removed later | |||
| 1179 | when a recipe is modified or removed. Thus, the sysroot is able to | 1145 | when a recipe is modified or removed. Thus, the sysroot is able to |
| 1180 | remain free from stale files. | 1146 | remain free from stale files. |
| 1181 | 1147 | ||
| 1182 | .. _sdk-packaging: | ||
| 1183 | |||
| 1184 | Packaging | 1148 | Packaging |
| 1185 | --------- | 1149 | --------- |
| 1186 | 1150 | ||
| @@ -1221,8 +1185,6 @@ you do not even need to set these variables in your recipe unless the | |||
| 1221 | software the recipe is building installs files into non-standard | 1185 | software the recipe is building installs files into non-standard |
| 1222 | locations. | 1186 | locations. |
| 1223 | 1187 | ||
| 1224 | .. _sdk-restoring-the-target-device-to-its-original-state: | ||
| 1225 | |||
| 1226 | Restoring the Target Device to its Original State | 1188 | Restoring 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 | |||
| 1268 | Installing Additional Items Into the Extensible SDK | 1228 | Installing Additional Items Into the Extensible SDK |
| 1269 | =================================================== | 1229 | =================================================== |
| 1270 | 1230 | ||
| @@ -1298,8 +1258,6 @@ takes significantly longer than installing the pre-built artifact. Also, | |||
| 1298 | if no recipe exists for the item you want to add to the SDK, you must | 1258 | if no recipe exists for the item you want to add to the SDK, you must |
| 1299 | instead add the item using the ``devtool add`` command. | 1259 | instead add the item using the ``devtool add`` command. |
| 1300 | 1260 | ||
| 1301 | .. _sdk-applying-updates-to-an-installed-extensible-sdk: | ||
| 1302 | |||
| 1303 | Applying Updates to an Installed Extensible SDK | 1261 | Applying 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 | |||
| 1332 | Creating a Derivative SDK With Additional Components | 1288 | Creating 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 @@ | |||
| 4 | Introduction | 4 | Introduction |
| 5 | ************ | 5 | ************ |
| 6 | 6 | ||
| 7 | .. _sdk-manual-intro: | ||
| 8 | |||
| 9 | eSDK Introduction | 7 | eSDK Introduction |
| 10 | ================= | 8 | ================= |
| 11 | 9 | ||
| @@ -127,8 +125,6 @@ script or through a :term:`Build Directory` that is based on | |||
| 127 | your metadata configuration or extension for your targeted device. The | 125 | your metadata configuration or extension for your targeted device. The |
| 128 | cross-toolchain works with a matching target sysroot. | 126 | cross-toolchain works with a matching target sysroot. |
| 129 | 127 | ||
| 130 | .. _sysroot: | ||
| 131 | |||
| 132 | Sysroots | 128 | Sysroots |
| 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 | |||
| 19 | projects. See the "`Using the SDK Toolchain | 19 | projects. See the "`Using the SDK Toolchain |
| 20 | Directly <#sdk-working-projects>`__" chapter for more information. | 20 | Directly <#sdk-working-projects>`__" chapter for more information. |
| 21 | 21 | ||
| 22 | .. _sdk-standard-sdk-intro: | ||
| 23 | |||
| 24 | Why use the Standard SDK and What is in It? | 22 | Why 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 | |||
| 37 | SDK Directory | 35 | SDK Directory |
| 38 | Structure <#sdk-installed-standard-sdk-directory-structure>`__" section. | 36 | Structure <#sdk-installed-standard-sdk-directory-structure>`__" section. |
| 39 | 37 | ||
| 40 | .. _sdk-installing-the-sdk: | ||
| 41 | |||
| 42 | Installing the SDK | 38 | Installing the SDK |
| 43 | ================== | 39 | ================== |
| 44 | 40 | ||
| @@ -129,8 +125,6 @@ Structure <#sdk-installed-standard-sdk-directory-structure>`__" section | |||
| 129 | for more details on the resulting directory structure of the installed | 125 | for more details on the resulting directory structure of the installed |
| 130 | SDK. | 126 | SDK. |
| 131 | 127 | ||
| 132 | .. _sdk-running-the-sdk-environment-setup-script: | ||
| 133 | |||
| 134 | Running the SDK Environment Setup Script | 128 | Running the SDK Environment Setup Script |
| 135 | ======================================== | 129 | ======================================== |
| 136 | 130 | ||
