| Line 1: | Line 1: | ||
| - | 'Recompile MeeGo Kernel' | + | '''Recompile MeeGo Kernel''' |
| - | The first thing you need to do to recompile the MeeGo kernel is to download and unpack the MeeGo kernel package; | + | The first thing you'll need to do to recompile the MeeGo kernel is to download and unpack the MeeGo kernel package; |
<code> | <code> | ||
zypper si meego-linux-kernel-package | zypper si meego-linux-kernel-package | ||
| - | + | rpm2cpio *.rpm | cpio -id | |
| + | and spot the linux-2.6.35.tar.bz2 file and patch-2.6.35.3.bz2 (i think) in there. then, git clone | ||
git://gitorious.org/meego-os-base/kernel-source.git | git://gitorious.org/meego-os-base/kernel-source.git | ||
</code> | </code> | ||
Recompile MeeGo Kernel The first thing you'll need to do to recompile the MeeGo kernel is to download and unpack the MeeGo kernel package;
zypper si meego-linux-kernel-package
rpm2cpio *.rpm | cpio -id
and spot the linux-2.6.35.tar.bz2 file and patch-2.6.35.3.bz2 (i think) in there. then, git clone
git://gitorious.org/meego-os-base/kernel-source.git