diff options
Diffstat (limited to 'documentation/sdk-manual/appendix-obtain.rst')
-rw-r--r-- | documentation/sdk-manual/appendix-obtain.rst | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/documentation/sdk-manual/appendix-obtain.rst b/documentation/sdk-manual/appendix-obtain.rst index ece378c75e..7a09a83af8 100644 --- a/documentation/sdk-manual/appendix-obtain.rst +++ b/documentation/sdk-manual/appendix-obtain.rst | |||
@@ -4,8 +4,22 @@ | |||
4 | Obtaining the SDK | 4 | Obtaining the SDK |
5 | ***************** | 5 | ***************** |
6 | 6 | ||
7 | Working with the SDK components directly in a Yocto build | ||
8 | ========================================================= | ||
9 | |||
10 | Please refer to section | ||
11 | ":ref:`sdk-manual/extensible:Setting up the Extensible SDK environment directly in a Yocto build`" | ||
12 | |||
13 | Note that to use this feature effectively either a powerful build | ||
14 | machine, or a well-functioning sstate cache infrastructure is required: | ||
15 | otherwise significant time could be spent waiting for components to be built | ||
16 | by BitBake from source code. | ||
17 | |||
18 | Working with standalone SDK Installers | ||
19 | ====================================== | ||
20 | |||
7 | Locating Pre-Built SDK Installers | 21 | Locating Pre-Built SDK Installers |
8 | ================================= | 22 | --------------------------------- |
9 | 23 | ||
10 | You can use existing, pre-built toolchains by locating and running an | 24 | You can use existing, pre-built toolchains by locating and running an |
11 | SDK installer script that ships with the Yocto Project. Using this | 25 | SDK installer script that ships with the Yocto Project. Using this |
@@ -72,7 +86,7 @@ Follow these steps to locate and hand-install the toolchain: | |||
72 | section for more information. | 86 | section for more information. |
73 | 87 | ||
74 | Building an SDK Installer | 88 | Building an SDK Installer |
75 | ========================= | 89 | ------------------------- |
76 | 90 | ||
77 | As an alternative to locating and downloading an SDK installer, you can | 91 | As an alternative to locating and downloading an SDK installer, you can |
78 | build the SDK installer. Follow these steps: | 92 | build the SDK installer. Follow these steps: |