From b249c8d2d5f728a4713685ddc7ef2a66fd931d0e Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 12 Aug 2016 14:34:02 -0700 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- documentation/ref-manual/usingpoky.xml | 6 +++--- 1 file 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 @@ You can find the log for a task in the file - ${WORKDIR}/temp/log.do_taskname.pid. + ${WORKDIR}/temp/log.do_taskname. For example, the log for the do_compile task of the QEMU minimal image for the x86 machine (qemux86) might be in - tmp/work/qemux86-poky-linux/core-image-minimal/1.0-r0/temp/log.do_compile.pid. + tmp/work/qemux86-poky-linux/core-image-minimal/1.0-r0/temp/log.do_compile. To see the commands BitBake ran to generate a log, look at the corresponding - run.do_taskname.pid + run.do_taskname file in the same directory.