summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-08-29 07:30:04 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-30 17:27:39 +0100
commitfdbc652b084a41097158a96e6720f16b6cae7d3a (patch)
tree8b92aad0e9b2a64300945957e0070547cb6a4455 /documentation
parent4a394120869a395d702761e8cab262e43eed0542 (diff)
downloadast2050-yocto-poky-fdbc652b084a41097158a96e6720f16b6cae7d3a.zip
ast2050-yocto-poky-fdbc652b084a41097158a96e6720f16b6cae7d3a.tar.gz
documentation/poky-ref-manual: Removed "spitz" machine example.
This machine is out of date. I replaced both occurences with "qemux86", which is more relevant to YP. (From yocto-docs rev: 8fe6feccc25f594a444b5177d1192899b3cbdd9c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/poky-ref-manual/ref-structure.xml3
-rw-r--r--documentation/poky-ref-manual/usingpoky.xml8
2 files changed, 6 insertions, 5 deletions
diff --git a/documentation/poky-ref-manual/ref-structure.xml b/documentation/poky-ref-manual/ref-structure.xml
index c1eea30..63659c8 100644
--- a/documentation/poky-ref-manual/ref-structure.xml
+++ b/documentation/poky-ref-manual/ref-structure.xml
@@ -454,7 +454,8 @@
<para>
This directory contains all the machine configuration files.
- If you set MACHINE="spitz", Yocto Project looks for a <filename>spitz.conf</filename> file in this
+ If you set <filename>MACHINE="qemux86"</filename>,
+ Yocto Project looks for a <filename>qemux86.conf</filename> file in this
directory.
The <filename>include</filename> directory contains various data common to multiple machines.
If you want to add support for a new machine to the Yocto Project, look in this directory.
diff --git a/documentation/poky-ref-manual/usingpoky.xml b/documentation/poky-ref-manual/usingpoky.xml
index 976f7f4..97fb558 100644
--- a/documentation/poky-ref-manual/usingpoky.xml
+++ b/documentation/poky-ref-manual/usingpoky.xml
@@ -247,11 +247,11 @@
<para>The log file for shell tasks is available in
<filename>${WORKDIR}/temp/log.do_taskname.pid</filename>.
- For example, the <filename>compile</filename> task of busybox 1.01 on the ARM spitz
- machine might be
- <filename>tmp/work/armv5te-poky-linux-gnueabi/busybox-1.01/temp/log.do_compile.1234</filename>.
+ For example, the <filename>compile</filename> task for the QEMU minimal image for the x86
+ machine (<filename>qemux86</filename>) might be
+ <filename>tmp/work/qemux86-poky-linux/core-image-minimal-1.0-r0/temp/log.do_compile.20830</filename>.
To see what BitBake runs to generate that log, look at the corresponding
- <filename>run.do_taskname.pid </filename> file located in the same directory.
+ <filename>run.do_taskname.pid</filename> file located in the same directory.
</para>
<para>
OpenPOWER on IntegriCloud