From 3528ab37608dc9e0854427f9747bd46d044734a8 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 14 Jan 2014 06:57:41 -0600 Subject: dev-manual: Review edits to "Writing a New Recipe" section. Final review comments from Paul Eggleton implemented here. This should be it for the new section. (From yocto-docs rev: 5307b471c73f46103e0a031172df3174c1880806) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../dev-manual/dev-manual-common-tasks.xml | 23 ++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml') 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 -- cgit v1.2.3-54-g00ecf