summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual/using.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/sdk-manual/using.rst')
-rw-r--r--documentation/sdk-manual/using.rst22
1 files changed, 11 insertions, 11 deletions
diff --git a/documentation/sdk-manual/using.rst b/documentation/sdk-manual/using.rst
index 29fb50465f..62967f5572 100644
--- a/documentation/sdk-manual/using.rst
+++ b/documentation/sdk-manual/using.rst
@@ -16,8 +16,9 @@ standard SDK.
16 " section. 16 " section.
17 17
18You can use a standard SDK to work on Makefile and Autotools-based 18You can use a standard SDK to work on Makefile and Autotools-based
19projects. See the "`Using the SDK Toolchain 19projects. See the
20Directly <#sdk-working-projects>`__" chapter for more information. 20":ref:`sdk-manual/working-projects:using the sdk toolchain directly`" chapter
21for more information.
21 22
22Why use the Standard SDK and What is in It? 23Why use the Standard SDK and What is in It?
23=========================================== 24===========================================
@@ -31,9 +32,9 @@ the extensible SDK, which provides an internal build system and the
31The installed Standard SDK consists of several files and directories. 32The installed Standard SDK consists of several files and directories.
32Basically, it contains an SDK environment setup script, some 33Basically, it contains an SDK environment setup script, some
33configuration files, and host and target root filesystems to support 34configuration files, and host and target root filesystems to support
34usage. You can see the directory structure in the "`Installed Standard 35usage. You can see the directory structure in the
35SDK Directory 36":ref:`sdk-manual/appendix-obtain:installed standard sdk directory structure`"
36Structure <#sdk-installed-standard-sdk-directory-structure>`__" section. 37section.
37 38
38Installing the SDK 39Installing the SDK
39================== 40==================
@@ -120,9 +121,9 @@ architecture. The example assumes the SDK installer is located in
120 Each time you wish to use the SDK in a new shell session, you need to source the environment setup script e.g. 121 Each time you wish to use the SDK in a new shell session, you need to source the environment setup script e.g.
121 $ . /opt/poky/&DISTRO;/environment-setup-i586-poky-linux 122 $ . /opt/poky/&DISTRO;/environment-setup-i586-poky-linux
122 123
123Again, reference the "`Installed Standard SDK Directory 124Again, reference the
124Structure <#sdk-installed-standard-sdk-directory-structure>`__" section 125":ref:`sdk-manual/appendix-obtain:installed standard sdk directory structure`"
125for more details on the resulting directory structure of the installed 126section for more details on the resulting directory structure of the installed
126SDK. 127SDK.
127 128
128Running the SDK Environment Setup Script 129Running the SDK Environment Setup Script
@@ -147,7 +148,6 @@ script is for an IA-based target machine using i586 tuning:
147 148
148When you run the 149When you run the
149setup script, the same environment variables are defined as are when you 150setup script, the same environment variables are defined as are when you
150run the setup script for an extensible SDK. See the "`Running the 151run the setup script for an extensible SDK. See the
151Extensible SDK Environment Setup 152":ref:`sdk-manual/appendix-obtain:installed extensible sdk directory structure`"
152Script <#sdk-running-the-extensible-sdk-environment-setup-script>`__"
153section for more information. 153section for more information.