[PATCH] kernel: only build kernel-headers on ARM

Kyle McMartin kyle at infradead.org
Thu Jan 22 18:01:54 UTC 2009


On Thu, Jan 22, 2009 at 10:42:02AM +0530, Kedar Sovani wrote:
> Since kernels for different ARM CPUs differ wildly, and since
> embedded folks tend to provide their own kernels, this patch makes
> the Fedora kernel package only build kernel-headers when built for
> ARM.
> 
> Signed-off-by: Lennert Buytenhek <buytenh at marvell.com>
> Signed-off-by: Kedar Sovani <kedars at marvell.com>

Groovy! Just one comment that jwb brought up:

> +%ifarch %{arm}
> +%define nobuildarches i386 s390 sparc %{arm}
> 

I assume the %arm is defined by rpm to expand to the arm5xxxx
bits? Is this in upstream rpm now?

regards, Kyle




More information about the kernel mailing list