All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] linux-headers: bump 3.{2, 12}.x series
@ 2015-12-02 10:34 Gustavo Zacarias
  2015-12-02 20:36 ` Peter Korsgaard
  0 siblings, 1 reply; 8+ messages in thread
From: Gustavo Zacarias @ 2015-12-02 10:34 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/linux-headers/Config.in.host | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 560cad7..6559c5e 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -199,10 +199,10 @@ endchoice
 
 config BR2_DEFAULT_KERNEL_HEADERS
 	string
-	default "3.2.73"	if BR2_KERNEL_HEADERS_3_2
+	default "3.2.74"	if BR2_KERNEL_HEADERS_3_2
 	default "3.4.110"	if BR2_KERNEL_HEADERS_3_4
 	default "3.10.93"	if BR2_KERNEL_HEADERS_3_10
-	default "3.12.50"	if BR2_KERNEL_HEADERS_3_12
+	default "3.12.51"	if BR2_KERNEL_HEADERS_3_12
 	default "3.14.57"	if BR2_KERNEL_HEADERS_3_14
 	default "3.16.7"	if BR2_KERNEL_HEADERS_3_16
 	default "3.17.8"	if BR2_KERNEL_HEADERS_3_17
-- 
2.4.10

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

* [Buildroot] [PATCH] linux-headers: bump 3.{2, 12}.x series
  2015-12-02 10:34 [Buildroot] [PATCH] linux-headers: bump 3.{2, 12}.x series Gustavo Zacarias
@ 2015-12-02 20:36 ` Peter Korsgaard
  0 siblings, 0 replies; 8+ messages in thread
From: Peter Korsgaard @ 2015-12-02 20:36 UTC (permalink / raw)
  To: buildroot

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] linux-headers: bump 3.{2, 12}.x series
  2016-02-28 14:03 Gustavo Zacarias
@ 2016-02-28 21:27 ` Thomas Petazzoni
  0 siblings, 0 replies; 8+ messages in thread
From: Thomas Petazzoni @ 2016-02-28 21:27 UTC (permalink / raw)
  To: buildroot

Dear Gustavo Zacarias,

On Sun, 28 Feb 2016 11:03:53 -0300, Gustavo Zacarias wrote:
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
>  package/linux-headers/Config.in.host | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

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] linux-headers: bump 3.{2, 12}.x series
@ 2016-02-28 14:03 Gustavo Zacarias
  2016-02-28 21:27 ` Thomas Petazzoni
  0 siblings, 1 reply; 8+ messages in thread
From: Gustavo Zacarias @ 2016-02-28 14:03 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/linux-headers/Config.in.host | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 4a3651d..7aaed97 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -208,10 +208,10 @@ endchoice
 
 config BR2_DEFAULT_KERNEL_HEADERS
 	string
-	default "3.2.77"	if BR2_KERNEL_HEADERS_3_2
+	default "3.2.78"	if BR2_KERNEL_HEADERS_3_2
 	default "3.4.110"	if BR2_KERNEL_HEADERS_3_4
 	default "3.10.98"	if BR2_KERNEL_HEADERS_3_10
-	default "3.12.54"	if BR2_KERNEL_HEADERS_3_12
+	default "3.12.55"	if BR2_KERNEL_HEADERS_3_12
 	default "3.14.62"	if BR2_KERNEL_HEADERS_3_14
 	default "3.17.8"	if BR2_KERNEL_HEADERS_3_17
 	default "3.18.27"	if BR2_KERNEL_HEADERS_3_18
-- 
2.4.10

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

* [Buildroot] [PATCH] linux-headers: bump 3.{2, 12}.x series
  2014-09-14 12:02 Gustavo Zacarias
@ 2014-09-14 20:26 ` Peter Korsgaard
  0 siblings, 0 replies; 8+ messages in thread
From: Peter Korsgaard @ 2014-09-14 20:26 UTC (permalink / raw)
  To: buildroot

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] linux-headers: bump 3.{2, 12}.x series
@ 2014-09-14 12:02 Gustavo Zacarias
  2014-09-14 20:26 ` Peter Korsgaard
  0 siblings, 1 reply; 8+ messages in thread
