ref-manual: Added new migration section on BB console output.

(From yocto-docs rev: cb4802ac533fe5344bd67494355b43b9b1f6f51d)

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-04-07 07:53:04 -07:00 committed by Richard Purdie
parent b36f26da5f
commit 4faffb075f
1 changed files with 15 additions and 0 deletions

View File

@ -1188,6 +1188,21 @@
</para>
</section>
<section id='migration-1.6-bitbake-console-output'>
<title>Console Output Error Redirection</title>
<para>
The BitBake console UI will now output errors to
<filename>stderr</filename> instead of
<filename>stdout</filename>.
Consequently, if you are piping or redirecting the output of
<filename>bitbake</filename> to somewhere else, and you wish
to retain the errors, you will need to add
<filename>2>&amp;1</filename> (or something similar) to the
end of your <filename>bitbake</filename> command line.
</para>
</section>
<section id='migration-1.6-task-taskname-overrides'>
<title><filename>task-&lt;taskname&gt;</filename> Overrides</title>