mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
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:
committed by
Richard Purdie
parent
b36f26da5f
commit
4faffb075f
@@ -1188,6 +1188,21 @@
|
|||||||
</para>
|
</para>
|
||||||
</section>
|
</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>&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'>
|
<section id='migration-1.6-task-taskname-overrides'>
|
||||||
<title><filename>task-<taskname></filename> Overrides</title>
|
<title><filename>task-<taskname></filename> Overrides</title>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user