commit 7e7365d76fa05fbcce07f00cc5b90565a29de52e

OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7522
This commit is contained in:
Michal Marek 2013-05-15 06:05:58 +00:00 committed by Git OBS Bridge
parent e3ade562b8
commit eece558d04
33 changed files with 377 additions and 19 deletions

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue May 14 12:56:50 CEST 2013 - jdelvare@suse.de
- All but armv7hl/cubox: make PHYLIB modular. Most systems don't
need it, and it registers a mdio_bus driver. As a side effect,
we have to disable PHY emulation support, as it is only availble
when PHYLIB is built-in. This driver is rather weird anyway and
hopefully no system we want to support needs it, so it should be
OK.
- CONFIG_PHYLIB=m
- CONFIG_FIXED_PHY=n
- CONFIG_OF_MDIO=m (for configs which have CONFIG_OF=y)
-------------------------------------------------------------------
Sun May 5 09:53:46 CEST 2013 - jdelvare@suse.de

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:277aaafee2e64f6581b2a66ea4d20f123e220a4a096d86d00997813a5ddd9d9d
size 254639
oid sha256:20d018cb53eb3d98c0d1b3624d55825070f6c0ab498cd47e58a686326ad10417
size 254535

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Tue May 14 14:42:28 CEST 2013 - jdelvare@suse.de
- Change CONFIG_OF_MDIO from y to m as needed
Fix build after my previous commit, OF_MDIO depends on PHYLIB so when
turning the latter into a module I should have done so with the former
as well.
- commit 7e7365d
-------------------------------------------------------------------
Tue May 14 13:04:27 CEST 2013 - jdelvare@suse.de
- Update config files : build PHYLIB as a module.
All but armv7hl/cubox: make PHYLIB modular. Most systems don't
need it, and it registers a mdio_bus driver. As a side effect,
we have to disable PHY emulation support, as it is only availble
when PHYLIB is built-in. This driver is rather weird anyway and
hopefully no system we want to support needs it, so it should be
OK.
- CONFIG_PHYLIB=m
- CONFIG_FIXED_PHY=n
- commit 49e25f5
-------------------------------------------------------------------
Sun May 12 14:21:25 CEST 2013 - jslaby@suse.cz

View File

@ -60,7 +60,7 @@
Name: kernel-cubox
Summary: Kernel for SolidRun Cubox
Version: 3.9.2
Release: <RELEASE>.gfa1ab6b
Release: <RELEASE>.g7e7365d
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Tue May 14 14:42:28 CEST 2013 - jdelvare@suse.de
- Change CONFIG_OF_MDIO from y to m as needed
Fix build after my previous commit, OF_MDIO depends on PHYLIB so when
turning the latter into a module I should have done so with the former
as well.
- commit 7e7365d
-------------------------------------------------------------------
Tue May 14 13:04:27 CEST 2013 - jdelvare@suse.de
- Update config files : build PHYLIB as a module.
All but armv7hl/cubox: make PHYLIB modular. Most systems don't
need it, and it registers a mdio_bus driver. As a side effect,
we have to disable PHY emulation support, as it is only availble
when PHYLIB is built-in. This driver is rather weird anyway and
hopefully no system we want to support needs it, so it should be
OK.
- CONFIG_PHYLIB=m
- CONFIG_FIXED_PHY=n
- commit 49e25f5
-------------------------------------------------------------------
Sun May 12 14:21:25 CEST 2013 - jslaby@suse.cz

View File

@ -60,7 +60,7 @@
Name: kernel-debug
Summary: A Debug Version of the Kernel
Version: 3.9.2
Release: <RELEASE>.gfa1ab6b
Release: <RELEASE>.g7e7365d
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Tue May 14 14:42:28 CEST 2013 - jdelvare@suse.de
- Change CONFIG_OF_MDIO from y to m as needed
Fix build after my previous commit, OF_MDIO depends on PHYLIB so when
turning the latter into a module I should have done so with the former
as well.
- commit 7e7365d
-------------------------------------------------------------------
Tue May 14 13:04:27 CEST 2013 - jdelvare@suse.de
- Update config files : build PHYLIB as a module.
All but armv7hl/cubox: make PHYLIB modular. Most systems don't
need it, and it registers a mdio_bus driver. As a side effect,
we have to disable PHY emulation support, as it is only availble
when PHYLIB is built-in. This driver is rather weird anyway and
hopefully no system we want to support needs it, so it should be
OK.
- CONFIG_PHYLIB=m
- CONFIG_FIXED_PHY=n
- commit 49e25f5
-------------------------------------------------------------------
Sun May 12 14:21:25 CEST 2013 - jslaby@suse.cz

