From 644fdc41557f487c671e438f3d8574087b47ec29 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 9 Dec 2013 07:07:42 -0600 Subject: 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 Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'documentation') 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 @@ <filename>bugzilla.bbclass</filename> - The bugzilla 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 bugzilla 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. @@ -529,7 +529,7 @@ Recipes that inherit this class should define their own do_deploy function to copy the files to be deployed to - DEPLOYDIR, + DEPLOYDIR, and use addtask to add the task at the appropriate place, which is usually after do_compile or do_install. -- cgit v1.1