* [Buildroot] [PATCH 1/2] linux-headers: bump 4.{4, 8}.x series
@ 2016-11-26 14:28 Fabio Estevam
2016-11-26 14:28 ` [Buildroot] [PATCH 2/2] linux: bump default to version 4.8.11 Fabio Estevam
2016-11-26 14:31 ` [Buildroot] [PATCH 1/2] linux-headers: bump 4.{4, 8}.x series Thomas Petazzoni
0 siblings, 2 replies; 9+ messages in thread
From: Fabio Estevam @ 2016-11-26 14:28 UTC (permalink / raw)
To: buildroot
Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
| 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 5c42d53..6d616c3 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -232,9 +232,9 @@ config BR2_DEFAULT_KERNEL_HEADERS
default "3.19.8" if BR2_KERNEL_HEADERS_3_19
default "4.0.9" if BR2_KERNEL_HEADERS_4_0
default "4.1.35" if BR2_KERNEL_HEADERS_4_1
- default "4.4.34" if BR2_KERNEL_HEADERS_4_4
+ default "4.4.35" if BR2_KERNEL_HEADERS_4_4
default "4.5.7" if BR2_KERNEL_HEADERS_4_5
default "4.6.7" if BR2_KERNEL_HEADERS_4_6
default "4.7.10" if BR2_KERNEL_HEADERS_4_7
- default "4.8.10" if BR2_KERNEL_HEADERS_4_8
+ default "4.8.11" if BR2_KERNEL_HEADERS_4_8
default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
--
2.7.4
^ permalink raw reply related [flat|nested] 9+ messages in thread* [Buildroot] [PATCH 2/2] linux: bump default to version 4.8.11
2016-11-26 14:28 [Buildroot] [PATCH 1/2] linux-headers: bump 4.{4, 8}.x series Fabio Estevam
@ 2016-11-26 14:28 ` Fabio Estevam
2016-11-26 14:31 ` [Buildroot] [PATCH 1/2] linux-headers: bump 4.{4, 8}.x series Thomas Petazzoni
1 sibling, 0 replies; 9+ messages in thread
From: Fabio Estevam @ 2016-11-26 14:28 UTC (permalink / raw)
To: buildroot
Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
linux/Config.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/linux/Config.in b/linux/Config.in
index d8ac5fa..6a7838d 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -26,7 +26,7 @@ choice
prompt "Kernel version"
config BR2_LINUX_KERNEL_LATEST_VERSION
- bool "Latest version (4.8.10)"
+ bool "Latest version (4.8.11)"
config BR2_LINUX_KERNEL_CUSTOM_VERSION
bool "Custom version"
@@ -97,7 +97,7 @@ endif
config BR2_LINUX_KERNEL_VERSION
string
- default "4.8.10" if BR2_LINUX_KERNEL_LATEST_VERSION
+ default "4.8.11" if BR2_LINUX_KERNEL_LATEST_VERSION
default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \
if BR2_LINUX_KERNEL_CUSTOM_VERSION
default "custom" if BR2_LINUX_KERNEL_CUSTOM_TARBALL
--
2.7.4
^ permalink raw reply related [flat|nested] 9+ messages in thread* [Buildroot] [PATCH 1/2] linux-headers: bump 4.{4, 8}.x series
2016-11-26 14:28 [Buildroot] [PATCH 1/2] linux-headers: bump 4.{4, 8}.x series Fabio Estevam
2016-11-26 14:28 ` [Buildroot] [PATCH 2/2] linux: bump default to version 4.8.11 Fabio Estevam
@ 2016-11-26 14:31 ` Thomas Petazzoni
1 sibling, 0 replies; 9+ messages in thread
From: Thomas Petazzoni @ 2016-11-26 14:31 UTC (permalink / raw)
To: buildroot
Hello,
On Sat, 26 Nov 2016 12:28:34 -0200, Fabio Estevam wrote:
> Signed-off-by: Fabio Estevam <festevam@gmail.com>
> ---
> package/linux-headers/Config.in.host | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Both 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] 9+ messages in thread
* [Buildroot] [PATCH 1/2] linux-headers: bump 4.{4, 8}.x series
@ 2016-12-02 13:15 Gustavo Zacarias
2016-12-02 16:16 ` Peter Korsgaard
0 siblings, 1 reply; 9+ messages in thread
From: Gustavo Zacarias @ 2016-12-02 13:15 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 6d616c3..9cdd5fa 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -232,9 +232,9 @@ config BR2_DEFAULT_KERNEL_HEADERS
default "3.19.8" if BR2_KERNEL_HEADERS_3_19
default "4.0.9" if BR2_KERNEL_HEADERS_4_0
default "4.1.35" if BR2_KERNEL_HEADERS_4_1
- default "4.4.35" if BR2_KERNEL_HEADERS_4_4
+ default "4.4.36" if BR2_KERNEL_HEADERS_4_4
default "4.5.7" if BR2_KERNEL_HEADERS_4_5
default "4.6.7" if BR2_KERNEL_HEADERS_4_6
default "4.7.10" if BR2_KERNEL_HEADERS_4_7
- default "4.8.11" if BR2_KERNEL_HEADERS_4_8
+ default "4.8.12" if BR2_KERNEL_HEADERS_4_8
default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
--
2.7.3
^ permalink raw reply related [flat|nested] 9+ messages in thread* [Buildroot] [PATCH 1/2] linux-headers: bump 4.{4, 8}.x series
@ 2016-10-31 16:19 Vicente Olivert Riera
2016-11-01 13:58 ` Thomas Petazzoni
0 siblings, 1 reply; 9+ messages in thread
From: Vicente Olivert Riera @ 2016-10-31 16:19 UTC (permalink / raw)
To: buildroot
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
| 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index e770a44..71d3f60 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -232,9 +232,9 @@ config BR2_DEFAULT_KERNEL_HEADERS
default "3.19.8" if BR2_KERNEL_HEADERS_3_19
default "4.0.9" if BR2_KERNEL_HEADERS_4_0
default "4.1.35" if BR2_KERNEL_HEADERS_4_1
- default "4.4.28" if BR2_KERNEL_HEADERS_4_4
+ default "4.4.29" if BR2_KERNEL_HEADERS_4_4
default "4.5.7" if BR2_KERNEL_HEADERS_4_5
default "4.6.7" if BR2_KERNEL_HEADERS_4_6
default "4.7.10" if BR2_KERNEL_HEADERS_4_7
- default "4.8.5" if BR2_KERNEL_HEADERS_4_8
+ default "4.8.6" if BR2_KERNEL_HEADERS_4_8
default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
--
2.10.1
^ permalink raw reply related [flat|nested] 9+ messages in thread* [Buildroot] [PATCH 1/2] linux-headers: bump 4.{4, 8}.x series
2016-10-31 16:19 Vicente Olivert Riera
@ 2016-11-01 13:58 ` Thomas Petazzoni
0 siblings, 0 replies; 9+ messages in thread
From: Thomas Petazzoni @ 2016-11-01 13:58 UTC (permalink / raw)
To: buildroot
Hello,
On Mon, 31 Oct 2016 16:19:18 +0000, Vicente Olivert Riera wrote:
> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
> ---
> 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] 9+ messages in thread
* [Buildroot] [PATCH 1/2] linux-headers: bump 4.{4, 8}.x series
@ 2016-10-28 22:15 Gustavo Zacarias
2016-10-29 13:40 ` Thomas Petazzoni
0 siblings, 1 reply; 9+ messages in thread
From: Gustavo Zacarias @ 2016-10-28 22:15 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 37936f6..e770a44 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -232,9 +232,9 @@ config BR2_DEFAULT_KERNEL_HEADERS
default "3.19.8" if BR2_KERNEL_HEADERS_3_19
default "4.0.9" if BR2_KERNEL_HEADERS_4_0
default "4.1.35" if BR2_KERNEL_HEADERS_4_1
- default "4.4.27" if BR2_KERNEL_HEADERS_4_4
+ default "4.4.28" if BR2_KERNEL_HEADERS_4_4
default "4.5.7" if BR2_KERNEL_HEADERS_4_5
default "4.6.7" if BR2_KERNEL_HEADERS_4_6
default "4.7.10" if BR2_KERNEL_HEADERS_4_7
- default "4.8.4" if BR2_KERNEL_HEADERS_4_8
+ default "4.8.5" if BR2_KERNEL_HEADERS_4_8
default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
--
2.7.3
^ permalink raw reply related [flat|nested] 9+ messages in thread* [Buildroot] [PATCH 1/2] linux-headers: bump 4.{4, 8}.x series
2016-10-28 22:15 Gustavo Zacarias
@ 2016-10-29 13:40 ` Thomas Petazzoni
0 siblings, 0 replies; 9+ messages in thread
From: Thomas Petazzoni @ 2016-10-29 13:40 UTC (permalink / raw)
To: buildroot
Hello,
On Fri, 28 Oct 2016 19:15:56 -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] 9+ messages in thread
end of thread, other threads:[~2016-12-02 16:16 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-26 14:28 [Buildroot] [PATCH 1/2] linux-headers: bump 4.{4, 8}.x series Fabio Estevam
2016-11-26 14:28 ` [Buildroot] [PATCH 2/2] linux: bump default to version 4.8.11 Fabio Estevam
2016-11-26 14:31 ` [Buildroot] [PATCH 1/2] linux-headers: bump 4.{4, 8}.x series Thomas Petazzoni
-- strict thread matches above, loose matches on Subject: below --
2016-12-02 13:15 Gustavo Zacarias
2016-12-02 16:16 ` Peter Korsgaard
2016-10-31 16:19 Vicente Olivert Riera
2016-11-01 13:58 ` Thomas Petazzoni
2016-10-28 22:15 Gustavo Zacarias
2016-10-29 13:40 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox