diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 37d4a3f3d4..c2e118bdfa 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -1334,7 +1334,7 @@ You can find log files for each task in the recipe's temp directory (e.g. poky/build/tmp/work/qemux86-poky-linux/foo/1.3.0-r0/temp). - Log files are named log.do<taskname> + Log files are named log.<taskname> (e.g. log.do_configure, log.do_fetch, and log.do_compile). @@ -1351,13 +1351,20 @@ You can also reference the following variables in the Yocto Project Reference Manual's glossary for more information: - The temporary directory - TMPDIR - The target architecture - MULTIMACH_TARGET_SYS - The recipe name - PN - The epoch - EXTENDPE - (if specified - blank for most recipes) - The recipe version - PV - The recipe revision - PR + TMPDIR: + The top-level build output directory + MULTIMACH_TARGET_SYS: + The target system identifier + PN: + The recipe name + EXTENDPE: + The epoch - (if specified through + PE, + then EXTENDPE is blank for most recipes) + PV: + The recipe version + PR: + The recipe revision