summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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