On Tue, Jan 19, 2010 at 06:53:19AM -0500, Robert P. J. Day wrote: > On Tue, 19 Jan 2010, John Willis wrote: > > > As for TinderBox, I did include some links in an earlier mail > > > > "I think Phil (or someone else) suggest you consider contributing your build > > logs to OESTATS/TinderBox > > (http://wiki.openembedded.net/index.php/How_do_I_send_automatic_success_and_ > > failure_reports) at least with that setup you leave a reference the failing > > logs in bug reports/mails so people can have a look into all the gory > > details :)." > > > > It only takes a few minor changes to your local.conf and all your build logs > > and build status are automatically uploaded to the server. This makes > > diagnosing build issues/collective debugging etc. that little bit easier as > > anyone can go to http://tinderbox.openembedded.org/builders/<your_nick> and > > see what your builds and failures and dig into the logs. If you worried > > about personal info. being uploaded then check into oestats-client.bbclass > > to see what is happening under the hood. > > > > To prove a point this is a link to the failed mplayer build I did yesterday > > (http://tinderbox.openembedded.org/packages/431300/). > > thanks, i'll dig into this after today. for now, i'll just drop the > SRCREV on mplayer to get a working build and watch the logs.
The above explanation and the linked instructions are very detailed and helpful. If you use Angstrom though, oestats/tinderbox is already enabled, so you just need to set some vars to use it. Add the following lines to your local.conf file: INHERIT += "oestats-client" OESTATS_SERVER = "tinderbox.openembedded.org" OESTATS_BUILDER = "<your_nick>" -- Denys _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
