Difference between revisions of "Tinderbox"

From Openembedded.org
Jump to: navigation, search
m
Line 1: Line 1:
'''Q: Using [http://opensource.bolloretelecom.eu/projects/oestats/wiki/oestats oestats] for your builds'''
+
Using [http://opensource.bolloretelecom.eu/projects/oestats/wiki/oestats oestats] for your builds.
  
A: For your builder to send reports to our [http://tinderbox.openembedded.org QA server], you need to edit your build/conf/local.conf to make use of the oestats-client.bbclass class.
+
For your builder to send reports to our [http://tinderbox.openembedded.org QA server], you need to edit your build/conf/local.conf to make use of the oestats-client.bbclass class.
  
 
  INHERIT += "oestats-client"  
 
  INHERIT += "oestats-client"  

Revision as of 15:15, 30 August 2010

Using oestats for your builds.

For your builder to send reports to our QA server, you need to edit your build/conf/local.conf to make use of the oestats-client.bbclass class.

INHERIT += "oestats-client" 
OESTATS_SERVER = "tinderbox.openembedded.org" 
OESTATS_BUILDER = "your_nickname"