From 1cb265f5750ec5236da51fc9e0d560e6719d305b Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 10 Jan 2012 18:45:15 -0600 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- documentation/yocto-project-qs/yocto-project-qs.xml | 5 +++-- 1 file 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 @@ Continuing with the example, the following two commands setup the emulation environment and launch QEMU. - This example assumes the root filesystem tarball has been downloaded and expanded, and + This example assumes the toolchain tarball has been downloaded and expanded + into /opt/poky and that the kernel and filesystem are for a 32-bit target architecture. - $ source /opt/poky/1.1.1/environment-setup-i686-poky-linux + $ source /opt/poky/1.1.1/environment-setup-i586-poky-linux $ runqemu qemux86 bzImage-3.0-qemux86-1.1.1.bin \ core-image-sato-qemux86.ext3