* [Buildroot] [PATCH 1/3] linux-headers: bump 3.{17, 16, 14, 12, 10}.x series
@ 2014-10-30 17:29 Gustavo Zacarias
2014-10-30 17:29 ` [Buildroot] [PATCH 2/3] linux: bump default version to 3.17.2 Gustavo Zacarias
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Gustavo Zacarias @ 2014-10-30 17:29 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
| 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
--git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index b494885..b363cdc 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -171,12 +171,12 @@ config BR2_DEFAULT_KERNEL_HEADERS
default "3.2.63" if BR2_KERNEL_HEADERS_3_2
default "3.4.104" if BR2_KERNEL_HEADERS_3_4
default "3.9.11" if BR2_KERNEL_HEADERS_3_9
- default "3.10.58" if BR2_KERNEL_HEADERS_3_10
+ default "3.10.59" if BR2_KERNEL_HEADERS_3_10
default "3.11.10" if BR2_KERNEL_HEADERS_3_11
- default "3.12.30" if BR2_KERNEL_HEADERS_3_12
+ default "3.12.31" if BR2_KERNEL_HEADERS_3_12
default "3.13.11" if BR2_KERNEL_HEADERS_3_13
- default "3.14.22" if BR2_KERNEL_HEADERS_3_14
+ default "3.14.23" if BR2_KERNEL_HEADERS_3_14
default "3.15.10" if BR2_KERNEL_HEADERS_3_15
- default "3.16.6" if BR2_KERNEL_HEADERS_3_16
- default "3.17.1" if BR2_KERNEL_HEADERS_3_17
+ default "3.16.7" if BR2_KERNEL_HEADERS_3_16
+ default "3.17.2" if BR2_KERNEL_HEADERS_3_17
default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
--
2.0.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 2/3] linux: bump default version to 3.17.2
2014-10-30 17:29 [Buildroot] [PATCH 1/3] linux-headers: bump 3.{17, 16, 14, 12, 10}.x series Gustavo Zacarias
@ 2014-10-30 17:29 ` Gustavo Zacarias
2014-10-30 17:29 ` [Buildroot] [PATCH 3/3] kernel headers: remove deprecated version 3.9 Gustavo Zacarias
2014-10-30 18:04 ` [Buildroot] [PATCH 1/3] linux-headers: bump 3.{17, 16, 14, 12, 10}.x series Thomas Petazzoni
2 siblings, 0 replies; 4+ messages in thread
From: Gustavo Zacarias @ 2014-10-30 17:29 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 718afb5..e0d123c 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -21,7 +21,7 @@ choice
prompt "Kernel version"
config BR2_LINUX_KERNEL_LATEST_VERSION
- bool "3.17.1"
+ bool "3.17.2"
config BR2_LINUX_KERNEL_SAME_AS_HEADERS
bool "Same as toolchain kernel headers"
@@ -104,7 +104,7 @@ config BR2_LINUX_KERNEL_CUSTOM_LOCAL_PATH
config BR2_LINUX_KERNEL_VERSION
string
- default "3.17.1" if BR2_LINUX_KERNEL_LATEST_VERSION
+ default "3.17.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.0.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 3/3] kernel headers: remove deprecated version 3.9
2014-10-30 17:29 [Buildroot] [PATCH 1/3] linux-headers: bump 3.{17, 16, 14, 12, 10}.x series Gustavo Zacarias
2014-10-30 17:29 ` [Buildroot] [PATCH 2/3] linux: bump default version to 3.17.2 Gustavo Zacarias
@ 2014-10-30 17:29 ` Gustavo Zacarias
2014-10-30 18:04 ` [Buildroot] [PATCH 1/3] linux-headers: bump 3.{17, 16, 14, 12, 10}.x series Thomas Petazzoni
2 siblings, 0 replies; 4+ messages in thread
From: Gustavo Zacarias @ 2014-10-30 17:29 UTC (permalink / raw)
To: buildroot
Deprecate 3.9.x headers for the 2014.11 release, a year has passed.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
| 6 ------
1 file changed, 6 deletions(-)
--git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index b363cdc..5bb7170 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -27,11 +27,6 @@ choice
depends on !BR2_arc
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4
- config BR2_KERNEL_HEADERS_3_9
- bool "Linux 3.9.x kernel headers"
- depends on BR2_DEPRECATED_SINCE_2013_11
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9
-
config BR2_KERNEL_HEADERS_3_10
bool "Linux 3.10.x kernel headers"
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10
@@ -170,7 +165,6 @@ config BR2_DEFAULT_KERNEL_HEADERS
default "3.0.101" if BR2_KERNEL_HEADERS_3_0
default "3.2.63" if BR2_KERNEL_HEADERS_3_2
default "3.4.104" if BR2_KERNEL_HEADERS_3_4
- default "3.9.11" if BR2_KERNEL_HEADERS_3_9
default "3.10.59" if BR2_KERNEL_HEADERS_3_10
default "3.11.10" if BR2_KERNEL_HEADERS_3_11
default "3.12.31" if BR2_KERNEL_HEADERS_3_12
--
2.0.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 1/3] linux-headers: bump 3.{17, 16, 14, 12, 10}.x series
2014-10-30 17:29 [Buildroot] [PATCH 1/3] linux-headers: bump 3.{17, 16, 14, 12, 10}.x series Gustavo Zacarias
2014-10-30 17:29 ` [Buildroot] [PATCH 2/3] linux: bump default version to 3.17.2 Gustavo Zacarias
2014-10-30 17:29 ` [Buildroot] [PATCH 3/3] kernel headers: remove deprecated version 3.9 Gustavo Zacarias
@ 2014-10-30 18:04 ` Thomas Petazzoni
2 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2014-10-30 18:04 UTC (permalink / raw)
To: buildroot
Dear Gustavo Zacarias,
On Thu, 30 Oct 2014 14:29:22 -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(-)
Thanks, series applied.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-10-30 18:04 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-30 17:29 [Buildroot] [PATCH 1/3] linux-headers: bump 3.{17, 16, 14, 12, 10}.x series Gustavo Zacarias
2014-10-30 17:29 ` [Buildroot] [PATCH 2/3] linux: bump default version to 3.17.2 Gustavo Zacarias
2014-10-30 17:29 ` [Buildroot] [PATCH 3/3] kernel headers: remove deprecated version 3.9 Gustavo Zacarias
2014-10-30 18:04 ` [Buildroot] [PATCH 1/3] linux-headers: bump 3.{17, 16, 14, 12, 10}.x series Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox