aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-04-17 06:32:44 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-19 16:25:01 +0100
commit15f128c3b40500c1faa5afc01e61c56cdcdc3a90 (patch)
tree7cb5664ab2ccf86eee1af779d09c9734e37299ff /documentation/dev-manual
parentbbc6c67d64b11b427ab5a18118f9673cc6fd271f (diff)
downloadopenembedded-core-contrib-15f128c3b40500c1faa5afc01e61c56cdcdc3a90.tar.gz
dev-manual: Edits to "Using the Error Reporting Tool"
Added Information about setting up your own server. Paul Eggleton provided the information. (From yocto-docs rev: 655bba9b91283dac502658dd72d866a7af4eacce) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 13882f2688..43ac532f84 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -7219,6 +7219,26 @@
</para>
<para>
+ A live instance of the error reporting server exists at
+ <ulink url='http://errors.yoctoproject.org'></ulink>.
+ This server exists so that when you want to get help with
+ build failures, you can submit all of the information on the
+ failure easily and then point to the URL in your bug report
+ or send an email to the mailing list.
+ <note>
+ If you send error reports to this server, the reports become
+ publicly visible.
+ </note>
+ </para>
+
+ <para>
+ If you want to set up your own error reporting server, you
+ can obtain the code from the Git repository at
+ <ulink url='http://git.yoctoproject.org/cgit/cgit.cgi/error-report-web/'></ulink>.
+ Instructions on how to set it up are in the README document.
+ </para>
+
+ <para>
By default, the error reporting tool is disabled.
You can enable it by inheriting the
<ulink url='&YOCTO_DOCS_REF_URL;#ref-classes-report-error'><filename>report-error</filename></ulink>