* [Buildroot] [PATCH 1/2] linux-headers: bump 4.{1, 2}.x series
@ 2015-09-29 23:02 Gustavo Zacarias
2015-09-29 23:02 ` [Buildroot] [PATCH 2/2] linux: bump default to version 4.2.2 Gustavo Zacarias
2015-09-30 10:36 ` [Buildroot] [PATCH 1/2] linux-headers: bump 4.{1, 2}.x series Thomas Petazzoni
0 siblings, 2 replies; 5+ messages in thread
From: Gustavo Zacarias @ 2015-09-29 23:02 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
| 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 9bb16b9..3559167 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -201,6 +201,6 @@ config BR2_DEFAULT_KERNEL_HEADERS
default "3.18.21" 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.8" if BR2_KERNEL_HEADERS_4_1
- default "4.2.1" if BR2_KERNEL_HEADERS_4_2
+ default "4.1.9" if BR2_KERNEL_HEADERS_4_1
+ default "4.2.2" if BR2_KERNEL_HEADERS_4_2
default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
--
2.4.9
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 2/2] linux: bump default to version 4.2.2
2015-09-29 23:02 [Buildroot] [PATCH 1/2] linux-headers: bump 4.{1, 2}.x series Gustavo Zacarias
@ 2015-09-29 23:02 ` Gustavo Zacarias
2015-09-30 10:36 ` [Buildroot] [PATCH 1/2] linux-headers: bump 4.{1, 2}.x series Thomas Petazzoni
1 sibling, 0 replies; 5+ messages in thread
From: Gustavo Zacarias @ 2015-09-29 23:02 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 9f39c4c..2be91bb 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.2.1"
+ bool "4.2.2"
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.2.1" if BR2_LINUX_KERNEL_LATEST_VERSION
+ default "4.2.2" 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.9
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 1/2] linux-headers: bump 4.{1, 2}.x series
2015-09-29 23:02 [Buildroot] [PATCH 1/2] linux-headers: bump 4.{1, 2}.x series Gustavo Zacarias
2015-09-29 23:02 ` [Buildroot] [PATCH 2/2] linux: bump default to version 4.2.2 Gustavo Zacarias
@ 2015-09-30 10:36 ` Thomas Petazzoni
1 sibling, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2015-09-30 10:36 UTC (permalink / raw)
To: buildroot
Dear Gustavo Zacarias,
On Tue, 29 Sep 2015 20:02:18 -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(-)
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
* [Buildroot] [PATCH 1/2] linux-headers: bump 4.{1,2}.x series
@ 2015-10-03 21:08 Vicente Olivert Riera
2015-10-03 21:21 ` Peter Korsgaard
0 siblings, 1 reply; 5+ messages in thread
From: Vicente Olivert Riera @ 2015-10-03 21:08 UTC (permalink / raw)
To: buildroot
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
| 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
--git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 101f30d..2e28f78 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -201,6 +201,6 @@ config BR2_DEFAULT_KERNEL_HEADERS
default "3.18.21" 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.9" if BR2_KERNEL_HEADERS_4_1
- default "4.2.2" if BR2_KERNEL_HEADERS_4_2
+ default "4.1.10" if BR2_KERNEL_HEADERS_4_1
+ default "4.2.3" if BR2_KERNEL_HEADERS_4_2
default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
--
1.7.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 1/2] linux-headers: bump 4.{1,2}.x series
2015-10-03 21:08 [Buildroot] [PATCH 1/2] linux-headers: bump 4.{1,2}.x series Vicente Olivert Riera
@ 2015-10-03 21:21 ` Peter Korsgaard
0 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2015-10-03 21:21 UTC (permalink / raw)
To: buildroot
>>>>> "Vicente" == Vicente Olivert Riera <Vincent.Riera@imgtec.com> writes:
> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-10-03 21:21 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-29 23:02 [Buildroot] [PATCH 1/2] linux-headers: bump 4.{1, 2}.x series Gustavo Zacarias
2015-09-29 23:02 ` [Buildroot] [PATCH 2/2] linux: bump default to version 4.2.2 Gustavo Zacarias
2015-09-30 10:36 ` [Buildroot] [PATCH 1/2] linux-headers: bump 4.{1, 2}.x series Thomas Petazzoni
-- strict thread matches above, loose matches on Subject: below --
2015-10-03 21:08 [Buildroot] [PATCH 1/2] linux-headers: bump 4.{1,2}.x series Vicente Olivert Riera
2015-10-03 21:21 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox