Tinderbox

From Openembedded.org
Revision as of 23:10, 3 August 2008 by Laibsch (talk | contribs)
Jump to: navigation, search

Q: Using oestats for your builds

A: 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.

INHERITS += "oestats-client" 
OESTATS_SERVER = "tinderbox.openembedded.net" 
OESTATS_BUILDER = "your_nickname"