diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2021-03-26 11:46:32 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-04-06 22:29:49 +0100 |
commit | be976e3aa119d378010273ac8bb8134a4018ef43 (patch) | |
tree | 91c2998044f04c3f0491d73c0649ce78cc6753a1 /documentation | |
parent | c643a4749c436baeb6943fe960f77a48deaef8e5 (diff) | |
download | poky-be976e3aa119d378010273ac8bb8134a4018ef43.tar.gz |
SDK manual: fix reference to appendix
Fixes [YOCTO #14307]
(From yocto-docs rev: d14bdf401114054d517c09d483947705e2a0d71d)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Reported-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/sdk-manual/extensible.rst | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/documentation/sdk-manual/extensible.rst b/documentation/sdk-manual/extensible.rst index d2ed9a9b83..f1a114368a 100644 --- a/documentation/sdk-manual/extensible.rst +++ b/documentation/sdk-manual/extensible.rst | |||
@@ -1271,11 +1271,9 @@ To update your installed SDK, use ``devtool`` as follows: | |||
1271 | $ devtool sdk-update | 1271 | $ devtool sdk-update |
1272 | 1272 | ||
1273 | The previous command assumes your SDK provider has set the | 1273 | The previous command assumes your SDK provider has set the |
1274 | default update URL for you through the | 1274 | default update URL for you through the :term:`SDK_UPDATE_URL` |
1275 | :term:`SDK_UPDATE_URL` | 1275 | variable as described in the |
1276 | variable as described in the "`Providing Updates to the Extensible SDK | 1276 | ":ref:`sdk-manual/appendix-customizing:Providing Updates to the Extensible SDK After Installation`" |
1277 | After | ||
1278 | Installation <#sdk-providing-updates-to-the-extensible-sdk-after-installation>`__" | ||
1279 | section. If the SDK provider has not set that default URL, you need to | 1277 | section. If the SDK provider has not set that default URL, you need to |
1280 | specify it yourself in the command as follows: $ devtool sdk-update | 1278 | specify it yourself in the command as follows: $ devtool sdk-update |
1281 | path_to_update_directory | 1279 | path_to_update_directory |