summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-12-09 07:07:42 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-11 14:19:28 +0000
commit644fdc41557f487c671e438f3d8574087b47ec29 (patch)
treef4768cc90ba85696b4876b546d73d5946490c33a /documentation
parent55a505805993a2d37a4a448bacf2d90d3fc03169 (diff)
downloadast2050-yocto-poky-644fdc41557f487c671e438f3d8574087b47ec29.zip
ast2050-yocto-poky-644fdc41557f487c671e438f3d8574087b47ec29.tar.gz
ref-manual: Edits to bugzilla and deploy class.
Fixed a link in the deploy class. Re-wrote the bugzilla class to be clearer. (From yocto-docs rev: 4bb975a0e12c9d38e941f1cf913c042498f06976) 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/ref-manual/ref-classes.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index a5a906d..965302f 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -291,11 +291,11 @@
<title><filename>bugzilla.bbclass</filename></title>
<para>
- The <filename>bugzilla</filename> class automatically files bug reports
- to a Bugzilla instance in response to build failures.
- This class uses Bugzilla's XML-RPC interface.
- Consequently, you need to enable the class in the instance of Bugzilla
- within which you wish to file reports.
+ The <filename>bugzilla</filename> class supports setting up an
+ instance of Bugzilla in which you can automatically files bug reports
+ in response to build failures.
+ For this class to work, you need to enable the XML-RPC interface in
+ the instance of Bugzilla.
</para>
</section>
@@ -529,7 +529,7 @@
Recipes that inherit this class should define their own
<filename>do_deploy</filename> function to copy the files to be
deployed to
- <link linkend='var-DEPLOY_DIR'><filename>DEPLOYDIR</filename></link>,
+ <link linkend='var-DEPLOYDIR'><filename>DEPLOYDIR</filename></link>,
and use <filename>addtask</filename> to add the task at the appropriate
place, which is usually after <filename>do_compile</filename> or
<filename>do_install</filename>.
OpenPOWER on IntegriCloud