On Fri, 2010-06-18 at 10:22 -0400, JohnS wrote:
http://wiki.centos.org/HowTos/BuildingKernelModules#head-b86b6eec08d5719cf18...
rpmbuild -ba --target=i686 --define 'kvariants ""' video4linux-kmod.spec
If you don't, then by default the package will be built for *all* kernel variants and you will of course need the appropriate BuildRequires installed on your build system (eg, kernel-devel, kernel-xen-devel, kernel-PAE-devel).
Would you so nicely post that on the appropiate page elsewhere please.?
rpmbuild -ba --target=i686 --define 'kvariants "rt"' video4linux-kmod.spec
--- Let me clarify that. What I mean is the "kvariants" as in what variants there is. How to use the kmod tool from the command line also. What I don't know for sure is if "rt" is correct? It's the only way it will build with --define kvariants. More to be found out.
John