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

Lennert Buytenhek buytenh at wantstofly.org
Mon Jan 5 07:37:07 UTC 2009


On Thu, Dec 11, 2008 at 12:41:40PM +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.
>
> [snip]
> 
> diff --git a/config-arm b/config-arm
> new file mode 100644
> index 0000000..63c9ad0
> --- /dev/null
> +++ b/config-arm
> @@ -0,0 +1,1531 @@
> +# arm
> +#
> +# Automatically generated make config: don't edit
> +# Linux kernel version: 2.6.23-rc1-git3
> +# Thu Aug  2 10:12:03 2007
> +#
> +CONFIG_ARM=y
> +CONFIG_SYS_SUPPORTS_APM_EMULATION=y
> +# CONFIG_GENERIC_GPIO is not set

What the other architectures seem to do is to synthesize a .config
file from various config fragments, rather than shipping the whole
thing.  Can you do something similar for ARM?




More information about the arm mailing list