[kernel/f18] and drop the kernel-omap sub package is the spec

Peter Robinson pbrobinson at fedoraproject.org
Mon May 6 23:45:19 UTC 2013


commit a46818861466df8172c648a410ef7bf169f5294d
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Tue May 7 00:45:04 2013 +0100

    and drop the kernel-omap sub package is the spec

 kernel.spec |   19 +------------------
 1 files changed, 1 insertions(+), 18 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index ac44249..d8095c1 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -132,8 +132,6 @@ Summary: The Linux kernel
 %define with_bootwrapper %{?_without_bootwrapper: 0} %{?!_without_bootwrapper: 1}
 # Want to build a the vsdo directories installed
 %define with_vdso_install %{?_without_vdso_install: 0} %{?!_without_vdso_install: 1}
-# ARM OMAP (Beagle/Panda Board)
-%define with_omap      %{?_without_omap:      0} %{?!_without_omap:      1}
 # kernel-tegra (only valid for arm)
 %define with_tegra       %{?_without_tegra:       0} %{?!_without_tegra:       1}
 # kernel-kirkwood (only valid for arm)
@@ -254,9 +252,8 @@ Summary: The Linux kernel
 %define with_pae 0
 %endif
 
-# kernel up (versatile express), tegra and  omap are only built on armv7 hfp/sfp
+# kernel up (versatile express), and tegra are only built on armv7 hfp/sfp
 %ifnarch armv7hl armv7l
-%define with_omap 0
 %define with_tegra 0
 %endif
 
@@ -1042,12 +1039,6 @@ on kernel bugs, as some of these options impact performance noticably.
 This package includes a version of the Linux kernel with support for
 marvell kirkwood based systems, i.e., guruplug, sheevaplug
 
-%define variant_summary The Linux kernel compiled for TI-OMAP boards
-%kernel_variant_package omap
-%description omap
-This package includes a version of the Linux kernel with support for
-TI-OMAP based systems, i.e., BeagleBoard-xM.
-
 %define variant_summary The Linux kernel compiled for tegra boards
 %kernel_variant_package tegra
 %description tegra
@@ -1817,10 +1808,6 @@ BuildKernel %make_target %kernel_image PAE
 BuildKernel %make_target %kernel_image kirkwood
 %endif
 
-%if %{with_omap}
-BuildKernel %make_target %kernel_image omap
-%endif
-
 %if %{with_tegra}
 BuildKernel %make_target %kernel_image tegra
 %endif
@@ -2156,9 +2143,6 @@ fi}\
 %kernel_variant_preun kirkwood
 %kernel_variant_post -v kirkwood
 
-%kernel_variant_preun omap
-%kernel_variant_post -v omap
-
 %kernel_variant_preun tegra
 %kernel_variant_post -v tegra
 
@@ -2306,7 +2290,6 @@ fi
 %kernel_variant_files %{with_pae} PAE
 %kernel_variant_files %{with_pae_debug} PAEdebug
 %kernel_variant_files %{with_kirkwood} kirkwood
-%kernel_variant_files %{with_omap} omap
 %kernel_variant_files %{with_tegra} tegra
 
 # plz don't put in a version string unless you're going to tag


More information about the scm-commits mailing list