Compiling realtime kernel from RHEL 6 MRG sources on CentOS 6
- by Sashka B
I'm trying to compile kernel-rt-2.6.33.9-rt31.75.el6rt.src.rpm from RHEL6 MRG source RPMs on Centos 6 x86_64 system.
It's first time I'm doing this, so I did research on how to do this properly. From what I found, I did:
rpm -ihv kernel-rt-2.6.33.9-rt31.75.el6rt.src.rpm
cd ~/rpmbuild/SPECS
nano kernel-rt.spec
rpmbuild -bb kernel-rt.spec 2>…