diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-08-12 14:34:02 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-18 23:50:47 +0100 |
commit | b249c8d2d5f728a4713685ddc7ef2a66fd931d0e (patch) | |
tree | 8c541097c88b1e4a255164a57f3ae83c63a6f865 /documentation/ref-manual/usingpoky.xml | |
parent | feda248d593521726533796ad9c3e0e98cca47de (diff) | |
download | poky-b249c8d2d5f728a4713685ddc7ef2a66fd931d0e.tar.gz |
ref-manual: Removed the "pid" stuff from viewing failed tasks
Fixes [YOCTO #10132]
My attempt to be complete on the filenames that have a "pid"
portion were not correct. I have removed them from the first
paragraph.
(From yocto-docs rev: 8261b93b39df9abc9f9d6ccb4c00dc11330ad516)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/usingpoky.xml')
-rw-r--r-- | documentation/ref-manual/usingpoky.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/ref-manual/usingpoky.xml b/documentation/ref-manual/usingpoky.xml index 5fac2b2b40..ecc2ea3653 100644 --- a/documentation/ref-manual/usingpoky.xml +++ b/documentation/ref-manual/usingpoky.xml | |||
@@ -168,16 +168,16 @@ | |||
168 | 168 | ||
169 | <para> | 169 | <para> |
170 | You can find the log for a task in the file | 170 | You can find the log for a task in the file |
171 | <filename>${WORKDIR}/temp/log.do_</filename><replaceable>taskname</replaceable><filename>.</filename><replaceable>pid</replaceable>. | 171 | <filename>${</filename><link linkend='var-WORKDIR'><filename>WORKDIR</filename></link><filename>}/temp/log.do_</filename><replaceable>taskname</replaceable>. |
172 | For example, the log for the | 172 | For example, the log for the |
173 | <link linkend='ref-tasks-compile'><filename>do_compile</filename></link> | 173 | <link linkend='ref-tasks-compile'><filename>do_compile</filename></link> |
174 | task of the QEMU minimal image for the x86 machine | 174 | task of the QEMU minimal image for the x86 machine |
175 | (<filename>qemux86</filename>) might be in | 175 | (<filename>qemux86</filename>) might be in |
176 | <filename>tmp/work/qemux86-poky-linux/core-image-minimal/1.0-r0/temp/log.do_compile.</filename><replaceable>pid</replaceable>. | 176 | <filename>tmp/work/qemux86-poky-linux/core-image-minimal/1.0-r0/temp/log.do_compile</filename>. |
177 | To see the commands | 177 | To see the commands |
178 | <ulink url='&YOCTO_DOCS_DEV_URL;#bitbake-term'>BitBake</ulink> ran | 178 | <ulink url='&YOCTO_DOCS_DEV_URL;#bitbake-term'>BitBake</ulink> ran |
179 | to generate a log, look at the corresponding | 179 | to generate a log, look at the corresponding |
180 | <filename>run.do_</filename><replaceable>taskname</replaceable><filename>.</filename><replaceable>pid</replaceable> | 180 | <filename>run.do_</filename><replaceable>taskname</replaceable> |
181 | file in the same directory. | 181 | file in the same directory. |
182 | </para> | 182 | </para> |
183 | 183 | ||