summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-08-09 14:17:46 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-13 13:18:56 +0100
commitf8d18fbac44c4c56ec93c1ed2f38c3117fc25553 (patch)
tree94ca432e8b0f4edf51e396ac6e058261ab7d2a33 /documentation
parent4fc1cd4054ace156bf532f7aff50d6a11b6fd0bc (diff)
downloadast2050-yocto-poky-f8d18fbac44c4c56ec93c1ed2f38c3117fc25553.zip
ast2050-yocto-poky-f8d18fbac44c4c56ec93c1ed2f38c3117fc25553.tar.gz
yocto-project-qs: Updated section on toolchains.
Changed the directory to x86_64 from x86-64. Also specically stated we support 32-bit and 64-bit stuff for x86 systems. (From yocto-docs rev: 6338469059b7ac6547f53a2da973f76e338c5124) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml
index 9d487ba..7b8fdb5 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -555,8 +555,8 @@
<filename>runqemu</filename>
script, and support files from the appropriate directory under
<ulink url='&YOCTO_TOOLCHAIN_DL_URL;'></ulink>.
- Toolchains are available for 32-bit and 64-bit development systems from the
- <filename>i686</filename> and <filename>x86-64</filename> directories, respectively.
+ Toolchains are available for 32-bit and 64-bit x86 development systems from the
+ <filename>i686</filename> and <filename>x86_64</filename> directories, respectively.
Each type of development system supports five target architectures.
The names of the tarball installer scripts are such that a string representing the
host system appears first in the filename and then is immediately followed by a
@@ -592,7 +592,7 @@
<para>
The following command shows how to run the installer given a toolchain tarball
- for a 64-bit development host system and a 32-bit target architecture.
+ for a 64-bit x86 development host system and a 32-bit x86 target architecture.
You must change the permissions on the toolchain
installer script so that it is executable.
</para>
OpenPOWER on IntegriCloud