From 55f384a38f12fc194ac976be0e9db5991338e829 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 3 Aug 2011 12:51:59 -0700 Subject: [PATCH] documentation/yocto-project-qs/yocto-project-qs.xml: updated image download I made some edits to the section that shows how to download a pre-built qemu image. (From yocto-docs rev: 89127522b09cc201008dc760f8b1397b5ff36e42) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/yocto-project-qs/yocto-project-qs.xml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 4e3bb28cdf..459d7471ca 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml @@ -475,6 +475,9 @@ . Be sure to use the kernel and filesystem image that matches the architecture you want to simulate. + Download areas exist for the five supported machine architectures: + qemuarm, qemumips, qemuppc, + qemux86, and qemux86_64. @@ -482,15 +485,17 @@ - *zImage-<kernel-rev>-qemu<arch>*.bin - vmlinux-<kernel-rev>-<arch>*.bin + *zImage-<kernel-rev>-qemu<arch>-<release>*.bin + vmlinux-<kernel-rev>-qemu<arch>-<release>*.bin Where: + <kernel-rev> is the base Linux kernel revision + (e.g. 2.6.37). + <arch> is a string representing the target architecture: x86, x86-64, ppc, mips, or arm. - <kernel-rev> is the base Linux kernel revision - (e.g. 2.6.37). + <release> is the version of Yocto Project.