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.rst6
1 files changed, 2 insertions, 4 deletions
diff --git a/documentation/sdk-manual/using.rst b/documentation/sdk-manual/using.rst
index 62967f5572..fa0e8d4098 100644
--- a/documentation/sdk-manual/using.rst
+++ b/documentation/sdk-manual/using.rst
@@ -77,8 +77,7 @@ immediately followed by a string representing the target architecture.
77 77
78For example, the following SDK installer is for a 64-bit 78For example, the following SDK installer is for a 64-bit
79development host system and a i586-tuned target architecture based off 79development host system and a i586-tuned target architecture based off
80the SDK for ``core-image-sato`` and using the current DISTRO snapshot: 80the SDK for ``core-image-sato`` and using the current DISTRO snapshot::
81::
82 81
83 poky-glibc-x86_64-core-image-sato-i586-toolchain-DISTRO.sh 82 poky-glibc-x86_64-core-image-sato-i586-toolchain-DISTRO.sh
84 83
@@ -141,8 +140,7 @@ begin with the string "``environment-setup``" and include as part of
141their name the tuned target architecture. As an example, the following 140their name the tuned target architecture. As an example, the following
142commands set the working directory to where the SDK was installed and 141commands set the working directory to where the SDK was installed and
143then source the environment setup script. In this example, the setup 142then source the environment setup script. In this example, the setup
144script is for an IA-based target machine using i586 tuning: 143script is for an IA-based target machine using i586 tuning::
145::
146 144
147 $ source /opt/poky/&DISTRO;/environment-setup-i586-poky-linux 145 $ source /opt/poky/&DISTRO;/environment-setup-i586-poky-linux
148 146