Comment 15 for bug 1234662

Revision history for this message
James Dingwall (a-james-launchpad) wrote :

We make our kernel tree with:

git clone -n git://kernel.ubuntu.com/ubuntu/ubuntu-precise.git
cd ubuntu-precise
git remote add linux-stable git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
git fetch linux-stable
git checkout -b our-build Ubuntu-lts-3.8.0-13.22
git cherry-pick 7b2b160da7661bb2ade3f924b1bd3e3084e53341

I assume the LTS is in the tag because it is the tag for the 3.8.0 kernel available in Precise. I also preped a tree with the Ubuntu-lts-3.8.0-32.47 tag and that accepted the cherry-pick cleanly too.