summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2012-05-09 00:06:18 +0100
committerPeter Robinson <pbrobinson@gmail.com>2012-05-09 00:06:18 +0100
commitd07b00d49d07ab014e3f0f3345194891c4da9607 (patch)
treeaa5f6f8955cf6ccc85bc6f2756f5232f2e5e9c4f /kernel.spec
parent61df2fb662a3d49708326ffe41472b3e09b6ddc0 (diff)
downloadkernel-d07b00d49d07ab014e3f0f3345194891c4da9607.tar.gz
kernel-d07b00d49d07ab014e3f0f3345194891c4da9607.tar.xz
kernel-d07b00d49d07ab014e3f0f3345194891c4da9607.zip
Restructure ARM configs to minimise duplication and pull all generic options
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec17
1 files changed, 9 insertions, 8 deletions
diff --git a/kernel.spec b/kernel.spec
index 017764aa5..0e24803b9 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -255,18 +255,19 @@ Summary: The Linux kernel
%define with_pae 0
%endif
-# kernel-tegra, omap, imx and highbank are only built on armv7 hard and softfp
+# kernel up (versatile express), tegra, omap, imx and highbank are only built on armv7 hard and softfp
%ifnarch armv7hl armv7l
-%define with_tegra 0
+%define with_up 0
%define with_omap 0
+%endif
+%define with_tegra 0
%define with_imx 0
%define with_highbank 0
-%endif
# kernel-kirkwood is only built for armv5
%ifnarch armv5tel
-%define with_kirkwood 0
%endif
+%define with_kirkwood 0
# if requested, only build base kernel
%if %{with_baseonly}
@@ -411,10 +412,6 @@ Summary: The Linux kernel
%define hdrarch arm
%define make_target bzImage
%define kernel_image arch/arm/boot/zImage
-# we build a up kernel on base softfp/hardfp platforms. its used for qemu.
-%ifnarch armv5tel armv7hl
-%define with_up 0
-%endif
# we only build headers/perf/tools on the base arm arches
# just like we used to only build them on i386 for x86
%ifnarch armv5tel armv7hl
@@ -591,6 +588,7 @@ Source111: config-arm-tegra
Source112: config-arm-kirkwood
Source113: config-arm-imx
Source114: config-arm-highbank
+Source115: config-arm-versatile
# This file is intentionally left empty in the stock kernel. Its a nicety
# added for those wanting to do custom rebuilds with altered config opts.
@@ -2329,6 +2327,9 @@ fi
# ||----w |
# || ||
%changelog
+* Tue May 8 2012 Peter Robinson <pbrobinson@fedoraproject.org>
+- Restructure ARM configs to minimise duplication and pull all generic options
+
* Tue May 08 2012 Josh Boyer <jwboyer@redhat.com> - 3.4.0-0.rc6.git1.1
- Linux v3.4-rc6-20-g789505b