summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual/appendix-obtain.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/sdk-manual/appendix-obtain.rst')
-rw-r--r--documentation/sdk-manual/appendix-obtain.rst18
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 @@
4Obtaining the SDK 4Obtaining the SDK
5***************** 5*****************
6 6
7Working with the SDK components directly in a Yocto build
8=========================================================
9
10Please refer to section
11":ref:`sdk-manual/extensible:Setting up the Extensible SDK environment directly in a Yocto build`"
12
13Note that to use this feature effectively either a powerful build
14machine, or a well-functioning sstate cache infrastructure is required:
15otherwise significant time could be spent waiting for components to be built
16by BitBake from source code.
17
18Working with standalone SDK Installers
19======================================
20
7Locating Pre-Built SDK Installers 21Locating Pre-Built SDK Installers
8================================= 22---------------------------------
9 23
10You can use existing, pre-built toolchains by locating and running an 24You can use existing, pre-built toolchains by locating and running an
11SDK installer script that ships with the Yocto Project. Using this 25SDK 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
74Building an SDK Installer 88Building an SDK Installer
75========================= 89-------------------------
76 90
77As an alternative to locating and downloading an SDK installer, you can 91As an alternative to locating and downloading an SDK installer, you can
78build the SDK installer. Follow these steps: 92build the SDK installer. Follow these steps: