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>
This commit is contained in:
Scott Rifenbark 2014-03-20 05:37:49 -06:00 committed by Richard Purdie
parent e8c60977c6
commit 52a4508180
1 changed files with 2 additions and 1 deletions

View File

@ -199,7 +199,8 @@
<literallayout class='monospaced'>
$ bitbake matchbox-desktop -c listtasks
</literallayout>
The results are in the file <filename>${WORKDIR}/temp/log.do_listtasks</filename>.
The results appear as output to the console and are also in the
file <filename>${WORKDIR}/temp/log.do_listtasks</filename>.
</para>
</section>