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/extensible.rst | |
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/extensible.rst')
-rw-r--r-- | documentation/sdk-manual/extensible.rst | 17 |
1 files changed, 8 insertions, 9 deletions
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 |