diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-05-23 12:56:55 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-31 21:16:54 +0100 |
commit | ad93aae26090c102b9c36bee4c73c630037c5ff7 (patch) | |
tree | c2005deba0272266a0a54b11c9666d68b798d446 /documentation | |
parent | fcea677c80621b4bab2cd4e7fed45572fbc29102 (diff) | |
download | poky-ad93aae26090c102b9c36bee4c73c630037c5ff7.tar.gz |
documentation/yocto-project-qs/yocto-project-qs.xml: Minor wording changes
(From yocto-docs rev: f9547a52d97331f3e78b071a4293b9dbbc18480c)
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.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 11521cc54d..e00e54005d 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml | |||
@@ -334,7 +334,7 @@ | |||
334 | <title>A Quick Test Run</title> | 334 | <title>A Quick Test Run</title> |
335 | 335 | ||
336 | <para> | 336 | <para> |
337 | Now that you have your system requirements in order, you can give Yocto Project a try. | 337 | Now that you have your system requirements in order, you can give the Yocto Project a try. |
338 | This section presents some steps that let you do the following: | 338 | This section presents some steps that let you do the following: |
339 | </para> | 339 | </para> |
340 | 340 | ||
@@ -410,8 +410,8 @@ | |||
410 | release tarball from the source repositories using the | 410 | release tarball from the source repositories using the |
411 | <filename>wget</filename> command. | 411 | <filename>wget</filename> command. |
412 | Alternatively, you can go to the | 412 | Alternatively, you can go to the |
413 | <ulink url='&YOCTO_HOME_URL;/download'>Yocto Project website</ulink> | 413 | <ulink url='&YOCTO_HOME_URL;/download'>Yocto Project website's Downloads page</ulink> |
414 | Downloads page to retrieve the tarball.</para></listitem> | 414 | to retrieve the tarball.</para></listitem> |
415 | <listitem><para>The second command extracts the files from the tarball and places | 415 | <listitem><para>The second command extracts the files from the tarball and places |
416 | them into a directory named <filename>&YOCTO_POKY;</filename> in the current | 416 | them into a directory named <filename>&YOCTO_POKY;</filename> in the current |
417 | directory.</para></listitem> | 417 | directory.</para></listitem> |
@@ -630,7 +630,7 @@ | |||
630 | You must use the <filename>ext3</filename> form when booting an image using the | 630 | You must use the <filename>ext3</filename> form when booting an image using the |
631 | QEMU emulator. | 631 | QEMU emulator. |
632 | The <filename>tar</filename> form can be flattened out in your host development system | 632 | The <filename>tar</filename> form can be flattened out in your host development system |
633 | and used for Yocto Project build purposes. | 633 | and used for build purposes with the Yocto Project. |
634 | <literallayout class='monospaced'> | 634 | <literallayout class='monospaced'> |
635 | core-image-<<emphasis>profile</emphasis>>-qemu<<emphasis>arch</emphasis>>.ext3 | 635 | core-image-<<emphasis>profile</emphasis>>-qemu<<emphasis>arch</emphasis>>.ext3 |
636 | core-image-<<emphasis>profile</emphasis>>-qemu<<emphasis>arch</emphasis>>.tar.bz2 | 636 | core-image-<<emphasis>profile</emphasis>>-qemu<<emphasis>arch</emphasis>>.tar.bz2 |