Meego Wiki
Views

Recompile kernel

From MeeGo wiki
(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
-
'''Recompile MeeGo Kernel'''
+
=Recompiling the MeeGo Kernel=
-
The first thing you'll 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. To get that package you can download it with wget like this;
<code>
<code>
-
zypper si meego-linux-kernel-package
+
wget http://repo.meego.com/MeeGo/releases/1.1/core/repos/source/kernel-2.6.35.3-10.3.src.rpm
 +
</code>
 +
Then unpack the rpm;
 +
<code>
rpm2cpio *.rpm | cpio -id
rpm2cpio *.rpm | cpio -id
and spot the linux-2.6.35.tar.bz2 file and patch-2.6.35.3.bz2   
and spot the linux-2.6.35.tar.bz2 file and patch-2.6.35.3.bz2   
git clone git://gitorious.org/meego-os-base/kernel-source.git
git clone git://gitorious.org/meego-os-base/kernel-source.git
</code>
</code>

Revision as of 16:51, 24 November 2010

Recompiling the MeeGo Kernel

The first thing you'll need to do to recompile the MeeGo kernel is to download and unpack the MeeGo kernel package. To get that package you can download it with wget like this;

wget http://repo.meego.com/MeeGo/releases/1.1/core/repos/source/kernel-2.6.35.3-10.3.src.rpm Then unpack the rpm; rpm2cpio *.rpm | cpio -id and spot the linux-2.6.35.tar.bz2 file and patch-2.6.35.3.bz2 git clone git://gitorious.org/meego-os-base/kernel-source.git

Personal tools