summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-01-10 21:09:33 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-01-10 21:09:33 +0000
commit2bd6e7ce9cdcc875e3a9b3573178250963df078b (patch)
tree5c840b195b401cd24bb58ae0655c0e73f8516ba4 /documentation
parent084dd95ca86c10880574fc50ddcbaf243c099231 (diff)
parentbcb58492430f1497293493207d10cb26c8d0514e (diff)
downloadopenembedded-core-2bd6e7ce9cdcc875e3a9b3573178250963df078b.tar.gz
openembedded-core-2bd6e7ce9cdcc875e3a9b3573178250963df078b.tar.bz2
openembedded-core-2bd6e7ce9cdcc875e3a9b3573178250963df078b.tar.xz
openembedded-core-2bd6e7ce9cdcc875e3a9b3573178250963df078b.zip
Merge branch 'srifenbark/docs' of ssh://git.pokylinux.org/poky-contrib
Diffstat (limited to 'documentation')
-rw-r--r--documentation/bsp-guide/bsp.xml2
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs.xml15
2 files changed, 12 insertions, 5 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml
index f5fd217e8..08821aaec 100644
--- a/documentation/bsp-guide/bsp.xml
+++ b/documentation/bsp-guide/bsp.xml
@@ -416,7 +416,7 @@ SRC_URI += "file://defconfig \
</para></note>
</section>
-<!-- <section id='bsp-filelayout-packages'>
+<!-- <section id='bsp-filelayout-packages'>
<title>Other Software (meta-&lt;bsp_name&gt;/recipes-kernel/*)</title>
<para>
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml
index 1c45cde88..ca2794b1b 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -302,7 +302,7 @@
<itemizedlist>
<listitem>
<para>
- Install the standalone Yocto toolchain tarball
+ Install the standalone Yocto toolchain tarball.
</para>
</listitem>
<listitem>
@@ -319,7 +319,7 @@
</itemizedlist>
<para>
- You can download the pre-built toolchain which includes the poky-qemu script and support files from <ulink url='http://yoctoproject.org/downloads/yocto-0.9/toolchain/'></ulink>. These are available for i586 (32-bit) and x86_64 (64 bit) host machines, targeting each of the 5 supported target architectures. The tarballs are self contained and install into /opt/poky.
+ You can download the pre-built toolchain, which includes the poky-qemu script and support files, from <ulink url='http://yoctoproject.org/downloads/yocto-0.9/toolchain/'></ulink>. These are available for i586 (32-bit) and x86_64 (64 bit) host machines, targeting each of the five supported target architectures. The tarballs are self contained and install into <filename>/opt/poky</filename>.
Use these commands to install the toolchain tarball (taking the 64 bit host, 32 bit i586 target as an example):
</para>
@@ -331,13 +331,20 @@
</para>
<para>
- You can download the pre-built Linux kernel and the file image system from <ulink url='http://yoctoproject.org/downloads/yocto-0.9/'></ulink>.
+ You can download the pre-built Linux kernel and the file image system suitable for
+ running in the emulator QEMU from
+ <ulink url='http://yoctoproject.org/downloads/yocto-0.9/qemu'></ulink>.
+ Be sure to use the kernel and file image system that matches the architecture you want
+ to simulate.
+ </para>
+
+ <para>
The kernel and file image system have the following forms, respectively:
</para>
<literallayout class='monospaced'>
*zImage*qemu*.bin
- poky-image-*-qemu*.ext2.bz2
+ yocto-image-*-qemu*.ext3.bz2
</literallayout>
<para>