summaryrefslogtreecommitdiffstats
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
parent084dd95ca86c10880574fc50ddcbaf243c099231 (diff)
parentbcb58492430f1497293493207d10cb26c8d0514e (diff)
downloadpoky-2bd6e7ce9cdcc875e3a9b3573178250963df078b.tar.gz
Merge branch 'srifenbark/docs' of ssh://git.pokylinux.org/poky-contrib
-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 f5fd217e8a..08821aaec1 100644
--- a/documentation/bsp-guide/bsp.xml
+++ b/documentation/bsp-guide/bsp.xml
@@ -416,7 +416,7 @@ SRC_URI += "file://defconfig \
416 </para></note> 416 </para></note>
417 </section> 417 </section>
418 418
419<!-- <section id='bsp-filelayout-packages'> 419<!-- <section id='bsp-filelayout-packages'>
420 <title>Other Software (meta-&lt;bsp_name&gt;/recipes-kernel/*)</title> 420 <title>Other Software (meta-&lt;bsp_name&gt;/recipes-kernel/*)</title>
421 421
422 <para> 422 <para>
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml
index 1c45cde88b..ca2794b1b0 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -302,7 +302,7 @@
302 <itemizedlist> 302 <itemizedlist>
303 <listitem> 303 <listitem>
304 <para> 304 <para>
305 Install the standalone Yocto toolchain tarball 305 Install the standalone Yocto toolchain tarball.
306 </para> 306 </para>
307 </listitem> 307 </listitem>
308 <listitem> 308 <listitem>
@@ -319,7 +319,7 @@
319 </itemizedlist> 319 </itemizedlist>
320 320
321 <para> 321 <para>
322 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. 322 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>.
323 Use these commands to install the toolchain tarball (taking the 64 bit host, 32 bit i586 target as an example): 323 Use these commands to install the toolchain tarball (taking the 64 bit host, 32 bit i586 target as an example):
324 </para> 324 </para>
325 325
@@ -331,13 +331,20 @@
331 </para> 331 </para>
332 332
333 <para> 333 <para>
334 You can download the pre-built Linux kernel and the file image system from <ulink url='http://yoctoproject.org/downloads/yocto-0.9/'></ulink>. 334 You can download the pre-built Linux kernel and the file image system suitable for
335 running in the emulator QEMU from
336 <ulink url='http://yoctoproject.org/downloads/yocto-0.9/qemu'></ulink>.
337 Be sure to use the kernel and file image system that matches the architecture you want
338 to simulate.
339 </para>
340
341 <para>
335 The kernel and file image system have the following forms, respectively: 342 The kernel and file image system have the following forms, respectively:
336 </para> 343 </para>
337 344
338 <literallayout class='monospaced'> 345 <literallayout class='monospaced'>
339 *zImage*qemu*.bin 346 *zImage*qemu*.bin
340 poky-image-*-qemu*.ext2.bz2 347 yocto-image-*-qemu*.ext3.bz2
341 </literallayout> 348 </literallayout>
342 349
343 <para> 350 <para>