When I install kernel-devel on either F14 or F15, the arch/s390/kernel subdirectory doesn¹t have the kernel source code like entry.S, head64.S etc.
From the description the RPM is only for building modules against the kernel
headers etc. Is there an RPM kernel-src or similar? Or is it just grab from git?
Neale
Neale Ferguson píše v Út 16. 08. 2011 v 15:41 -0500:
When I install kernel-devel on either F14 or F15, the arch/s390/kernel subdirectory doesn¹t have the kernel source code like entry.S, head64.S etc.
From the description the RPM is only for building modules against the kernel
headers etc. Is there an RPM kernel-src or similar? Or is it just grab from git?
kernel-devel package contains what is normally installed by kernel under /lib/modules/<version>/build which are the headers and the build infrastructure (Makefiles, etc.). The actual kernel sources are in the source rpm and you get them with "yumdownloader --source kernel" or directly from koji (http://s390.koji.fedoraproject.org/koji/packageinfo?packageID=1075 then select a version and then download the *.src.rpm)
Dan