]> code.ossystems Code Review - openembedded-core.git/commitdiff
Poky Reference Manual: Task wording made consistent
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Thu, 11 Nov 2010 21:44:17 +0000 (13:44 -0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Mon, 15 Nov 2010 22:25:26 +0000 (22:25 +0000)
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>
documentation/poky-ref-manual/usingpoky.xml

index fa08699129cb81a6ddc8c5db0e9ce91e9772420a..79e9dfbf9cb4da742c6b3784100fdf36a12c7329 100644 (file)
         <title>Task Failures</title>
 
         <para>The log file for shell tasks is available in <filename>${WORKDIR}/temp/log.do_taskname.pid</filename>. 
-            For example, the compile task of busybox 1.01 on the ARM spitz machine might be 
+            For example, the "compile" task of busybox 1.01 on the ARM spitz machine might be 
             <filename>tmp/work/armv5te-poky-linux-gnueabi/busybox-1.01/temp/log.do_compile.1234</filename>.
             To see what bitbake runs to generate that log, look at the corresponding 
             <filename>run.do_taskname.pid </filename> file located in the same directory.
         <para>
             This sequence first builds <filename>matchbox-desktop</filename> and then recompiles it.
             The last command reruns all tasks, basically the packaging tasks, after the compile.
-            Bitbake recognizes that the compile task was rerun and therefore understands that the other
+            Bitbake recognizes that the "compile" task was rerun and therefore understands that the other
             tasks also need to be run again.
         </para>
 
         <para>
-            You can view a list of tasks in a given package by running the listtasks task.
+            You can view a list of tasks in a given package by running the "listtasks" task.
             For example:
             <literallayout class='monospaced'>
      $ bitbake matchbox-desktop -c