aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2014-04-22 16:42:25 -0700
committerSaul Wold <sgw@linux.intel.com>2014-05-23 09:09:39 -0700
commitcfb4539b932e9f6c686206840e0cd60d0af86adb (patch)
tree7688e85d06c29a425adcfcce42d01f3b92d3ad03 /meta/classes
parent7966f087d05dab9b64daaa8b7564f2c9e86d0ab9 (diff)
downloadopenembedded-core-cfb4539b932e9f6c686206840e0cd60d0af86adb.tar.gz
report-error: Add posting in the public note
(From OE-Core rev: c2eb5cd1aa4632f7ee8c261414e599dcb6f40a8b) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r--meta/classes/report-error.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/report-error.bbclass b/meta/classes/report-error.bbclass
index 479b38deb0..15adc97b52 100644
--- a/meta/classes/report-error.bbclass
+++ b/meta/classes/report-error.bbclass
@@ -60,6 +60,7 @@ python errorreport_handler () {
filename = "error_report_" + e.data.getVar("BUILDNAME")+".txt"
datafile = errorreport_savedata(e, jsondata, filename)
bb.note("The errors of this build are stored in: %s. You can send the errors to an upstream server by running: send-error-report %s [server]" % (datafile, datafile))
+ bb.note("The contents of these logs will be posted in public if you use the above script. Please ensure you remove any identifying or propriety information before sending.")
}
addhandler errorreport_handler