diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-01-10 18:45:15 -0600 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-30 16:05:53 +0000 |
| commit | 1cb265f5750ec5236da51fc9e0d560e6719d305b (patch) | |
| tree | 9def7d0194c9c7e62c1a2072d47da47231299fff /documentation | |
| parent | 31b7cac818c3feeaf71302f2458b0b918e63122a (diff) | |
| download | poky-1cb265f5750ec5236da51fc9e0d560e6719d305b.tar.gz | |
documentation/yocto-project-qs/yocto-project-qs.xml: update to pre-built
The pre-built section had a couple errors I discovered while trying
to verify the 1.1.1 release. One is a wording problem putting the
last set of commands into context. the other is that i needed
i586 as the expanded environment file in /opt/poky.
(From yocto-docs rev: d173f82e3e368b54889d6c1aa9bd51340e7e42be)
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 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 249fa7b3d7..194c65ffd0 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml | |||
| @@ -653,10 +653,11 @@ | |||
| 653 | <para> | 653 | <para> |
| 654 | Continuing with the example, the following two commands setup the emulation | 654 | Continuing with the example, the following two commands setup the emulation |
| 655 | environment and launch QEMU. | 655 | environment and launch QEMU. |
| 656 | This example assumes the root filesystem tarball has been downloaded and expanded, and | 656 | This example assumes the toolchain tarball has been downloaded and expanded |
| 657 | into <filename>/opt/poky</filename> and | ||
| 657 | that the kernel and filesystem are for a 32-bit target architecture. | 658 | that the kernel and filesystem are for a 32-bit target architecture. |
| 658 | <literallayout class='monospaced'> | 659 | <literallayout class='monospaced'> |
| 659 | $ source /opt/poky/1.1.1/environment-setup-i686-poky-linux | 660 | $ source /opt/poky/1.1.1/environment-setup-i586-poky-linux |
| 660 | $ runqemu qemux86 bzImage-3.0-qemux86-1.1.1.bin \ | 661 | $ runqemu qemux86 bzImage-3.0-qemux86-1.1.1.bin \ |
| 661 | core-image-sato-qemux86.ext3 | 662 | core-image-sato-qemux86.ext3 |
| 662 | </literallayout> | 663 | </literallayout> |
