summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/usingpoky.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2010-11-11 13:44:17 -0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-11-15 22:25:26 +0000
commit444597f44edb0dcaf048c115997e10b31fc13222 (patch)
tree12acd199ebed76d17522589c944e22a6ea1cc8db /documentation/poky-ref-manual/usingpoky.xml
parent8914519565567d0f31bc60f6b16b61e5be95ba74 (diff)
downloadpoky-444597f44edb0dcaf048c115997e10b31fc13222.tar.gz
Poky Reference Manual: Task wording made consistent
I am using "xxxxxx" task as the way to call out a specific task in the text. Previously a mix of <function>xxxxxx</function> and the "xxxxxx" methods were being used. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'documentation/poky-ref-manual/usingpoky.xml')
-rw-r--r--documentation/poky-ref-manual/usingpoky.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/poky-ref-manual/usingpoky.xml b/documentation/poky-ref-manual/usingpoky.xml
index fa08699129..79e9dfbf9c 100644
--- a/documentation/poky-ref-manual/usingpoky.xml
+++ b/documentation/poky-ref-manual/usingpoky.xml
@@ -195,7 +195,7 @@
195 <title>Task Failures</title> 195 <title>Task Failures</title>
196 196
197 <para>The log file for shell tasks is available in <filename>${WORKDIR}/temp/log.do_taskname.pid</filename>. 197 <para>The log file for shell tasks is available in <filename>${WORKDIR}/temp/log.do_taskname.pid</filename>.
198 For example, the compile task of busybox 1.01 on the ARM spitz machine might be 198 For example, the "compile" task of busybox 1.01 on the ARM spitz machine might be
199 <filename>tmp/work/armv5te-poky-linux-gnueabi/busybox-1.01/temp/log.do_compile.1234</filename>. 199 <filename>tmp/work/armv5te-poky-linux-gnueabi/busybox-1.01/temp/log.do_compile.1234</filename>.
200 To see what bitbake runs to generate that log, look at the corresponding 200 To see what bitbake runs to generate that log, look at the corresponding
201 <filename>run.do_taskname.pid </filename> file located in the same directory. 201 <filename>run.do_taskname.pid </filename> file located in the same directory.
@@ -241,12 +241,12 @@
241 <para> 241 <para>
242 This sequence first builds <filename>matchbox-desktop</filename> and then recompiles it. 242 This sequence first builds <filename>matchbox-desktop</filename> and then recompiles it.
243 The last command reruns all tasks, basically the packaging tasks, after the compile. 243 The last command reruns all tasks, basically the packaging tasks, after the compile.
244 Bitbake recognizes that the compile task was rerun and therefore understands that the other 244 Bitbake recognizes that the "compile" task was rerun and therefore understands that the other
245 tasks also need to be run again. 245 tasks also need to be run again.
246 </para> 246 </para>
247 247
248 <para> 248 <para>
249 You can view a list of tasks in a given package by running the listtasks task. 249 You can view a list of tasks in a given package by running the "listtasks" task.
250 For example: 250 For example:
251 <literallayout class='monospaced'> 251 <literallayout class='monospaced'>
252 $ bitbake matchbox-desktop -c 252 $ bitbake matchbox-desktop -c