View File

@ -60,7 +60,7 @@
Name: kernel-default
Summary: The Standard Kernel
Version: 3.9.2
Release: <RELEASE>.gfa1ab6b
Release: <RELEASE>.g7e7365d
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Tue May 14 14:42:28 CEST 2013 - jdelvare@suse.de
- Change CONFIG_OF_MDIO from y to m as needed
Fix build after my previous commit, OF_MDIO depends on PHYLIB so when
turning the latter into a module I should have done so with the former
as well.
- commit 7e7365d
-------------------------------------------------------------------
Tue May 14 13:04:27 CEST 2013 - jdelvare@suse.de
- Update config files : build PHYLIB as a module.
All but armv7hl/cubox: make PHYLIB modular. Most systems don't
need it, and it registers a mdio_bus driver. As a side effect,
we have to disable PHY emulation support, as it is only availble
when PHYLIB is built-in. This driver is rather weird anyway and
hopefully no system we want to support needs it, so it should be
OK.
- CONFIG_PHYLIB=m
- CONFIG_FIXED_PHY=n
- commit 49e25f5
-------------------------------------------------------------------
Sun May 12 14:21:25 CEST 2013 - jslaby@suse.cz

View File

@ -60,7 +60,7 @@
Name: kernel-desktop
Summary: Kernel optimized for the desktop
Version: 3.9.2
Release: <RELEASE>.gfa1ab6b
Release: <RELEASE>.g7e7365d
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Tue May 14 14:42:28 CEST 2013 - jdelvare@suse.de
- Change CONFIG_OF_MDIO from y to m as needed
Fix build after my previous commit, OF_MDIO depends on PHYLIB so when
turning the latter into a module I should have done so with the former
as well.
- commit 7e7365d
-------------------------------------------------------------------
Tue May 14 13:04:27 CEST 2013 - jdelvare@suse.de
- Update config files : build PHYLIB as a module.
All but armv7hl/cubox: make PHYLIB modular. Most systems don't
need it, and it registers a mdio_bus driver. As a side effect,
we have to disable PHY emulation support, as it is only availble
when PHYLIB is built-in. This driver is rather weird anyway and
hopefully no system we want to support needs it, so it should be
OK.
- CONFIG_PHYLIB=m
- CONFIG_FIXED_PHY=n
- commit 49e25f5
-------------------------------------------------------------------
Sun May 12 14:21:25 CEST 2013 - jslaby@suse.cz

View File

@ -25,7 +25,7 @@
Name: kernel-docs
Summary: Kernel Documentation
Version: 3.9.2
Release: <RELEASE>.gfa1ab6b
Release: <RELEASE>.g7e7365d
BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel
BuildRequires: kernel-source%variant
Url: http://www.kernel.org/

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Tue May 14 14:42:28 CEST 2013 - jdelvare@suse.de
- Change CONFIG_OF_MDIO from y to m as needed
Fix build after my previous commit, OF_MDIO depends on PHYLIB so when
turning the latter into a module I should have done so with the former
as well.
- commit 7e7365d
-------------------------------------------------------------------
Tue May 14 13:04:27 CEST 2013 - jdelvare@suse.de
- Update config files : build PHYLIB as a module.
All but armv7hl/cubox: make PHYLIB modular. Most systems don't
need it, and it registers a mdio_bus driver. As a side effect,
we have to disable PHY emulation support, as it is only availble
when PHYLIB is built-in. This driver is rather weird anyway and
hopefully no system we want to support needs it, so it should be
OK.
- CONFIG_PHYLIB=m
- CONFIG_FIXED_PHY=n
- commit 49e25f5
-------------------------------------------------------------------
Sun May 12 14:21:25 CEST 2013 - jslaby@suse.cz

