1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 01:19:52 +00:00

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>
This commit is contained in:
Scott Rifenbark
2013-12-09 07:07:42 -06:00
committed by Richard Purdie
parent 55a5058059
commit 644fdc4155
+6 -6
View File
@@ -291,11 +291,11 @@
<title><filename>bugzilla.bbclass</filename></title> <title><filename>bugzilla.bbclass</filename></title>
<para> <para>
The <filename>bugzilla</filename> class automatically files bug reports The <filename>bugzilla</filename> class supports setting up an
to a Bugzilla instance in response to build failures. instance of Bugzilla in which you can automatically files bug reports
This class uses Bugzilla's XML-RPC interface. in response to build failures.
Consequently, you need to enable the class in the instance of Bugzilla For this class to work, you need to enable the XML-RPC interface in
within which you wish to file reports. the instance of Bugzilla.
</para> </para>
</section> </section>
@@ -529,7 +529,7 @@
Recipes that inherit this class should define their own Recipes that inherit this class should define their own
<filename>do_deploy</filename> function to copy the files to be <filename>do_deploy</filename> function to copy the files to be
deployed to 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 and use <filename>addtask</filename> to add the task at the appropriate
place, which is usually after <filename>do_compile</filename> or place, which is usually after <filename>do_compile</filename> or
<filename>do_install</filename>. <filename>do_install</filename>.