commit b3c966ecaf07ed646ccefe2ecf7a2d9a45274f64
OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7678
This commit is contained in:
parent
6d5ad7669e
commit
5cebbe2745
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ac37f9e8dbe269b114562bdce0a2caca08eec01d3b944ef469fc3b4ed7b2b2d3
|
||||
size 230857
|
||||
oid sha256:36dd60ef91d4cd388d09cfeaf227f6e5370587055733b3d2f967becaddb15399
|
||||
size 230757
|
||||
|
@ -13,6 +13,12 @@ Wed Dec 4 19:57:54 CET 2013 - jeffm@suse.com
|
||||
- README: Update to document typical patch naming
|
||||
- commit d2a2470
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 4 16:43:58 CET 2013 - tiwai@suse.de
|
||||
|
||||
- config: CONFIG_CHECKPOINT_RESTORE=y and CONFIG_MEM_SOFT_DIRTY=y on x86_64
|
||||
- commit d99342f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 2 04:25:25 CET 2013 - jeffm@suse.com
|
||||
|
||||
@ -86,6 +92,18 @@ Sat Nov 23 01:43:38 CET 2013 - jeffm@suse.com
|
||||
- ARM needs config updates.
|
||||
- commit 2dfdca4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 21 11:10:31 CET 2013 - guillaume.gardet@oliseo.fr
|
||||
|
||||
- Add USB PHY support (needed to get USB and Ethernet working on beagle and panda boards) Add CONFIG_PINCTRL_SINGLE=y to be able to use Device tree (at least for beagle and panda boards) Add ARM SoC sound support Add SPI bus support Add user-space access to I2C and SPI
|
||||
- commit b3c966e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 21 10:50:28 CET 2013 - guillaume.gardet@oliseo.fr
|
||||
|
||||
- Set CONFIG_GPIO_TWL4030 as built-in (instead of module) as a requirement to boot on SD card on beagleboard xM
|
||||
- commit 5b7fb61
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 21 00:04:25 CET 2013 - jslaby@suse.cz
|
||||
|
||||
|
@ -61,7 +61,7 @@ Name: kernel-debug
|
||||
Summary: A Debug Version of the Kernel
|
||||
Version: 3.13.rc2
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g92db3f1
|
||||
Release: <RELEASE>.gb3c966e
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -13,6 +13,12 @@ Wed Dec 4 19:57:54 CET 2013 - jeffm@suse.com
|
||||
- README: Update to document typical patch naming
|
||||
- commit d2a2470
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 4 16:43:58 CET 2013 - tiwai@suse.de
|
||||
|
||||
- config: CONFIG_CHECKPOINT_RESTORE=y and CONFIG_MEM_SOFT_DIRTY=y on x86_64
|
||||
- commit d99342f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 2 04:25:25 CET 2013 - jeffm@suse.com
|
||||
|
||||
@ -86,6 +92,18 @@ Sat Nov 23 01:43:38 CET 2013 - jeffm@suse.com
|
||||
- ARM needs config updates.
|
||||
- commit 2dfdca4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 21 11:10:31 CET 2013 - guillaume.gardet@oliseo.fr
|
||||
|
||||
- Add USB PHY support (needed to get USB and Ethernet working on beagle and panda boards) Add CONFIG_PINCTRL_SINGLE=y to be able to use Device tree (at least for beagle and panda boards) Add ARM SoC sound support Add SPI bus support Add user-space access to I2C and SPI
|
||||
- commit b3c966e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 21 10:50:28 CET 2013 - guillaume.gardet@oliseo.fr
|
||||
|
||||
- Set CONFIG_GPIO_TWL4030 as built-in (instead of module) as a requirement to boot on SD card on beagleboard xM
|
||||
- commit 5b7fb61
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 21 00:04:25 CET 2013 - jslaby@suse.cz
|
||||
|
||||
|
@ -61,7 +61,7 @@ Name: kernel-default
|
||||
Summary: The Standard Kernel
|
||||
Version: 3.13.rc2
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g92db3f1
|
||||
Release: <RELEASE>.gb3c966e
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -13,6 +13,12 @@ Wed Dec 4 19:57:54 CET 2013 - jeffm@suse.com
|
||||
- README: Update to document typical patch naming
|
||||
- commit d2a2470
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 4 16:43:58 CET 2013 - tiwai@suse.de
|
||||
|
||||
- config: CONFIG_CHECKPOINT_RESTORE=y and CONFIG_MEM_SOFT_DIRTY=y on x86_64
|
||||
- commit d99342f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 2 04:25:25 CET 2013 - jeffm@suse.com
|
||||
|
||||
@ -86,6 +92,18 @@ Sat Nov 23 01:43:38 CET 2013 - jeffm@suse.com
|
||||
- ARM needs config updates.
|
||||
- commit 2dfdca4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 21 11:10:31 CET 2013 - guillaume.gardet@oliseo.fr
|
||||
|
||||
- Add USB PHY support (needed to get USB and Ethernet working on beagle and panda boards) Add CONFIG_PINCTRL_SINGLE=y to be able to use Device tree (at least for beagle and panda boards) Add ARM SoC sound support Add SPI bus support Add user-space access to I2C and SPI
|
||||
- commit b3c966e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 21 10:50:28 CET 2013 - guillaume.gardet@oliseo.fr
|
||||
|
||||
- Set CONFIG_GPIO_TWL4030 as built-in (instead of module) as a requirement to boot on SD card on beagleboard xM
|
||||
- commit 5b7fb61
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 21 00:04:25 CET 2013 - jslaby@suse.cz
|
||||
|
||||
|
@ -61,7 +61,7 @@ Name: kernel-desktop
|
||||
Summary: Kernel optimized for the desktop
|
||||
Version: 3.13.rc2
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g92db3f1
|
||||
Release: <RELEASE>.gb3c966e
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -13,6 +13,12 @@ Wed Dec 4 19:57:54 CET 2013 - jeffm@suse.com
|
||||
- README: Update to document typical patch naming
|
||||
- commit d2a2470
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 4 16:43:58 CET 2013 - tiwai@suse.de
|
||||
|
||||
- config: CONFIG_CHECKPOINT_RESTORE=y and CONFIG_MEM_SOFT_DIRTY=y on x86_64
|
||||
- commit d99342f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 2 04:25:25 CET 2013 - jeffm@suse.com
|
||||
|
||||
@ -86,6 +92,18 @@ Sat Nov 23 01:43:38 CET 2013 - jeffm@suse.com
|
||||
- ARM needs config updates.
|
||||
- commit 2dfdca4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 21 11:10:31 CET 2013 - guillaume.gardet@oliseo.fr
|
||||
|
||||
- Add USB PHY support (needed to get USB and Ethernet working on beagle and panda boards) Add CONFIG_PINCTRL_SINGLE=y to be able to use Device tree (at least for beagle and panda boards) Add ARM SoC sound support Add SPI bus support Add user-space access to I2C and SPI
|
||||
- commit b3c966e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 21 10:50:28 CET 2013 - guillaume.gardet@oliseo.fr
|
||||
|
||||
- Set CONFIG_GPIO_TWL4030 as built-in (instead of module) as a requirement to boot on SD card on beagleboard xM
|
||||
- commit 5b7fb61
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 21 00:04:25 CET 2013 - jslaby@suse.cz
|
||||
|
||||
|
@ -26,7 +26,7 @@ Name: kernel-docs
|
||||
Summary: Kernel Documentation
|
||||
Version: 3.13.rc2
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g92db3f1
|
||||
Release: <RELEASE>.gb3c966e
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -13,6 +13,12 @@ Wed Dec 4 19:57:54 CET 2013 - jeffm@suse.com
|
||||
- README: Update to document typical patch naming
|
||||
- commit d2a2470
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 4 16:43:58 CET 2013 - tiwai@suse.de
|
||||
|
||||
- config: CONFIG_CHECKPOINT_RESTORE=y and CONFIG_MEM_SOFT_DIRTY=y on x86_64
|
||||
- commit d99342f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 2 04:25:25 CET 2013 - jeffm@suse.com
|
||||
|
||||
@ -86,6 +92,18 @@ Sat Nov 23 01:43:38 CET 2013 - jeffm@suse.com
|
||||
- ARM needs config updates.
|
||||
- commit 2dfdca4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 21 11:10:31 CET 2013 - guillaume.gardet@oliseo.fr
|
||||
|
||||
- Add USB PHY support (needed to get USB and Ethernet working on beagle and panda boards) Add CONFIG_PINCTRL_SINGLE=y to be able to use Device tree (at least for beagle and panda boards) Add ARM SoC sound support Add SPI bus support Add user-space access to I2C and SPI
|
||||
- commit b3c966e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 21 10:50:28 CET 2013 - guillaume.gardet@oliseo.fr
|
||||
|
||||
- Set CONFIG_GPIO_TWL4030 as built-in (instead of module) as a requirement to boot on SD card on beagleboard xM
|
||||
- commit 5b7fb61
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 21 00:04:25 CET 2013 - jslaby@suse.cz
|
||||
|
||||
|
@ -61,7 +61,7 @@ Name: kernel-pae
|
||||
Summary: Kernel with PAE Support
|
||||
Version: 3.13.rc2
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g92db3f1
|
||||
Release: <RELEASE>.gb3c966e
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -13,6 +13,12 @@ Wed Dec 4 19:57:54 CET 2013 - jeffm@suse.com
|
||||
- README: Update to document typical patch naming
|
||||
- commit d2a2470
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 4 16:43:58 CET 2013 - tiwai@suse.de
|
||||
|
||||
- config: CONFIG_CHECKPOINT_RESTORE=y and CONFIG_MEM_SOFT_DIRTY=y on x86_64
|
||||
- commit d99342f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 2 04:25:25 CET 2013 - jeffm@suse.com
|
||||
|
||||
@ -86,6 +92,18 @@ Sat Nov 23 01:43:38 CET 2013 - jeffm@suse.com
|
||||
- ARM needs config updates.
|
||||
- commit 2dfdca4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 21 11:10:31 CET 2013 - guillaume.gardet@oliseo.fr
|
||||
|
||||
- Add USB PHY support (needed to get USB and Ethernet working on beagle and panda boards) Add CONFIG_PINCTRL_SINGLE=y to be able to use Device tree (at least for beagle and panda boards) Add ARM SoC sound support Add SPI bus support Add user-space access to I2C and SPI
|
||||
- commit b3c966e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 21 10:50:28 CET 2013 - guillaume.gardet@oliseo.fr
|
||||
|
||||
- Set CONFIG_GPIO_TWL4030 as built-in (instead of module) as a requirement to boot on SD card on beagleboard xM
|
||||
- commit 5b7fb61
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 21 00:04:25 CET 2013 - jslaby@suse.cz
|
||||
|
||||
|
@ -31,7 +31,7 @@ Name: kernel-source
|
||||
Summary: The Linux Kernel Sources
|
||||
Version: 3.13.rc2
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g92db3f1
|
||||
Release: <RELEASE>.gb3c966e
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -13,6 +13,12 @@ Wed Dec 4 19:57:54 CET 2013 - jeffm@suse.com
|
||||
- README: Update to document typical patch naming
|
||||
- commit d2a2470
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 4 16:43:58 CET 2013 - tiwai@suse.de
|
||||
|
||||
- config: CONFIG_CHECKPOINT_RESTORE=y and CONFIG_MEM_SOFT_DIRTY=y on x86_64
|
||||
- commit d99342f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 2 04:25:25 CET 2013 - jeffm@suse.com
|
||||
|
||||
@ -86,6 +92,18 @@ Sat Nov 23 01:43:38 CET 2013 - jeffm@suse.com
|
||||
- ARM needs config updates.
|
||||
- commit 2dfdca4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 21 11:10:31 CET 2013 - guillaume.gardet@oliseo.fr
|
||||
|
||||
- Add USB PHY support (needed to get USB and Ethernet working on beagle and panda boards) Add CONFIG_PINCTRL_SINGLE=y to be able to use Device tree (at least for beagle and panda boards) Add ARM SoC sound support Add SPI bus support Add user-space access to I2C and SPI
|
||||
- commit b3c966e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 21 10:50:28 CET 2013 - guillaume.gardet@oliseo.fr
|
||||
|
||||
- Set CONFIG_GPIO_TWL4030 as built-in (instead of module) as a requirement to boot on SD card on beagleboard xM
|
||||
- commit 5b7fb61
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 21 00:04:25 CET 2013 - jslaby@suse.cz
|
||||
|
||||
|
@ -26,7 +26,7 @@ Summary: Kernel Symbol Versions (modversions)
|
||||
Version: 3.13.rc2
|
||||
%if %using_buildservice
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g92db3f1
|
||||
Release: <RELEASE>.gb3c966e
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -13,6 +13,12 @@ Wed Dec 4 19:57:54 CET 2013 - jeffm@suse.com
|
||||
- README: Update to document typical patch naming
|
||||
- commit d2a2470
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 4 16:43:58 CET 2013 - tiwai@suse.de
|
||||
|
||||
- config: CONFIG_CHECKPOINT_RESTORE=y and CONFIG_MEM_SOFT_DIRTY=y on x86_64
|
||||
- commit d99342f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 2 04:25:25 CET 2013 - jeffm@suse.com
|
||||
|
||||
@ -86,6 +92,18 @@ Sat Nov 23 01:43:38 CET 2013 - jeffm@suse.com
|
||||
- ARM needs config updates.
|
||||
- commit 2dfdca4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 21 11:10:31 CET 2013 - guillaume.gardet@oliseo.fr
|
||||
|
||||
- Add USB PHY support (needed to get USB and Ethernet working on beagle and panda boards) Add CONFIG_PINCTRL_SINGLE=y to be able to use Device tree (at least for beagle and panda boards) Add ARM SoC sound support Add SPI bus support Add user-space access to I2C and SPI
|
||||
- commit b3c966e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 21 10:50:28 CET 2013 - guillaume.gardet@oliseo.fr
|
||||
|
||||
- Set CONFIG_GPIO_TWL4030 as built-in (instead of module) as a requirement to boot on SD card on beagleboard xM
|
||||
- commit 5b7fb61
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 21 00:04:25 CET 2013 - jslaby@suse.cz
|
||||
|
||||
|
@ -61,7 +61,7 @@ Name: kernel-trace
|
||||
Summary: The Standard Kernel with Tracing Features
|
||||
Version: 3.13.rc2
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g92db3f1
|
||||
Release: <RELEASE>.gb3c966e
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -13,6 +13,12 @@ Wed Dec 4 19:57:54 CET 2013 - jeffm@suse.com
|
||||
- README: Update to document typical patch naming
|
||||
- commit d2a2470
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 4 16:43:58 CET 2013 - tiwai@suse.de
|
||||
|
||||
- config: CONFIG_CHECKPOINT_RESTORE=y and CONFIG_MEM_SOFT_DIRTY=y on x86_64
|
||||
- commit d99342f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 2 04:25:25 CET 2013 - jeffm@suse.com
|
||||
|
||||
@ -86,6 +92,18 @@ Sat Nov 23 01:43:38 CET 2013 - jeffm@suse.com
|
||||
- ARM needs config updates.
|
||||
- commit 2dfdca4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 21 11:10:31 CET 2013 - guillaume.gardet@oliseo.fr
|
||||
|
||||
- Add USB PHY support (needed to get USB and Ethernet working on beagle and panda boards) Add CONFIG_PINCTRL_SINGLE=y to be able to use Device tree (at least for beagle and panda boards) Add ARM SoC sound support Add SPI bus support Add user-space access to I2C and SPI
|
||||
- commit b3c966e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 21 10:50:28 CET 2013 - guillaume.gardet@oliseo.fr
|
||||
|
||||
- Set CONFIG_GPIO_TWL4030 as built-in (instead of module) as a requirement to boot on SD card on beagleboard xM
|
||||
- commit 5b7fb61
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 21 00:04:25 CET 2013 - jslaby@suse.cz
|
||||
|
||||
|
@ -61,7 +61,7 @@ Name: kernel-vanilla
|
||||
Summary: The Standard Kernel - without any SUSE patches
|
||||
Version: 3.13.rc2
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g92db3f1
|
||||
Release: <RELEASE>.gb3c966e
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,3 @@
|
||||
2013-12-04 20:21:33 +0100
|
||||
GIT Revision: 92db3f1ad1e3970472cd07988ad50c40bddf08a4
|
||||
2013-12-05 08:47:27 +0100
|
||||
GIT Revision: b3c966ecaf07ed646ccefe2ecf7a2d9a45274f64
|
||||
GIT Branch: master
|
||||
|
Loading…
Reference in New Issue
Block a user