GIT Revision: 64b97cdc4b8be48e9f7d04d2b9bd3def070923ce

OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7273
This commit is contained in:
Michal Marek 2012-05-26 05:02:59 +00:00 committed by Git OBS Bridge
parent 0c571fa3d6
commit cdd5a07b3e
27 changed files with 123 additions and 21 deletions

View File

@ -25,7 +25,7 @@
if [ "$1" = "--list" ]; then if [ "$1" = "--list" ]; then
# List all known architectures # List all known architectures
echo i386 mips{,64} sparc{,64} ppc{,64} s390{,x} ia64 x86_64 alpha parisc armv7l echo i386 mips{,64} sparc{,64} ppc{,64} s390{,x} ia64 x86_64 alpha parisc armv7hl
exit 0 exit 0
fi fi

View File

@ -41,11 +41,11 @@
+ppc ppc/vanilla +ppc ppc/vanilla
# ARM architectures # ARM architectures
+armv7l armv7l/default +armv7hl armv7hl/default
+armv7l armv7l/imx51 +armv7hl armv7hl/imx51
+armv7l armv7l/omap2plus +armv7hl armv7hl/omap2plus
+armv7l armv7l/tegra +armv7hl armv7hl/tegra
+armv7l armv7l/u8500 +armv7hl armv7hl/u8500
# SLES # SLES
# identical to ppc64 flavor, all KMP packages need a kernel-default # identical to ppc64 flavor, all KMP packages need a kernel-default

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:f9af869bbc72bf67f21dae13c9b58aff627e033f8579e6d862e402673795e61c oid sha256:04f915298fe43c6d3bedce03ea86240489d9e17507ddd334e43e20cb20774b8c
size 291902 size 291613

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri May 25 17:41:50 CEST 2012 - jeffm@suse.com
- Renamed armv7l to armv7hl, following %_cpu_target convention.
- commit 64b97cd
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri May 25 17:41:50 CEST 2012 - jeffm@suse.com
- Renamed armv7l to armv7hl, following %_cpu_target convention.
- commit 64b97cd
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com

View File

@ -215,7 +215,7 @@ Source113: patches.kabi.tar.bz2
Source120: kabi.tar.bz2 Source120: kabi.tar.bz2
Source121: sysctl.tar.bz2 Source121: sysctl.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: armv7l %ix86 ia64 ppc ppc64 s390x x86_64 ExclusiveArch: armv7hl %ix86 ia64 ppc ppc64 s390x x86_64
%define kmp_target_cpu %_target_cpu %define kmp_target_cpu %_target_cpu
%ifarch %ix86 %ifarch %ix86
# Only i386/default supports i586, mark other flavors' packages as i686 # Only i386/default supports i586, mark other flavors' packages as i686

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri May 25 17:41:50 CEST 2012 - jeffm@suse.com
- Renamed armv7l to armv7hl, following %_cpu_target convention.
- commit 64b97cd
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri May 25 17:41:50 CEST 2012 - jeffm@suse.com
- Renamed armv7l to armv7hl, following %_cpu_target convention.
- commit 64b97cd
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri May 25 17:41:50 CEST 2012 - jeffm@suse.com
- Renamed armv7l to armv7hl, following %_cpu_target convention.
- commit 64b97cd
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri May 25 17:41:50 CEST 2012 - jeffm@suse.com
- Renamed armv7l to armv7hl, following %_cpu_target convention.
- commit 64b97cd
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com

View File

@ -196,7 +196,7 @@ Source113: patches.kabi.tar.bz2
Source120: kabi.tar.bz2 Source120: kabi.tar.bz2
Source121: sysctl.tar.bz2 Source121: sysctl.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: armv7l ExclusiveArch: armv7hl
%define kmp_target_cpu %_target_cpu %define kmp_target_cpu %_target_cpu
%ifarch %ix86 %ifarch %ix86
# Only i386/default supports i586, mark other flavors' packages as i686 # Only i386/default supports i586, mark other flavors' packages as i686

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri May 25 17:41:50 CEST 2012 - jeffm@suse.com
- Renamed armv7l to armv7hl, following %_cpu_target convention.
- commit 64b97cd
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com

View File

@ -196,7 +196,7 @@ Source113: patches.kabi.tar.bz2
Source120: kabi.tar.bz2 Source120: kabi.tar.bz2
Source121: sysctl.tar.bz2 Source121: sysctl.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: armv7l ExclusiveArch: armv7hl
%define kmp_target_cpu %_target_cpu %define kmp_target_cpu %_target_cpu
%ifarch %ix86 %ifarch %ix86
# Only i386/default supports i586, mark other flavors' packages as i686 # Only i386/default supports i586, mark other flavors' packages as i686

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri May 25 17:41:50 CEST 2012 - jeffm@suse.com
- Renamed armv7l to armv7hl, following %_cpu_target convention.
- commit 64b97cd
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri May 25 17:41:50 CEST 2012 - jeffm@suse.com
- Renamed armv7l to armv7hl, following %_cpu_target convention.
- commit 64b97cd
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri May 25 17:41:50 CEST 2012 - jeffm@suse.com
- Renamed armv7l to armv7hl, following %_cpu_target convention.
- commit 64b97cd
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri May 25 17:41:50 CEST 2012 - jeffm@suse.com
- Renamed armv7l to armv7hl, following %_cpu_target convention.
- commit 64b97cd
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri May 25 17:41:50 CEST 2012 - jeffm@suse.com
- Renamed armv7l to armv7hl, following %_cpu_target convention.
- commit 64b97cd
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com

