diff options
Diffstat (limited to 'documentation/sdk-manual/using.rst')
-rw-r--r-- | documentation/sdk-manual/using.rst | 6 |
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 | ||
78 | For example, the following SDK installer is for a 64-bit | 78 | For example, the following SDK installer is for a 64-bit |
79 | development host system and a i586-tuned target architecture based off | 79 | development host system and a i586-tuned target architecture based off |
80 | the SDK for ``core-image-sato`` and using the current DISTRO snapshot: | 80 | the 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 | |||
141 | their name the tuned target architecture. As an example, the following | 140 | their name the tuned target architecture. As an example, the following |
142 | commands set the working directory to where the SDK was installed and | 141 | commands set the working directory to where the SDK was installed and |
143 | then source the environment setup script. In this example, the setup | 142 | then source the environment setup script. In this example, the setup |
144 | script is for an IA-based target machine using i586 tuning: | 143 | script 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 | ||