All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] linux-headers: bump 3.{10, 14}.x and 4.{1, 2, 3}.x series
@ 2015-12-09 20:10 Gustavo Zacarias
  2015-12-09 20:10 ` [Buildroot] [PATCH 2/2] linux: bump default version to 4.3.1 Gustavo Zacarias
  2015-12-09 22:09 ` [Buildroot] [PATCH 1/2] linux-headers: bump 3.{10, 14}.x and 4.{1, 2, 3}.x series Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Gustavo Zacarias @ 2015-12-09 20:10 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 6559c5e..3102ea9 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -201,15 +201,15 @@ config BR2_DEFAULT_KERNEL_HEADERS
 	string
 	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.10.94"	if BR2_KERNEL_HEADERS_3_10
 	default "3.12.51"	if BR2_KERNEL_HEADERS_3_12
-	default "3.14.57"	if BR2_KERNEL_HEADERS_3_14
+	default "3.14.58"	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
 	default "3.18.24"	if BR2_KERNEL_HEADERS_3_18
 	default "3.19.8"	if BR2_KERNEL_HEADERS_3_19
 	default "4.0.9"		if BR2_KERNEL_HEADERS_4_0
-	default "4.1.13"	if BR2_KERNEL_HEADERS_4_1
-	default "4.2.6"		if BR2_KERNEL_HEADERS_4_2
-	default "4.3"		if BR2_KERNEL_HEADERS_4_3
+	default "4.1.14"	if BR2_KERNEL_HEADERS_4_1
+	default "4.2.7"		if BR2_KERNEL_HEADERS_4_2
+	default "4.3.1"		if BR2_KERNEL_HEADERS_4_3
 	default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
-- 
2.4.10

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

* [Buildroot] [PATCH 2/2] linux: bump default version to 4.3.1
  2015-12-09 20:10 [Buildroot] [PATCH 1/2] linux-headers: bump 3.{10, 14}.x and 4.{1, 2, 3}.x series Gustavo Zacarias
@ 2015-12-09 20:10 ` Gustavo Zacarias
  2015-12-09 22:09 ` [Buildroot] [PATCH 1/2] linux-headers: bump 3.{10, 14}.x and 4.{1, 2, 3}.x series Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Gustavo Zacarias @ 2015-12-09 20:10 UTC (permalink / raw)
  To: buildroot

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

diff --git a/linux/Config.in b/linux/Config.in
index 12b417a..dfb9453 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -21,7 +21,7 @@ choice
 	prompt "Kernel version"
 
 config BR2_LINUX_KERNEL_LATEST_VERSION
-	bool "4.3"
+	bool "4.3.1"
 
 config BR2_LINUX_KERNEL_SAME_AS_HEADERS
 	bool "Same as toolchain kernel headers"
@@ -109,7 +109,7 @@ config BR2_LINUX_KERNEL_CUSTOM_LOCAL_PATH
 
 config BR2_LINUX_KERNEL_VERSION
 	string
-	default "4.3" if BR2_LINUX_KERNEL_LATEST_VERSION
+	default "4.3.1" if BR2_LINUX_KERNEL_LATEST_VERSION
 	default BR2_DEFAULT_KERNEL_HEADERS if BR2_LINUX_KERNEL_SAME_AS_HEADERS
 	default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \
 		if BR2_LINUX_KERNEL_CUSTOM_VERSION
-- 
2.4.10

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

* [Buildroot] [PATCH 1/2] linux-headers: bump 3.{10, 14}.x and 4.{1, 2, 3}.x series
  2015-12-09 20:10 [Buildroot] [PATCH 1/2] linux-headers: bump 3.{10, 14}.x and 4.{1, 2, 3}.x series Gustavo Zacarias
  2015-12-09 20:10 ` [Buildroot] [PATCH 2/2] linux: bump default version to 4.3.1 Gustavo Zacarias
@ 2015-12-09 22:09 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2015-12-09 22:09 UTC (permalink / raw)
  To: buildroot

Dear Gustavo Zacarias,

On Wed,  9 Dec 2015 17:10:03 -0300, Gustavo Zacarias wrote:
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
>  package/linux-headers/Config.in.host | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)

Both applied, thanks.

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

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

end of thread, other threads:[~2015-12-09 22:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-09 20:10 [Buildroot] [PATCH 1/2] linux-headers: bump 3.{10, 14}.x and 4.{1, 2, 3}.x series Gustavo Zacarias
2015-12-09 20:10 ` [Buildroot] [PATCH 2/2] linux: bump default version to 4.3.1 Gustavo Zacarias
2015-12-09 22:09 ` [Buildroot] [PATCH 1/2] linux-headers: bump 3.{10, 14}.x and 4.{1, 2, 3}.x series Thomas Petazzoni

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.