Creating kernel-devel and kernel-header
Hey everyone, I'm trying to create a custom kernel for my Fedora 14 system.How do I get the kernel-devel and kernel-header for my custom kernel? Do I have to write a separate spec file for that?Are there any links that will help me with it? Anil Unnikrishnan.
On Thu, Dec 30, 2010 at 12:47 PM, Anil <unnikrishnan.anil@gmail.com> wrote:
Hey everyone,
I'm trying to create a custom kernel for my Fedora 14 system.How do I get the kernel-devel and kernel-header for my custom kernel? Do I have to write a separate spec file for that?Are there any links that will help me with it?
Following might help https://fedoraproject.org/wiki/Building_a_custom_kernel -- Regards, Neependra www.neependra.net
_______________________________________ From: kernelnewbies-bounces@kernelnewbies.org [kernelnewbies-bounces@kernelnewbies.org] On Behalf Of Anil [unnikrishnan.anil@gmail.com] Sent: Thursday, December 30, 2010 12:47 PM To: kernelnewbies@kernelnewbies.org Subject: Creating kernel-devel and kernel-header Hey everyone,
I'm trying to create a custom kernel for my Fedora 14 system.How do I get the kernel-devel and kernel-header for my custom kernel? Do I have to write a separate spec file for that?Are there any links that will help me with it?
Just invoke the following command and you should be ok. sudo yum install kernel-devel kernel-headers Anil Unnikrishnan. ______________________________________________________________________ The contents of this e-mail and any attachment(s) may contain confidential or privileged information for the intended recipient(s). Unintended recipients are prohibited from taking action on the basis of information in this e-mail and using or disseminating the information, and must notify the sender and delete it from their system. L&T Infotech will not accept responsibility or liability for the accuracy or completeness of, or the presence of any virus or disabling code in this e-mail" ______________________________________________________________________
_______________________________________ From: Smital Desai Sent: Thursday, December 30, 2010 8:55 PM To: Anil; kernelnewbies@kernelnewbies.org Subject: RE: Creating kernel-devel and kernel-header _______________________________________ From: kernelnewbies-bounces@kernelnewbies.org [kernelnewbies-bounces@kernelnewbies.org] On Behalf Of Anil [unnikrishnan.anil@gmail.com] Sent: Thursday, December 30, 2010 12:47 PM To: kernelnewbies@kernelnewbies.org Subject: Creating kernel-devel and kernel-header Hey everyone,
I'm trying to create a custom kernel for my Fedora 14 system.How do I get the kernel-devel and kernel-header for my custom kernel? Do I have to write a separate spec file for that?Are there any links that will help me with it?
Just invoke the following command and you should be ok. sudo yum install kernel-devel kernel-headers
Above command installs the devel and headers for latest kernel which may not be the case so Better command would be sudo yum install kernel-devel-$(uname -r) sudo yum install kernel-header-$(uname -r) Anil Unnikrishnan. ______________________________________________________________________ The contents of this e-mail and any attachment(s) may contain confidential or privileged information for the intended recipient(s). Unintended recipients are prohibited from taking action on the basis of information in this e-mail and using or disseminating the information, and must notify the sender and delete it from their system. L&T Infotech will not accept responsibility or liability for the accuracy or completeness of, or the presence of any virus or disabling code in this e-mail" ______________________________________________________________________
participants (3)
-
Anil -
neependra.khare@gmail.com -
Smital Desai