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/appendix-customizing.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/appendix-customizing.rst')
-rw-r--r-- | documentation/sdk-manual/appendix-customizing.rst | 12 |
1 files changed, 6 insertions, 6 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 |