View File

@ -35,16 +35,16 @@ Group: Development/Sources
Url: http://www.kernel.org/ Url: http://www.kernel.org/
AutoReqProv: off AutoReqProv: off
BuildRequires: coreutils BuildRequires: coreutils
%ifarch armv7l %ix86 ia64 ppc ppc64 s390x x86_64 %ifarch armv7hl %ix86 ia64 ppc ppc64 s390x x86_64
Requires: kernel-default-devel = %version-%source_rel Requires: kernel-default-devel = %version-%source_rel
%endif %endif
%ifarch %ix86 x86_64 %ifarch %ix86 x86_64
Requires: kernel-desktop-devel = %version-%source_rel Requires: kernel-desktop-devel = %version-%source_rel
%endif %endif
%ifarch armv7l %ifarch armv7hl
Requires: kernel-imx51-devel = %version-%source_rel Requires: kernel-imx51-devel = %version-%source_rel
%endif %endif
%ifarch armv7l %ifarch armv7hl
Requires: kernel-omap2plus-devel = %version-%source_rel Requires: kernel-omap2plus-devel = %version-%source_rel
%endif %endif
%ifarch %ix86 %ifarch %ix86
@ -56,10 +56,10 @@ Requires: kernel-ppc64-devel = %version-%source_rel
%ifarch s390 %ifarch s390
Requires: kernel-s390-devel = %version-%source_rel Requires: kernel-s390-devel = %version-%source_rel
%endif %endif
%ifarch armv7l %ifarch armv7hl
Requires: kernel-tegra-devel = %version-%source_rel Requires: kernel-tegra-devel = %version-%source_rel
%endif %endif
%ifarch armv7l %ifarch armv7hl
Requires: kernel-u8500-devel = %version-%source_rel Requires: kernel-u8500-devel = %version-%source_rel
%endif %endif
%ifarch %ix86 x86_64 %ifarch %ix86 x86_64
@ -70,7 +70,7 @@ Provides: %name = %version-%source_rel
Source: README.KSYMS Source: README.KSYMS
Requires: kernel-devel%variant = %version-%source_rel Requires: kernel-devel%variant = %version-%source_rel
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %ix86 armv7l ia64 ppc ppc64 s390 s390x x86_64 ExclusiveArch: %ix86 armv7hl ia64 ppc ppc64 s390 s390x x86_64
Prefix: /usr/src Prefix: /usr/src
%description %description

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri May 25 17:41:50 CEST 2012 - jeffm@suse.com
- Renamed armv7l to armv7hl, following %_cpu_target convention.
- commit 64b97cd
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com

View File

@ -196,7 +196,7 @@ Source113: patches.kabi.tar.bz2
Source120: kabi.tar.bz2 Source120: kabi.tar.bz2
Source121: sysctl.tar.bz2 Source121: sysctl.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: armv7l ExclusiveArch: armv7hl
%define kmp_target_cpu %_target_cpu %define kmp_target_cpu %_target_cpu
%ifarch %ix86 %ifarch %ix86
# Only i386/default supports i586, mark other flavors' packages as i686 # Only i386/default supports i586, mark other flavors' packages as i686

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri May 25 17:41:50 CEST 2012 - jeffm@suse.com
- Renamed armv7l to armv7hl, following %_cpu_target convention.
- commit 64b97cd
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri May 25 17:41:50 CEST 2012 - jeffm@suse.com
- Renamed armv7l to armv7hl, following %_cpu_target convention.
- commit 64b97cd
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com

View File

@ -196,7 +196,7 @@ Source113: patches.kabi.tar.bz2
Source120: kabi.tar.bz2 Source120: kabi.tar.bz2
Source121: sysctl.tar.bz2 Source121: sysctl.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: armv7l ExclusiveArch: armv7hl
%define kmp_target_cpu %_target_cpu %define kmp_target_cpu %_target_cpu
%ifarch %ix86 %ifarch %ix86
# Only i386/default supports i586, mark other flavors' packages as i686 # Only i386/default supports i586, mark other flavors' packages as i686

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri May 25 17:41:50 CEST 2012 - jeffm@suse.com
- Renamed armv7l to armv7hl, following %_cpu_target convention.
- commit 64b97cd
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri May 25 17:41:50 CEST 2012 - jeffm@suse.com
- Renamed armv7l to armv7hl, following %_cpu_target convention.
- commit 64b97cd
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com Wed May 23 15:59:25 CEST 2012 - jbeulich@novell.com

View File

@ -1,3 +1,3 @@
2012-05-23 15:59:25 +0200 2012-05-25 17:45:36 +0200
GIT Revision: a3c5f2c9fcea9aad9e12201c2700304d33469ace GIT Revision: 64b97cdc4b8be48e9f7d04d2b9bd3def070923ce
GIT Branch: master GIT Branch: master