Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] linux-headers: bump 4.{1, 2, 3}.x series
@ 2015-12-15  9:34 Gustavo Zacarias
  2015-12-15  9:34 ` [Buildroot] [PATCH 2/2] linux: bump default version to 4.3.3 Gustavo Zacarias
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Gustavo Zacarias @ 2015-12-15  9:34 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index f1ca16b..c02c940 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -209,7 +209,7 @@ config BR2_DEFAULT_KERNEL_HEADERS
 	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.14"	if BR2_KERNEL_HEADERS_4_1
-	default "4.2.7"		if BR2_KERNEL_HEADERS_4_2
-	default "4.3.2"		if BR2_KERNEL_HEADERS_4_3
+	default "4.1.15"	if BR2_KERNEL_HEADERS_4_1
+	default "4.2.8"		if BR2_KERNEL_HEADERS_4_2
+	default "4.3.3"		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] 5+ messages in thread

* [Buildroot] [PATCH 2/2] linux: bump default version to 4.3.3
  2015-12-15  9:34 [Buildroot] [PATCH 1/2] linux-headers: bump 4.{1, 2, 3}.x series Gustavo Zacarias
@ 2015-12-15  9:34 ` Gustavo Zacarias
  2015-12-15 12:06   ` Vicente Olivert Riera
  2015-12-15 12:05 ` [Buildroot] [PATCH 1/2] linux-headers: bump 4.{1, 2, 3}.x series Vicente Olivert Riera
  2015-12-15 20:42 ` Thomas Petazzoni
  2 siblings, 1 reply; 5+ messages in thread
From: Gustavo Zacarias @ 2015-12-15  9:34 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 57b3490..2704ab6 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.2"
+	bool "4.3.3"
 
 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.2" if BR2_LINUX_KERNEL_LATEST_VERSION
+	default "4.3.3" 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] 5+ messages in thread

* [Buildroot] [PATCH 1/2] linux-headers: bump 4.{1, 2, 3}.x series
  2015-12-15  9:34 [Buildroot] [PATCH 1/2] linux-headers: bump 4.{1, 2, 3}.x series Gustavo Zacarias
  2015-12-15  9:34 ` [Buildroot] [PATCH 2/2] linux: bump default version to 4.3.3 Gustavo Zacarias
@ 2015-12-15 12:05 ` Vicente Olivert Riera
  2015-12-15 20:42 ` Thomas Petazzoni
  2 siblings, 0 replies; 5+ messages in thread
From: Vicente Olivert Riera @ 2015-12-15 12:05 UTC (permalink / raw)
  To: buildroot

Dear Gustavo Zacarias,

On 15/12/15 09:34, Gustavo Zacarias wrote:
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>

Regards,

Vincent.

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

* [Buildroot] [PATCH 2/2] linux: bump default version to 4.3.3
  2015-12-15  9:34 ` [Buildroot] [PATCH 2/2] linux: bump default version to 4.3.3 Gustavo Zacarias
@ 2015-12-15 12:06   ` Vicente Olivert Riera
  0 siblings, 0 replies; 5+ messages in thread
From: Vicente Olivert Riera @ 2015-12-15 12:06 UTC (permalink / raw)
  To: buildroot

Dear Gustavo Zacarias,

On 15/12/15 09:34, Gustavo Zacarias wrote:
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>

Regards,

Vincent.

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

* [Buildroot] [PATCH 1/2] linux-headers: bump 4.{1, 2, 3}.x series
  2015-12-15  9:34 [Buildroot] [PATCH 1/2] linux-headers: bump 4.{1, 2, 3}.x series Gustavo Zacarias
  2015-12-15  9:34 ` [Buildroot] [PATCH 2/2] linux: bump default version to 4.3.3 Gustavo Zacarias
  2015-12-15 12:05 ` [Buildroot] [PATCH 1/2] linux-headers: bump 4.{1, 2, 3}.x series Vicente Olivert Riera
@ 2015-12-15 20:42 ` Thomas Petazzoni
  2 siblings, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2015-12-15 20:42 UTC (permalink / raw)
  To: buildroot

Dear Gustavo Zacarias,

On Tue, 15 Dec 2015 06:34:42 -0300, Gustavo Zacarias wrote:
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
>  package/linux-headers/Config.in.host | 6 +++---
>  1 file changed, 3 insertions(+), 3 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] 5+ messages in thread

end of thread, other threads:[~2015-12-15 20:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-15  9:34 [Buildroot] [PATCH 1/2] linux-headers: bump 4.{1, 2, 3}.x series Gustavo Zacarias
2015-12-15  9:34 ` [Buildroot] [PATCH 2/2] linux: bump default version to 4.3.3 Gustavo Zacarias
2015-12-15 12:06   ` Vicente Olivert Riera
2015-12-15 12:05 ` [Buildroot] [PATCH 1/2] linux-headers: bump 4.{1, 2, 3}.x series Vicente Olivert Riera
2015-12-15 20:42 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox