All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] linux-headers: bump 3.2.x series
@ 2017-06-07  4:45 Bernd Kuhls
  2017-06-07  7:19 ` Peter Korsgaard
  2017-06-07 10:02 ` Peter Korsgaard
  0 siblings, 2 replies; 8+ messages in thread
From: Bernd Kuhls @ 2017-06-07  4:45 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/linux-headers/Config.in.host | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index c7a371052..b49323439 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -222,7 +222,7 @@ endchoice
 
 config BR2_DEFAULT_KERNEL_HEADERS
 	string
-	default "3.2.88"	if BR2_KERNEL_HEADERS_3_2
+	default "3.2.89"	if BR2_KERNEL_HEADERS_3_2
 	default "3.4.113"	if BR2_KERNEL_HEADERS_3_4
 	default "3.10.105"	if BR2_KERNEL_HEADERS_3_10
 	default "3.12.74"	if BR2_KERNEL_HEADERS_3_12
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [Buildroot] [PATCH 1/1] linux-headers: bump 3.2.x series
  2017-06-07  4:45 [Buildroot] [PATCH 1/1] linux-headers: bump 3.2.x series Bernd Kuhls
@ 2017-06-07  7:19 ` Peter Korsgaard
  2017-06-07 10:02 ` Peter Korsgaard
  1 sibling, 0 replies; 8+ messages in thread
From: Peter Korsgaard @ 2017-06-07  7:19 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Buildroot] [PATCH 1/1] linux-headers: bump 3.2.x series
  2017-06-07  4:45 [Buildroot] [PATCH 1/1] linux-headers: bump 3.2.x series Bernd Kuhls
  2017-06-07  7:19 ` Peter Korsgaard
@ 2017-06-07 10:02 ` Peter Korsgaard
  1 sibling, 0 replies; 8+ messages in thread
From: Peter Korsgaard @ 2017-06-07 10:02 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Committed to 2017.02.x and 2017.05.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Buildroot] [PATCH 1/1] linux-headers: bump 3.2.x series
  2018-02-27 19:10 Bernd Kuhls
@ 2018-02-27 19:36 ` Peter Korsgaard
  0 siblings, 0 replies; 8+ messages in thread
From: Peter Korsgaard @ 2018-02-27 19:36 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Buildroot] [PATCH 1/1] linux-headers: bump 3.2.x series
@ 2018-02-27 19:10 Bernd Kuhls
  2018-02-27 19:36 ` Peter Korsgaard
  0 siblings, 1 reply; 8+ messages in thread
From: Bernd Kuhls @ 2018-02-27 19:10 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/linux-headers/Config.in.host | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index bc1e98a994..6de3660b38 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -240,7 +240,7 @@ endchoice
 
 config BR2_DEFAULT_KERNEL_HEADERS
 	string
-	default "3.2.98"	if BR2_KERNEL_HEADERS_3_2
+	default "3.2.99"	if BR2_KERNEL_HEADERS_3_2
 	default "4.1.49"	if BR2_KERNEL_HEADERS_4_1
 	default "4.4.118"	if BR2_KERNEL_HEADERS_4_4
 	default "4.9.84"	if BR2_KERNEL_HEADERS_4_9
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [Buildroot] [PATCH 1/1] linux-headers: bump 3.2.x series
  2017-11-27  6:22 Bernd Kuhls
  2017-11-27  8:25 ` Thomas Petazzoni
@ 2017-11-27 22:55 ` Peter Korsgaard
  1 sibling, 0 replies; 8+ messages in thread
From: Peter Korsgaard @ 2017-11-27 22:55 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Committed to 2017.02.x and 2017.08.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Buildroot] [PATCH 1/1] linux-headers: bump 3.2.x series
  2017-11-27  6:22 Bernd Kuhls
@ 2017-11-27  8:25 ` Thomas Petazzoni
  2017-11-27 22:55 ` Peter Korsgaard
  1 sibling, 0 replies; 8+ messages in thread
From: Thomas Petazzoni @ 2017-11-27  8:25 UTC (permalink / raw)
  To: buildroot

Hello,

On Mon, 27 Nov 2017 07:22:25 +0100, Bernd Kuhls wrote:
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/linux-headers/Config.in.host | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Buildroot] [PATCH 1/1] linux-headers: bump 3.2.x series
@ 2017-11-27  6:22 Bernd Kuhls
  2017-11-27  8:25 ` Thomas Petazzoni
  2017-11-27 22:55 ` Peter Korsgaard
  0 siblings, 2 replies; 8+ messages in thread
From: Bernd Kuhls @ 2017-11-27  6:22 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/linux-headers/Config.in.host | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 61a9414231..cff856eaeb 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -239,7 +239,7 @@ endchoice
 
 config BR2_DEFAULT_KERNEL_HEADERS
 	string
-	default "3.2.95"	if BR2_KERNEL_HEADERS_3_2
+	default "3.2.96"	if BR2_KERNEL_HEADERS_3_2
 	default "3.4.113"	if BR2_KERNEL_HEADERS_3_4
 	default "3.10.108"	if BR2_KERNEL_HEADERS_3_10
 	default "3.12.74"	if BR2_KERNEL_HEADERS_3_12
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-02-27 19:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-07  4:45 [Buildroot] [PATCH 1/1] linux-headers: bump 3.2.x series Bernd Kuhls
2017-06-07  7:19 ` Peter Korsgaard
2017-06-07 10:02 ` Peter Korsgaard
2017-11-27  6:22 Bernd Kuhls
2017-11-27  8:25 ` Thomas Petazzoni
2017-11-27 22:55 ` Peter Korsgaard
2018-02-27 19:10 Bernd Kuhls
2018-02-27 19:36 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.