commit 7e7365d76fa05fbcce07f00cc5b90565a29de52e
OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7522
This commit is contained in:
parent
e3ade562b8
commit
eece558d04
@ -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
|
Sun May 5 09:53:46 CEST 2013 - jdelvare@suse.de
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:277aaafee2e64f6581b2a66ea4d20f123e220a4a096d86d00997813a5ddd9d9d
|
oid sha256:20d018cb53eb3d98c0d1b3624d55825070f6c0ab498cd47e58a686326ad10417
|
||||||
size 254639
|
size 254535
|
||||||
|
@ -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
|
Sun May 12 14:21:25 CEST 2013 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@
|
|||||||
Name: kernel-cubox
|
Name: kernel-cubox
|
||||||
Summary: Kernel for SolidRun Cubox
|
Summary: Kernel for SolidRun Cubox
|
||||||
Version: 3.9.2
|
Version: 3.9.2
|
||||||
Release: <RELEASE>.gfa1ab6b
|
Release: <RELEASE>.g7e7365d
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
|
@ -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
|
Sun May 12 14:21:25 CEST 2013 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@
|
|||||||
Name: kernel-debug
|
Name: kernel-debug
|
||||||
Summary: A Debug Version of the Kernel
|
Summary: A Debug Version of the Kernel
|
||||||
Version: 3.9.2
|
Version: 3.9.2
|
||||||
Release: <RELEASE>.gfa1ab6b
|
Release: <RELEASE>.g7e7365d
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
|
@ -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
|
Sun May 12 14:21:25 CEST 2013 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@
|
|||||||
Name: kernel-default
|
Name: kernel-default
|
||||||
Summary: The Standard Kernel
|
Summary: The Standard Kernel
|
||||||
Version: 3.9.2
|
Version: 3.9.2
|
||||||
Release: <RELEASE>.gfa1ab6b
|
Release: <RELEASE>.g7e7365d
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
|
@ -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
|
Sun May 12 14:21:25 CEST 2013 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@
|
|||||||
Name: kernel-desktop
|
Name: kernel-desktop
|
||||||
Summary: Kernel optimized for the desktop
|
Summary: Kernel optimized for the desktop
|
||||||
Version: 3.9.2
|
Version: 3.9.2
|
||||||
Release: <RELEASE>.gfa1ab6b
|
Release: <RELEASE>.g7e7365d
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
|
@ -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
|
Sun May 12 14:21:25 CEST 2013 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
Name: kernel-docs
|
Name: kernel-docs
|
||||||
Summary: Kernel Documentation
|
Summary: Kernel Documentation
|
||||||
Version: 3.9.2
|
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: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel
|
||||||
BuildRequires: kernel-source%variant
|
BuildRequires: kernel-source%variant
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
|
@ -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
|
Sun May 12 14:21:25 CEST 2013 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@
|
|||||||
Name: kernel-ec2
|
Name: kernel-ec2
|
||||||
Summary: The Amazon EC2 Xen Kernel
|
Summary: The Amazon EC2 Xen Kernel
|
||||||
Version: 3.9.2
|
Version: 3.9.2
|
||||||
Release: <RELEASE>.gfa1ab6b
|
Release: <RELEASE>.g7e7365d
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
|
@ -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
|
Sun May 12 14:21:25 CEST 2013 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@
|
|||||||
Name: kernel-exynos
|
Name: kernel-exynos
|
||||||
Summary: Kernel for Samsung's Exynos SoC
|
Summary: Kernel for Samsung's Exynos SoC
|
||||||
Version: 3.9.2
|
Version: 3.9.2
|
||||||
Release: <RELEASE>.gfa1ab6b
|
Release: <RELEASE>.g7e7365d
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
|
@ -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
|
Sun May 12 14:21:25 CEST 2013 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@
|
|||||||
Name: kernel-lpae
|
Name: kernel-lpae
|
||||||
Summary: Kernel for LPAE enabled systems
|
Summary: Kernel for LPAE enabled systems
|
||||||
Version: 3.9.2
|
Version: 3.9.2
|
||||||
Release: <RELEASE>.gfa1ab6b
|
Release: <RELEASE>.g7e7365d
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
|
@ -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
|
Sun May 12 14:21:25 CEST 2013 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@
|
|||||||
Name: kernel-pae
|
Name: kernel-pae
|
||||||
Summary: Kernel with PAE Support
|
Summary: Kernel with PAE Support
|
||||||
Version: 3.9.2
|
Version: 3.9.2
|
||||||
Release: <RELEASE>.gfa1ab6b
|
Release: <RELEASE>.g7e7365d
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
|
@ -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
|
Sun May 12 14:21:25 CEST 2013 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
Name: kernel-source
|
Name: kernel-source
|
||||||
Summary: The Linux Kernel Sources
|
Summary: The Linux Kernel Sources
|
||||||
Version: 3.9.2
|
Version: 3.9.2
|
||||||
Release: <RELEASE>.gfa1ab6b
|
Release: <RELEASE>.g7e7365d
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: Development/Sources
|
Group: Development/Sources
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
|
@ -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
|
Sun May 12 14:21:25 CEST 2013 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ Name: kernel-syms
|
|||||||
Summary: Kernel Symbol Versions (modversions)
|
Summary: Kernel Symbol Versions (modversions)
|
||||||
Version: 3.9.2
|
Version: 3.9.2
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
Release: <RELEASE>.gfa1ab6b
|
Release: <RELEASE>.g7e7365d
|
||||||
%else
|
%else
|
||||||
%define kernel_source_release %(LC_ALL=C rpm -q kernel-devel%variant-%version --qf "%{RELEASE}" | grep -v 'not installed' || echo 0)
|
%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
|
Release: %kernel_source_release
|
||||||
|
@ -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
|
Sun May 12 14:21:25 CEST 2013 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@
|
|||||||
Name: kernel-trace
|
Name: kernel-trace
|
||||||
Summary: The Standard Kernel with Tracing Features
|
Summary: The Standard Kernel with Tracing Features
|
||||||
Version: 3.9.2
|
Version: 3.9.2
|
||||||
Release: <RELEASE>.gfa1ab6b
|
Release: <RELEASE>.g7e7365d
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
|
@ -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
|
Sun May 12 14:21:25 CEST 2013 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@
|
|||||||
Name: kernel-vanilla
|
Name: kernel-vanilla
|
||||||
Summary: The Standard Kernel - without any SUSE patches
|
Summary: The Standard Kernel - without any SUSE patches
|
||||||
Version: 3.9.2
|
Version: 3.9.2
|
||||||
Release: <RELEASE>.gfa1ab6b
|
Release: <RELEASE>.g7e7365d
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
|
@ -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
|
Sun May 12 14:21:25 CEST 2013 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@
|
|||||||
Name: kernel-versatile
|
Name: kernel-versatile
|
||||||
Summary: Kernel for Versatile SoC
|
Summary: Kernel for Versatile SoC
|
||||||
Version: 3.9.2
|
Version: 3.9.2
|
||||||
Release: <RELEASE>.gfa1ab6b
|
Release: <RELEASE>.g7e7365d
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
|
@ -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
|
Sun May 12 14:21:25 CEST 2013 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@
|
|||||||
Name: kernel-xen
|
Name: kernel-xen
|
||||||
Summary: The Xen Kernel
|
Summary: The Xen Kernel
|
||||||
Version: 3.9.2
|
Version: 3.9.2
|
||||||
Release: <RELEASE>.gfa1ab6b
|
Release: <RELEASE>.g7e7365d
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
2013-05-12 16:53:29 +0200
|
2013-05-14 14:42:28 +0200
|
||||||
GIT Revision: fa1ab6bd08dfbacdcad6e87354434ecb3fd09228
|
GIT Revision: 7e7365d76fa05fbcce07f00cc5b90565a29de52e
|
||||||
GIT Branch: master
|
GIT Branch: master
|
||||||
|
Loading…
Reference in New Issue
Block a user