summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/migration.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-04-07 07:53:04 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-08 14:20:15 +0100
commit4faffb075f584bfd6e2bcc9ccacb3b6b0ef7bdc2 (patch)
tree99d347ff234b0c61eb3c810c9f60de4ac07afab3 /documentation/ref-manual/migration.xml
parentb36f26da5f2afef522c799496dd0cc1f55ff636a (diff)
downloadpoky-4faffb075f584bfd6e2bcc9ccacb3b6b0ef7bdc2.tar.gz
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>
Diffstat (limited to 'documentation/ref-manual/migration.xml')
-rw-r--r--documentation/ref-manual/migration.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml
index 2f91e342f2..d987772058 100644
--- a/documentation/ref-manual/migration.xml
+++ b/documentation/ref-manual/migration.xml
@@ -1188,6 +1188,21 @@
1188 </para> 1188 </para>
1189 </section> 1189 </section>
1190 1190
1191 <section id='migration-1.6-bitbake-console-output'>
1192 <title>Console Output Error Redirection</title>
1193
1194 <para>
1195 The BitBake console UI will now output errors to
1196 <filename>stderr</filename> instead of
1197 <filename>stdout</filename>.
1198 Consequently, if you are piping or redirecting the output of
1199 <filename>bitbake</filename> to somewhere else, and you wish
1200 to retain the errors, you will need to add
1201 <filename>2>&amp;1</filename> (or something similar) to the
1202 end of your <filename>bitbake</filename> command line.
1203 </para>
1204 </section>
1205
1191 <section id='migration-1.6-task-taskname-overrides'> 1206 <section id='migration-1.6-task-taskname-overrides'>
1192 <title><filename>task-&lt;taskname&gt;</filename> Overrides</title> 1207 <title><filename>task-&lt;taskname&gt;</filename> Overrides</title>
1193 1208