Please note that User Registration has been temporarily disabled due to a recent increase in automated registrations. If anyone needs an account, please request one here: RequestAccount. Thanks for your patience!
Difference between revisions of "Tinderbox"
From Openembedded.org
(New page: '''Q: Using [http://opensource.bolloretelecom.eu/projects/oestats/wiki/oestats oestats] for your builds''' For your builder to send reports to our [http://tinderbox.openembedded.net QA se...) |
m |
||
| Line 1: | Line 1: | ||
'''Q: Using [http://opensource.bolloretelecom.eu/projects/oestats/wiki/oestats oestats] for your builds''' | '''Q: Using [http://opensource.bolloretelecom.eu/projects/oestats/wiki/oestats oestats] for your builds''' | ||
| − | For your builder to send reports to our [http://tinderbox.openembedded.net QA server], you need to edit your build/conf/local.conf to make use of the oestats-client.bbclass class. | + | A: For your builder to send reports to our [http://tinderbox.openembedded.net QA server], you need to edit your build/conf/local.conf to make use of the oestats-client.bbclass class. |
| − | INHERITS += "oestats-client" | + | INHERITS += "oestats-client" |
| − | OESTATS_SERVER = "tinderbox.openembedded.net" | + | OESTATS_SERVER = "tinderbox.openembedded.net" |
| − | OESTATS_BUILDER = "your_nickname" | + | OESTATS_BUILDER = "your_nickname" |
[[Category:FAQ]] | [[Category:FAQ]] | ||
Revision as of 23:10, 3 August 2008
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"