View File

@ -60,7 +60,7 @@
Name: kernel-ec2
Summary: The Amazon EC2 Xen Kernel
Version: 3.9.2
Release: <RELEASE>.gfa1ab6b
Release: <RELEASE>.g7e7365d
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Tue May 14 14:42:28 CEST 2013 - jdelvare@suse.de
- Change CONFIG_OF_MDIO from y to m as needed
Fix build after my previous commit, OF_MDIO depends on PHYLIB so when
turning the latter into a module I should have done so with the former
as well.
- commit 7e7365d
-------------------------------------------------------------------
Tue May 14 13:04:27 CEST 2013 - jdelvare@suse.de
- Update config files : build PHYLIB as a module.
All but armv7hl/cubox: make PHYLIB modular. Most systems don't
need it, and it registers a mdio_bus driver. As a side effect,
we have to disable PHY emulation support, as it is only availble
when PHYLIB is built-in. This driver is rather weird anyway and
hopefully no system we want to support needs it, so it should be
OK.
- CONFIG_PHYLIB=m
- CONFIG_FIXED_PHY=n
- commit 49e25f5
-------------------------------------------------------------------
Sun May 12 14:21:25 CEST 2013 - jslaby@suse.cz

View File

@ -60,7 +60,7 @@
Name: kernel-exynos
Summary: Kernel for Samsung's Exynos SoC
Version: 3.9.2
Release: <RELEASE>.gfa1ab6b
Release: <RELEASE>.g7e7365d
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Tue May 14 14:42:28 CEST 2013 - jdelvare@suse.de
- Change CONFIG_OF_MDIO from y to m as needed
Fix build after my previous commit, OF_MDIO depends on PHYLIB so when
turning the latter into a module I should have done so with the former
as well.
- commit 7e7365d
-------------------------------------------------------------------
Tue May 14 13:04:27 CEST 2013 - jdelvare@suse.de
- Update config files : build PHYLIB as a module.
All but armv7hl/cubox: make PHYLIB modular. Most systems don't
need it, and it registers a mdio_bus driver. As a side effect,
we have to disable PHY emulation support, as it is only availble
when PHYLIB is built-in. This driver is rather weird anyway and
hopefully no system we want to support needs it, so it should be
OK.
- CONFIG_PHYLIB=m
- CONFIG_FIXED_PHY=n
- commit 49e25f5
-------------------------------------------------------------------
Sun May 12 14:21:25 CEST 2013 - jslaby@suse.cz

View File

@ -60,7 +60,7 @@
Name: kernel-lpae
Summary: Kernel for LPAE enabled systems
Version: 3.9.2
Release: <RELEASE>.gfa1ab6b
Release: <RELEASE>.g7e7365d
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Tue May 14 14:42:28 CEST 2013 - jdelvare@suse.de
- Change CONFIG_OF_MDIO from y to m as needed
Fix build after my previous commit, OF_MDIO depends on PHYLIB so when
turning the latter into a module I should have done so with the former
as well.
- commit 7e7365d
-------------------------------------------------------------------
Tue May 14 13:04:27 CEST 2013 - jdelvare@suse.de
- Update config files : build PHYLIB as a module.
All but armv7hl/cubox: make PHYLIB modular. Most systems don't
need it, and it registers a mdio_bus driver. As a side effect,
we have to disable PHY emulation support, as it is only availble
when PHYLIB is built-in. This driver is rather weird anyway and
hopefully no system we want to support needs it, so it should be
OK.
- CONFIG_PHYLIB=m
- CONFIG_FIXED_PHY=n
- commit 49e25f5
-------------------------------------------------------------------
Sun May 12 14:21:25 CEST 2013 - jslaby@suse.cz

View File

