From 4faffb075f584bfd6e2bcc9ccacb3b6b0ef7bdc2 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 7 Apr 2014 07:53:04 -0700 Subject: ref-manual: Added new migration section on BB console output. (From yocto-docs rev: cb4802ac533fe5344bd67494355b43b9b1f6f51d) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/migration.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'documentation/ref-manual') 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 -- cgit v1.2.3-54-g00ecf