KernelMaintenance

Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2012-12-19 10:59:31
Size: 252
Editor: 80
Comment:
Revision 4 as of 2012-12-19 12:38:42
Size: 613
Editor: 80
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
The plan for maintaining kernels 12.04 and 12.10 is to do keep the source for them at github, and have apw at UTK pull from there. The plan for maintaining kernels 12.04 and 12.10 is to keep the source at github, and have apw at UTK pull from there.
Line 5: Line 5:
 * workflow for keeping multiple kernels in the same tree
 *
The plan for 13.04 is to use a PPA at launchpad (owned by ubuntustudio-kernel team)

== Maintain multiple releases using Linus tree as reference ==

Get Linus tree from git.kernel.org
{{{
git clone --bare git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git linux-linus.git
}}}

Create release tree using linus tree as reference
{{{
git clone --reference linux-linus.git <ubuntu-release-lowlatency git tree>
}}}

Howto for maintaining the linux-lowlatency kernel.

The plan for maintaining kernels 12.04 and 12.10 is to keep the source at github, and have apw at UTK pull from there.

The plan for 13.04 is to use a PPA at launchpad (owned by ubuntustudio-kernel team)

Maintain multiple releases using Linus tree as reference

Get Linus tree from git.kernel.org

git clone --bare git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git linux-linus.git

Create release tree using linus tree as reference

git clone --reference linux-linus.git <ubuntu-release-lowlatency git tree>

UbuntuStudio/KernelMaintenance (last edited 2013-07-29 12:43:45 by 212)