@ -60,7 +60,7 @@
Name: kernel-pae
Summary: Kernel with PAE Support
Version: 3.9.2
Release: <RELEASE>.gfa1ab6b
Release: <RELEASE>.g7e7365d
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Tue May 14 14:42:28 CEST 2013 - jdelvare@suse.de
- Change CONFIG_OF_MDIO from y to m as needed
Fix build after my previous commit, OF_MDIO depends on PHYLIB so when
turning the latter into a module I should have done so with the former
as well.
- commit 7e7365d
-------------------------------------------------------------------
Tue May 14 13:04:27 CEST 2013 - jdelvare@suse.de
- Update config files : build PHYLIB as a module.
All but armv7hl/cubox: make PHYLIB modular. Most systems don't
need it, and it registers a mdio_bus driver. As a side effect,
we have to disable PHY emulation support, as it is only availble
when PHYLIB is built-in. This driver is rather weird anyway and
hopefully no system we want to support needs it, so it should be
OK.
- CONFIG_PHYLIB=m
- CONFIG_FIXED_PHY=n
- commit 49e25f5
-------------------------------------------------------------------
Sun May 12 14:21:25 CEST 2013 - jslaby@suse.cz

View File

@ -30,7 +30,7 @@
Name: kernel-source
Summary: The Linux Kernel Sources
Version: 3.9.2
Release: <RELEASE>.gfa1ab6b
Release: <RELEASE>.g7e7365d
License: GPL-2.0
Group: Development/Sources
Url: http://www.kernel.org/

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Tue May 14 14:42:28 CEST 2013 - jdelvare@suse.de
- Change CONFIG_OF_MDIO from y to m as needed
Fix build after my previous commit, OF_MDIO depends on PHYLIB so when
turning the latter into a module I should have done so with the former
as well.
- commit 7e7365d
-------------------------------------------------------------------
Tue May 14 13:04:27 CEST 2013 - jdelvare@suse.de
- Update config files : build PHYLIB as a module.
All but armv7hl/cubox: make PHYLIB modular. Most systems don't
need it, and it registers a mdio_bus driver. As a side effect,
we have to disable PHY emulation support, as it is only availble
when PHYLIB is built-in. This driver is rather weird anyway and
hopefully no system we want to support needs it, so it should be
OK.
- CONFIG_PHYLIB=m
- CONFIG_FIXED_PHY=n
- commit 49e25f5
-------------------------------------------------------------------
Sun May 12 14:21:25 CEST 2013 - jslaby@suse.cz

View File

@ -25,7 +25,7 @@ Name: kernel-syms
Summary: Kernel Symbol Versions (modversions)
Version: 3.9.2
%if %using_buildservice
Release: <RELEASE>.gfa1ab6b
Release: <RELEASE>.g7e7365d
%else
%define kernel_source_release %(LC_ALL=C rpm -q kernel-devel%variant-%version --qf "%{RELEASE}" | grep -v 'not installed' || echo 0)
Release: %kernel_source_release

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Tue May 14 14:42:28 CEST 2013 - jdelvare@suse.de
- Change CONFIG_OF_MDIO from y to m as needed
Fix build after my previous commit, OF_MDIO depends on PHYLIB so when
turning the latter into a module I should have done so with the former
as well.
- commit 7e7365d
-------------------------------------------------------------------
Tue May 14 13:04:27 CEST 2013 - jdelvare@suse.de
- Update config files : build PHYLIB as a module.
All but armv7hl/cubox: make PHYLIB modular. Most systems don't
need it, and it registers a mdio_bus driver. As a side effect,
we have to disable PHY emulation support, as it is only availble
when PHYLIB is built-in. This driver is rather weird anyway and
hopefully no system we want to support needs it, so it should be
OK.
- CONFIG_PHYLIB=m
- CONFIG_FIXED_PHY=n
- commit 49e25f5
-------------------------------------------------------------------
Sun May 12 14:21:25 CEST 2013 - jslaby@suse.cz

View File

