diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-01-06 12:55:42 -0800 |
---|---|---|
committer | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-01-06 16:21:12 -0800 |
commit | bcb58492430f1497293493207d10cb26c8d0514e (patch) | |
tree | 14cb1d9d391326be85b465b041d289d28b7e55ee /documentation | |
parent | bc127e0ec9f4ef53df3f00332e1c10c5a6800266 (diff) | |
download | poky-bcb58492430f1497293493207d10cb26c8d0514e.tar.gz |
documentation/yocto-project-qs/yocto-project-qs.xml: Corrections to Using Pre-Built Binaries and QEMU section.
Made several small changes:
- Added a period to three-bullet list for consistency
- grammar fix to sentence
- Added clarification for getting stuff from qemu URL
- Fixed the forms for the image and the file system image
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 1c45cde88b..ca2794b1b0 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml | |||
@@ -302,7 +302,7 @@ | |||
302 | <itemizedlist> | 302 | <itemizedlist> |
303 | <listitem> | 303 | <listitem> |
304 | <para> | 304 | <para> |
305 | Install the standalone Yocto toolchain tarball | 305 | Install the standalone Yocto toolchain tarball. |
306 | </para> | 306 | </para> |
307 | </listitem> | 307 | </listitem> |
308 | <listitem> | 308 | <listitem> |
@@ -319,7 +319,7 @@ | |||
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/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. | 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 five supported target architectures. The tarballs are self contained and install into <filename>/opt/poky</filename>. |
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 | ||
@@ -331,13 +331,20 @@ | |||
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/yocto-0.9/'></ulink>. | 334 | You can download the pre-built Linux kernel and the file image system suitable for |
335 | running in the emulator QEMU from | ||
336 | <ulink url='http://yoctoproject.org/downloads/yocto-0.9/qemu'></ulink>. | ||
337 | Be sure to use the kernel and file image system that matches the architecture you want | ||
338 | to simulate. | ||
339 | </para> | ||
340 | |||
341 | <para> | ||
335 | The kernel and file image system have the following forms, respectively: | 342 | The kernel and file image system have the following forms, respectively: |
336 | </para> | 343 | </para> |
337 | 344 | ||
338 | <literallayout class='monospaced'> | 345 | <literallayout class='monospaced'> |
339 | *zImage*qemu*.bin | 346 | *zImage*qemu*.bin |
340 | poky-image-*-qemu*.ext2.bz2 | 347 | yocto-image-*-qemu*.ext3.bz2 |
341 | </literallayout> | 348 | </literallayout> |
342 | 349 | ||
343 | <para> | 350 | <para> |