Meego Wiki
Views

Recompile kernel

From MeeGo wiki
(Difference between revisions)
Jump to: navigation, search
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
-
grab the src.rpm, 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  
+
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>

Revision as of 16:20, 24 November 2010

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

Personal tools