From: Gustavo Zacarias @ 2014-09-14 12:02 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/linux-headers/Config.in.host | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index f7df881..c0ddf3e 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -160,12 +160,12 @@ endchoice
 config BR2_DEFAULT_KERNEL_HEADERS
 	string
 	default "3.0.101"	if BR2_KERNEL_HEADERS_3_0
-	default "3.2.62"	if BR2_KERNEL_HEADERS_3_2
+	default "3.2.63"	if BR2_KERNEL_HEADERS_3_2
 	default "3.4.103"	if BR2_KERNEL_HEADERS_3_4
 	default "3.9.11"	if BR2_KERNEL_HEADERS_3_9
 	default "3.10.54"	if BR2_KERNEL_HEADERS_3_10
 	default "3.11.10"	if BR2_KERNEL_HEADERS_3_11
-	default "3.12.27"	if BR2_KERNEL_HEADERS_3_12
+	default "3.12.28"	if BR2_KERNEL_HEADERS_3_12
 	default "3.13.11"	if BR2_KERNEL_HEADERS_3_13
 	default "3.14.18"	if BR2_KERNEL_HEADERS_3_14
 	default "3.15.10"	if BR2_KERNEL_HEADERS_3_15
-- 
1.8.5.5

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

* [Buildroot] [PATCH] linux-headers: bump 3.{2,12}.x series
  2014-04-09  7:28 [Buildroot] [PATCH] linux-headers: bump 3.{2,12}.x series Gustavo Zacarias
@ 2014-04-09 11:45 ` Peter Korsgaard
  0 siblings, 0 replies; 8+ messages in thread
From: Peter Korsgaard @ 2014-04-09 11:45 UTC (permalink / raw)
  To: buildroot

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] linux-headers: bump 3.{2,12}.x series
@ 2014-04-09  7:28 Gustavo Zacarias
  2014-04-09 11:45 ` Peter Korsgaard
  0 siblings, 1 reply; 8+ messages in thread
From: Gustavo Zacarias @ 2014-04-09  7:28 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/linux-headers/Config.in.host | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 0919415..005ad1e 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -158,7 +158,7 @@ endchoice
 config BR2_DEFAULT_KERNEL_HEADERS
 	string
 	default "3.0.101"	if BR2_KERNEL_HEADERS_3_0
-	default "3.2.56"	if BR2_KERNEL_HEADERS_3_2
+	default "3.2.57"	if BR2_KERNEL_HEADERS_3_2
 	default "3.4.86"	if BR2_KERNEL_HEADERS_3_4
 	default "3.6.11"	if BR2_KERNEL_HEADERS_3_6
 	default "3.7.10"	if BR2_KERNEL_HEADERS_3_7
@@ -166,7 +166,7 @@ config BR2_DEFAULT_KERNEL_HEADERS
 	default "3.9.11"	if BR2_KERNEL_HEADERS_3_9
 	default "3.10.36"	if BR2_KERNEL_HEADERS_3_10
 	default "3.11.10"	if BR2_KERNEL_HEADERS_3_11
-	default "3.12.16"	if BR2_KERNEL_HEADERS_3_12
+	default "3.12.17"	if BR2_KERNEL_HEADERS_3_12
 	default "3.13.9"	if BR2_KERNEL_HEADERS_3_13
 	default "3.14"		if BR2_KERNEL_HEADERS_3_14
 	default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
-- 
1.8.3.2

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

end of thread, other threads:[~2016-02-28 21:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-02 10:34 [Buildroot] [PATCH] linux-headers: bump 3.{2, 12}.x series Gustavo Zacarias
2015-12-02 20:36 ` Peter Korsgaard
  -- strict thread matches above, loose matches on Subject: below --
2016-02-28 14:03 Gustavo Zacarias
2016-02-28 21:27 ` Thomas Petazzoni
2014-09-14 12:02 Gustavo Zacarias
2014-09-14 20:26 ` Peter Korsgaard
2014-04-09  7:28 [Buildroot] [PATCH] linux-headers: bump 3.{2,12}.x series Gustavo Zacarias
2014-04-09 11:45 ` 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.