summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-03-20 05:37:49 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-25 12:29:44 +0000
commit52a45081807115ef6920d4b77ecf695c83a21caf (patch)
tree1f07b7cb09a579df0b3de685db466324e61be4aa
parente8c60977c6e3250d0454da51f350cadda94b5c0a (diff)
downloadpoky-52a45081807115ef6920d4b77ecf695c83a21caf.tar.gz
ref-manual: Edits to "Running Specific Tasks"
Paul Eggleton noted that the output to bitbake <target> -c listtasks was documented as going to a specific file only when in fact it also goes to the console. I updated the section to include that fact. (From yocto-docs rev: 0ed7da3f0fc21412c1045889f241a3d86587d16f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/ref-manual/usingpoky.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/ref-manual/usingpoky.xml b/documentation/ref-manual/usingpoky.xml
index 743db7c54d..5799b2b973 100644
--- a/documentation/ref-manual/usingpoky.xml
+++ b/documentation/ref-manual/usingpoky.xml
@@ -199,7 +199,8 @@
199 <literallayout class='monospaced'> 199 <literallayout class='monospaced'>
200 $ bitbake matchbox-desktop -c listtasks 200 $ bitbake matchbox-desktop -c listtasks
201 </literallayout> 201 </literallayout>
202 The results are in the file <filename>${WORKDIR}/temp/log.do_listtasks</filename>. 202 The results appear as output to the console and are also in the
203 file <filename>${WORKDIR}/temp/log.do_listtasks</filename>.
203 </para> 204 </para>
204 </section> 205 </section>
205 206