summaryrefslogtreecommitdiffstats
path: root/documentation
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:24:45 +0100
commit3f7bfb38a228ecff631d2af51e59e3ebae62a33b (patch)
tree4ca3232b1016251a1841f5ce206c9538ff6007c7 /documentation
parent5b09536d38400901f34f4e56a7e01fb897b2e5d6 (diff)
downloadpoky-3f7bfb38a228ecff631d2af51e59e3ebae62a33b.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')
-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 @@
7219 </para> 7219 </para>
7220 7220
7221 <para> 7221 <para>
7222 A live instance of the error reporting server exists at
7223 <ulink url='http://errors.yoctoproject.org'></ulink>.
7224 This server exists so that when you want to get help with
7225 build failures, you can submit all of the information on the
7226 failure easily and then point to the URL in your bug report
7227 or send an email to the mailing list.
7228 <note>
7229 If you send error reports to this server, the reports become
7230 publicly visible.
7231 </note>
7232 </para>
7233
7234 <para>
7235 If you want to set up your own error reporting server, you
7236 can obtain the code from the Git repository at
7237 <ulink url='http://git.yoctoproject.org/cgit/cgit.cgi/error-report-web/'></ulink>.
7238 Instructions on how to set it up are in the README document.
7239 </para>
7240
7241 <para>
7222 By default, the error reporting tool is disabled. 7242 By default, the error reporting tool is disabled.
7223 You can enable it by inheriting the 7243 You can enable it by inheriting the
7224 <ulink url='&YOCTO_DOCS_REF_URL;#ref-classes-report-error'><filename>report-error</filename></ulink> 7244 <ulink url='&YOCTO_DOCS_REF_URL;#ref-classes-report-error'><filename>report-error</filename></ulink>