diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2021-06-15 18:55:59 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-06-19 16:54:01 +0100 |
commit | 7a9b74e9d2a5cf3b1fb3ac7565c50eae6e0d4632 (patch) | |
tree | 5addec106ed90163cc9e9589ec15c7522045351a /documentation/sdk-manual | |
parent | 93858159653134b16ce61039f8752b45aec7cf23 (diff) | |
download | poky-7a9b74e9d2a5cf3b1fb3ac7565c50eae6e0d4632.tar.gz |
sdk-manual: fix broken references
Detected by running:
git grep "^[\ ]*\" section" | grep -v "\`"
(From yocto-docs rev: 1e4909304a7e04fa707633b58c5e0d68a67d353a)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Reviewed-by: Quentin Schulz <foss@0leil.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sdk-manual')
-rw-r--r-- | documentation/sdk-manual/appendix-customizing.rst | 12 | ||||
-rw-r--r-- | documentation/sdk-manual/extensible.rst | 17 | ||||
-rw-r--r-- | documentation/sdk-manual/working-projects.rst | 5 |
3 files changed, 16 insertions, 18 deletions
diff --git a/documentation/sdk-manual/appendix-customizing.rst b/documentation/sdk-manual/appendix-customizing.rst index 67b49d9f49..c122fb5836 100644 --- a/documentation/sdk-manual/appendix-customizing.rst +++ b/documentation/sdk-manual/appendix-customizing.rst | |||
@@ -74,9 +74,9 @@ adjustments: | |||
74 | is set using the "?=" operator. Consequently, you will need to | 74 | is set using the "?=" operator. Consequently, you will need to |
75 | either define the entire list by using the "=" operator, or you | 75 | either define the entire list by using the "=" operator, or you |
76 | will need to append a value using either "_append" or the "+=" | 76 | will need to append a value using either "_append" or the "+=" |
77 | operator. You can learn more about these operators in the " | 77 | operator. You can learn more about these operators in the |
78 | Basic Syntax | 78 | ":ref:`bitbake:bitbake-user-manual/bitbake-user-manual-metadata:basic syntax`" |
79 | " section of the BitBake User Manual. | 79 | section of the BitBake User Manual. |
80 | 80 | ||
81 | . | 81 | . |
82 | 82 | ||
@@ -350,9 +350,9 @@ in most cases. | |||
350 | If you set | 350 | If you set |
351 | SDK_EXT_TYPE | 351 | SDK_EXT_TYPE |
352 | to "minimal", then providing a shared state mirror is mandatory so | 352 | to "minimal", then providing a shared state mirror is mandatory so |
353 | that items can be installed as needed. See the " | 353 | that items can be installed as needed. See the |
354 | Providing Additional Installable Extensible SDK Content | 354 | :ref:`sdk-manual/appendix-customizing:providing additional installable extensible sdk content` |
355 | " section for more information. | 355 | section for more information. |
356 | 356 | ||
357 | You can explicitly control whether or not to include the toolchain when | 357 | You can explicitly control whether or not to include the toolchain when |
358 | you build an SDK by setting the | 358 | you build an SDK by setting the |
diff --git a/documentation/sdk-manual/extensible.rst b/documentation/sdk-manual/extensible.rst index 55bd7f6ebf..d444cad6ea 100644 --- a/documentation/sdk-manual/extensible.rst +++ b/documentation/sdk-manual/extensible.rst | |||
@@ -15,9 +15,8 @@ hardware, and ease integration into the rest of the | |||
15 | .. note:: | 15 | .. note:: |
16 | 16 | ||
17 | For a side-by-side comparison of main features supported for an | 17 | For a side-by-side comparison of main features supported for an |
18 | extensible SDK as compared to a standard SDK, see the " | 18 | extensible SDK as compared to a standard SDK, see the |
19 | Introduction | 19 | :ref:`sdk-manual/intro:introduction` section. |
20 | " section. | ||
21 | 20 | ||
22 | In addition to the functionality available through ``devtool``, you can | 21 | In addition to the functionality available through ``devtool``, you can |
23 | alternatively make use of the toolchain directly, for example from | 22 | alternatively make use of the toolchain directly, for example from |
@@ -89,9 +88,9 @@ the SDK for ``core-image-sato`` and using the current &DISTRO; snapshot:: | |||
89 | .. note:: | 88 | .. note:: |
90 | 89 | ||
91 | As an alternative to downloading an SDK, you can build the SDK | 90 | As an alternative to downloading an SDK, you can build the SDK |
92 | installer. For information on building the installer, see the " | 91 | installer. For information on building the installer, see the |
93 | Building an SDK Installer | 92 | :ref:`sdk-manual/appendix-obtain:building an sdk installer` |
94 | " section. | 93 | section. |
95 | 94 | ||
96 | The SDK and toolchains are self-contained and by default are installed | 95 | The SDK and toolchains are self-contained and by default are installed |
97 | into the ``poky_sdk`` folder in your home directory. You can choose to | 96 | into the ``poky_sdk`` folder in your home directory. You can choose to |
@@ -606,9 +605,9 @@ counterparts. | |||
606 | Several methods exist by which you can upgrade recipes - | 605 | Several methods exist by which you can upgrade recipes - |
607 | devtool upgrade | 606 | devtool upgrade |
608 | happens to be one. You can read about all the methods by which you | 607 | happens to be one. You can read about all the methods by which you |
609 | can upgrade recipes in the " | 608 | can upgrade recipes in the |
610 | Upgrading Recipes | 609 | :ref:`dev-manual/common-tasks:upgrading recipes` section |
611 | " section of the Yocto Project Development Tasks Manual. | 610 | of the Yocto Project Development Tasks Manual. |
612 | 611 | ||
613 | The ``devtool upgrade`` command is flexible enough to allow you to | 612 | The ``devtool upgrade`` command is flexible enough to allow you to |
614 | specify source code revision and versioning schemes, extract code into | 613 | specify source code revision and versioning schemes, extract code into |
diff --git a/documentation/sdk-manual/working-projects.rst b/documentation/sdk-manual/working-projects.rst index ad84ce2b87..c482c38c70 100644 --- a/documentation/sdk-manual/working-projects.rst +++ b/documentation/sdk-manual/working-projects.rst | |||
@@ -135,9 +135,8 @@ project: | |||
135 | 135 | ||
136 | To learn about environment variables established when you run the | 136 | To learn about environment variables established when you run the |
137 | cross-toolchain environment setup script and how they are used or | 137 | cross-toolchain environment setup script and how they are used or |
138 | overridden when the Makefile, see the " | 138 | overridden when the Makefile, see the |
139 | Makefile-Based Projects | 139 | :ref:`sdk-manual/working-projects:makefile-based projects` section. |
140 | " section. | ||
141 | 140 | ||
142 | This next command is a simple way to verify the installation of your | 141 | This next command is a simple way to verify the installation of your |
143 | project. Running the command prints the architecture on which the | 142 | project. Running the command prints the architecture on which the |