[Kerncomp-cvs] www index.html,1.2,1.3
Brought to you by:
delsarto,
dswatgelato
From: Ian W. <del...@us...> - 2005-05-20 00:36:29
|
Update of /cvsroot/kerncomp/www In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30822 Modified Files: index.html Log Message: update with new links Index: index.html =================================================================== RCS file: /cvsroot/kerncomp/www/index.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** index.html 10 May 2005 00:38:59 -0000 1.2 --- index.html 20 May 2005 00:36:11 -0000 1.3 *************** *** 54,57 **** --- 54,90 ---- Hewlett-Packard are generous supporters of Gelato@UNSW.</p> </dd> + + <dt>Kernel Cross Compile Tests</dt> + + <dd>Jan Dittmer runs a <a href="http://l4x.org/k">comprehensive kernel + cross compile</a> which automatically builds the latest releases on 23 + platforms.</p> + + <p>It features + <ul> + <li>Cross compile of all architectures</li> + <li>Building of different configs</li> + <li>Innovative web interface</li> + </ul> + </p> + + <p>Jan is working to make his scripts publicly available soon.</p> + + </dd> + + <dt>kautobuild</dt> + + <dd>The <a href="http://armlinux.simtec.co.uk/kautobuild/">ARM Linux + kautobuild</a> builds and reports on builds for the ARM platform. The + code does not appear to be currently available.</dd> + + <dt>Michael Still's Scripts</dt> + + <dd>Michael Still has a range of <a + href="http://www.stillhq.com/linux/automated/">automated kernel build + scripts. He uses a modular architecture where you create scripts that + operate on clean kernel trees which are run against source trees you + are interested in.</dd> + </dl> *************** *** 67,71 **** <h2>Wishlist</h2> ! <p>Here is a small wishlist of kernel autocompile and regression testing</p> <ul> --- 100,104 ---- <h2>Wishlist</h2> ! <p>Here is a small wish list of kernel autocompile and regression testing</p> <ul> |