mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
feda248d59
commit
b249c8d2d5
@@ -168,16 +168,16 @@
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
You can find the log for a task in the file
|
You can find the log for a task in the file
|
||||||
<filename>${WORKDIR}/temp/log.do_</filename><replaceable>taskname</replaceable><filename>.</filename><replaceable>pid</replaceable>.
|
<filename>${</filename><link linkend='var-WORKDIR'><filename>WORKDIR</filename></link><filename>}/temp/log.do_</filename><replaceable>taskname</replaceable>.
|
||||||
For example, the log for the
|
For example, the log for the
|
||||||
<link linkend='ref-tasks-compile'><filename>do_compile</filename></link>
|
<link linkend='ref-tasks-compile'><filename>do_compile</filename></link>
|
||||||
task of the QEMU minimal image for the x86 machine
|
task of the QEMU minimal image for the x86 machine
|
||||||
(<filename>qemux86</filename>) might be in
|
(<filename>qemux86</filename>) might be in
|
||||||
<filename>tmp/work/qemux86-poky-linux/core-image-minimal/1.0-r0/temp/log.do_compile.</filename><replaceable>pid</replaceable>.
|
<filename>tmp/work/qemux86-poky-linux/core-image-minimal/1.0-r0/temp/log.do_compile</filename>.
|
||||||
To see the commands
|
To see the commands
|
||||||
<ulink url='&YOCTO_DOCS_DEV_URL;#bitbake-term'>BitBake</ulink> ran
|
<ulink url='&YOCTO_DOCS_DEV_URL;#bitbake-term'>BitBake</ulink> ran
|
||||||
to generate a log, look at the corresponding
|
to generate a log, look at the corresponding
|
||||||
<filename>run.do_</filename><replaceable>taskname</replaceable><filename>.</filename><replaceable>pid</replaceable>
|
<filename>run.do_</filename><replaceable>taskname</replaceable>
|
||||||
file in the same directory.
|
file in the same directory.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user