diff options
-rw-r--r-- | documentation/poky-ref-manual/ref-structure.xml | 3 | ||||
-rw-r--r-- | documentation/poky-ref-manual/usingpoky.xml | 8 |
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 c1eea3075f..63659c8cbf 100644 --- a/documentation/poky-ref-manual/ref-structure.xml +++ b/documentation/poky-ref-manual/ref-structure.xml | |||
@@ -454,7 +454,8 @@ | |||
454 | 454 | ||
455 | <para> | 455 | <para> |
456 | This directory contains all the machine configuration files. | 456 | This directory contains all the machine configuration files. |
457 | If you set MACHINE="spitz", Yocto Project looks for a <filename>spitz.conf</filename> file in this | 457 | If you set <filename>MACHINE="qemux86"</filename>, |
458 | Yocto Project looks for a <filename>qemux86.conf</filename> file in this | ||
458 | directory. | 459 | directory. |
459 | The <filename>include</filename> directory contains various data common to multiple machines. | 460 | The <filename>include</filename> directory contains various data common to multiple machines. |
460 | If you want to add support for a new machine to the Yocto Project, look in this directory. | 461 | 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 976f7f4c11..97fb558432 100644 --- a/documentation/poky-ref-manual/usingpoky.xml +++ b/documentation/poky-ref-manual/usingpoky.xml | |||
@@ -247,11 +247,11 @@ | |||
247 | 247 | ||
248 | <para>The log file for shell tasks is available in | 248 | <para>The log file for shell tasks is available in |
249 | <filename>${WORKDIR}/temp/log.do_taskname.pid</filename>. | 249 | <filename>${WORKDIR}/temp/log.do_taskname.pid</filename>. |
250 | For example, the <filename>compile</filename> task of busybox 1.01 on the ARM spitz | 250 | For example, the <filename>compile</filename> task for the QEMU minimal image for the x86 |
251 | machine might be | 251 | machine (<filename>qemux86</filename>) might be |
252 | <filename>tmp/work/armv5te-poky-linux-gnueabi/busybox-1.01/temp/log.do_compile.1234</filename>. | 252 | <filename>tmp/work/qemux86-poky-linux/core-image-minimal-1.0-r0/temp/log.do_compile.20830</filename>. |
253 | To see what BitBake runs to generate that log, look at the corresponding | 253 | To see what BitBake runs to generate that log, look at the corresponding |
254 | <filename>run.do_taskname.pid </filename> file located in the same directory. | 254 | <filename>run.do_taskname.pid</filename> file located in the same directory. |
255 | </para> | 255 | </para> |
256 | 256 | ||
257 | <para> | 257 | <para> |