From 936b8180e3615251b2bd2c99cb23e969222dd3bb 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: ce4f72644e9da987adb3873c91c14a8e5e8df555) 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/ref-manual/ref-classes.xml') diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index a5a906d5ac..965302f778 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.2.3-54-g00ecf