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 @@ +
+ Console Output Error Redirection + + + The BitBake console UI will now output errors to + stderr instead of + stdout. + Consequently, if you are piping or redirecting the output of + bitbake to somewhere else, and you wish + to retain the errors, you will need to add + 2>&1 (or something similar) to the + end of your bitbake command line. + +
+
<filename>task-<taskname></filename> Overrides