On Wed, 2009-03-11 at 05:08 -0700, Stylianou, Costas wrote: > Hi, > > Can someone tell me where I can find sources (not headers) for kernel > 2.6.24-19-lpia?
You can use apt to download the sources for the package on a debian based system, or yum to do the same thing on an rpm based system. $ man apt $ man yum Also... will still have the moblin v1 kernel trees online. I don't think any OSV's used exactly this same tree, but they at least started with our patches You can browse the source at: http://git.moblin.org/cgit.cgi/deprecated/kernel-mid-2.6.24/ The most interesting part are the patches at: http://git.moblin.org/cgit.cgi/deprecated/kernel-mid-2.6.24/tree/debian/patches You can clone the tree using: $ git clone git://git.moblin.org/deprecated/kernel-mid-2.6.24 NOTE: If you are inside a network that doesn't allow direct access to the git:// protocol port, like inside Intel, then you must teach your machine how to use a proxy (like a socks5 proxy.) But... the only thing interesting about the tree are the patches. Other then that its really just a vanilla clone of Linus' tree with a debian directory. --rusty _______________________________________________ Moblin dev Mailing List [email protected] To manage or unsubscribe from this mailing list visit: https://lists.moblin.org/mailman/listinfo/dev or your user account on http://moblin.org once logged in. For more information on the Moblin Developer Mailing lists visit: http://moblin.org/community/mailing-lists
