diff options
Diffstat (limited to 'documentation/yocto-project-qs/yocto-project-qs.xml')
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 40e322d094..1727a52c76 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml | |||
@@ -174,7 +174,7 @@ | |||
174 | 174 | ||
175 | <para> | 175 | <para> |
176 | The latest release images for the Yocto Project are kept at | 176 | The latest release images for the Yocto Project are kept at |
177 | <ulink url="http://yoctoproject.org/downloads/yoctolinux-0.9/"></ulink>. | 177 | <ulink url="http://yoctoproject.org/downloads/yocto-0.9/"></ulink>. |
178 | Nightly and developmental builds are also maintained. However, for this | 178 | Nightly and developmental builds are also maintained. However, for this |
179 | document a released version of Yocto Project is used. | 179 | document a released version of Yocto Project is used. |
180 | </para> | 180 | </para> |
@@ -319,19 +319,19 @@ | |||
319 | </itemizedlist> | 319 | </itemizedlist> |
320 | 320 | ||
321 | <para> | 321 | <para> |
322 | You can download the pre-built toolchain which includes the poky-qemu script and support files from <ulink url='http://yoctoproject.org/downloads/yoctolinux-0.9/toolchain/'></ulink>. These are available for i586 (32-bit) and x86_64 (64 bit) host machines, targeting each of the 5 supported target architectures. The tarballs are self contained and install into /opt/poky. | 322 | You can download the pre-built toolchain which includes the poky-qemu script and support files from <ulink url='http://yoctoproject.org/downloads/yocto-0.9/toolchain/'></ulink>. These are available for i586 (32-bit) and x86_64 (64 bit) host machines, targeting each of the 5 supported target architectures. The tarballs are self contained and install into /opt/poky. |
323 | Use these commands to install the toolchain tarball (taking the 64 bit host, 32 bit i586 target as an example): | 323 | Use these commands to install the toolchain tarball (taking the 64 bit host, 32 bit i586 target as an example): |
324 | </para> | 324 | </para> |
325 | 325 | ||
326 | <para> | 326 | <para> |
327 | <literallayout class='monospaced'> | 327 | <literallayout class='monospaced'> |
328 | $ cd / | 328 | $ cd / |
329 | $ sudo tar -xvjf yoctolinux-eglibc-x86_64-i586-toolchain-sdk-0.9.tar.bz2 | 329 | $ sudo tar -xvjf yocto-eglibc-x86_64-i586-toolchain-sdk-0.9.tar.bz2 |
330 | </literallayout> | 330 | </literallayout> |
331 | </para> | 331 | </para> |
332 | 332 | ||
333 | <para> | 333 | <para> |
334 | You can download the pre-built Linux kernel and the file image system from <ulink url='http://yoctoproject.org/downloads/yoctolinux-0.9/'></ulink>. | 334 | You can download the pre-built Linux kernel and the file image system from <ulink url='http://yoctoproject.org/downloads/yocto-0.9/'></ulink>. |
335 | The kernel and file image system have the following forms, respectively: | 335 | The kernel and file image system have the following forms, respectively: |
336 | </para> | 336 | </para> |
337 | 337 | ||