@ -60,7 +60,7 @@
Name: kernel-trace
Summary: The Standard Kernel with Tracing Features
Version: 3.9.2
Release: <RELEASE>.gfa1ab6b
Release: <RELEASE>.g7e7365d
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Tue May 14 14:42:28 CEST 2013 - jdelvare@suse.de
- Change CONFIG_OF_MDIO from y to m as needed
Fix build after my previous commit, OF_MDIO depends on PHYLIB so when
turning the latter into a module I should have done so with the former
as well.
- commit 7e7365d
-------------------------------------------------------------------
Tue May 14 13:04:27 CEST 2013 - jdelvare@suse.de
- Update config files : build PHYLIB as a module.
All but armv7hl/cubox: make PHYLIB modular. Most systems don't
need it, and it registers a mdio_bus driver. As a side effect,
we have to disable PHY emulation support, as it is only availble
when PHYLIB is built-in. This driver is rather weird anyway and
hopefully no system we want to support needs it, so it should be
OK.
- CONFIG_PHYLIB=m
- CONFIG_FIXED_PHY=n
- commit 49e25f5
-------------------------------------------------------------------
Sun May 12 14:21:25 CEST 2013 - jslaby@suse.cz

View File

@ -60,7 +60,7 @@
Name: kernel-vanilla
Summary: The Standard Kernel - without any SUSE patches
Version: 3.9.2
Release: <RELEASE>.gfa1ab6b
Release: <RELEASE>.g7e7365d
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Tue May 14 14:42:28 CEST 2013 - jdelvare@suse.de
- Change CONFIG_OF_MDIO from y to m as needed
Fix build after my previous commit, OF_MDIO depends on PHYLIB so when
turning the latter into a module I should have done so with the former
as well.
- commit 7e7365d
-------------------------------------------------------------------
Tue May 14 13:04:27 CEST 2013 - jdelvare@suse.de
- Update config files : build PHYLIB as a module.
All but armv7hl/cubox: make PHYLIB modular. Most systems don't
need it, and it registers a mdio_bus driver. As a side effect,
we have to disable PHY emulation support, as it is only availble
when PHYLIB is built-in. This driver is rather weird anyway and
hopefully no system we want to support needs it, so it should be
OK.
- CONFIG_PHYLIB=m
- CONFIG_FIXED_PHY=n
- commit 49e25f5
-------------------------------------------------------------------
Sun May 12 14:21:25 CEST 2013 - jslaby@suse.cz

View File

@ -60,7 +60,7 @@
Name: kernel-versatile
Summary: Kernel for Versatile SoC
Version: 3.9.2
Release: <RELEASE>.gfa1ab6b
Release: <RELEASE>.g7e7365d
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Tue May 14 14:42:28 CEST 2013 - jdelvare@suse.de
- Change CONFIG_OF_MDIO from y to m as needed
Fix build after my previous commit, OF_MDIO depends on PHYLIB so when
turning the latter into a module I should have done so with the former
as well.
- commit 7e7365d
-------------------------------------------------------------------
Tue May 14 13:04:27 CEST 2013 - jdelvare@suse.de
- Update config files : build PHYLIB as a module.
All but armv7hl/cubox: make PHYLIB modular. Most systems don't
need it, and it registers a mdio_bus driver. As a side effect,
we have to disable PHY emulation support, as it is only availble
when PHYLIB is built-in. This driver is rather weird anyway and
hopefully no system we want to support needs it, so it should be
OK.
- CONFIG_PHYLIB=m
- CONFIG_FIXED_PHY=n
- commit 49e25f5
-------------------------------------------------------------------
Sun May 12 14:21:25 CEST 2013 - jslaby@suse.cz

View File

@ -60,7 +60,7 @@
Name: kernel-xen
Summary: The Xen Kernel
Version: 3.9.2
Release: <RELEASE>.gfa1ab6b
Release: <RELEASE>.g7e7365d
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/

View File

@ -1,3 +1,3 @@
2013-05-12 16:53:29 +0200
GIT Revision: fa1ab6bd08dfbacdcad6e87354434ecb3fd09228
2013-05-14 14:42:28 +0200
GIT Revision: 7e7365d76fa05fbcce07f00cc5b90565a29de52e
GIT Branch: master