[kernel/f15] only build kernel headers on the base arm arches

Dennis Gilmore ausil at fedoraproject.org
Fri Aug 12 05:42:19 UTC 2011


commit 92be6ab41b66dbd012e0e59cceab13cf7e30842f
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Wed Aug 10 14:50:02 2011 -0500

    only build kernel headers on the base arm arches

 kernel.spec |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 544d4bb..a874c7b 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -388,6 +388,11 @@ Summary: The Linux kernel
 %define make_target bzImage
 %define kernel_image arch/arm/boot/zImage
 %define with_up 0
+# we only build headers on the base arm arches
+# just like we used to only build them on i386 for x86
+%ifnarch armv5tel armv7hl
+%define with_headers 0
+%endif
 %define with_perf 0
 %endif
 


More information about the scm-commits mailing list