diff options
author | Joshua Lock <josh@linux.intel.com> | 2010-03-18 16:08:11 +0000 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-03-18 16:10:42 +0000 |
commit | 1eb093938bd5c24ba5ddd2851e96e120d1d97355 (patch) | |
tree | c9410d03ec585ef1eb1d2e2acabbd62c28962b20 | |
parent | 208f6a9ec07d6626fb4afc6e730d66bd2e8681e9 (diff) | |
download | openembedded-core-1eb093938bd5c24ba5ddd2851e96e120d1d97355.tar.gz openembedded-core-1eb093938bd5c24ba5ddd2851e96e120d1d97355.tar.bz2 openembedded-core-1eb093938bd5c24ba5ddd2851e96e120d1d97355.zip |
handbook: Correction, we're building QEMU x86 not QEMU Arm image
Signed-off-by: Joshua Lock <josh@linux.intel.com>
-rw-r--r-- | handbook/introduction.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/handbook/introduction.xml b/handbook/introduction.xml index e741967f48..1796abfdd7 100644 --- a/handbook/introduction.xml +++ b/handbook/introduction.xml @@ -172,7 +172,7 @@ <para> If you want to try Poky, you can do so in a few commands. The example below checks out the Poky source code, sets up a build environment, builds an - image and then runs that image under the QEMU emulator in ARM system emulation mode: + image and then runs that image under the QEMU emulator in x86 system emulation mode: </para> <para> |