diff mbox series

[3/4] linux: bump default to version 4.16

Message ID 1522856068-17209-3-git-send-email-festevam@gmail.com
State Superseded
Headers show
Series [1/4] toolchain: add 4.16.x choice for headers | expand

Commit Message

Fabio Estevam April 4, 2018, 3:34 p.m. UTC
Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
 linux/Config.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Thomas Petazzoni April 4, 2018, 3:39 p.m. UTC | #1
Hello,

On Wed,  4 Apr 2018 12:34:27 -0300, Fabio Estevam wrote:
> Signed-off-by: Fabio Estevam <festevam@gmail.com>
> ---
>  linux/Config.in | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

A series from Bernd has already been sent to do this, and it is
actually a bit more complete, because it takes into account the fact
that Linux 4.16 now requires host-bison and host-flex.

See http://patchwork.ozlabs.org/project/buildroot/list/?series=36984

Best regards,

Thomas
Fabio Estevam April 5, 2018, 12:19 a.m. UTC | #2
Hi Thomas,

On Wed, Apr 4, 2018 at 12:39 PM, Thomas Petazzoni
<thomas.petazzoni@bootlin.com> wrote:

> A series from Bernd has already been sent to do this, and it is
> actually a bit more complete, because it takes into account the fact
> that Linux 4.16 now requires host-bison and host-flex.
>
> See http://patchwork.ozlabs.org/project/buildroot/list/?series=36984

Ok, great. I will resend only patch 4/4 after Bernd's series get applied.

Thanks
diff mbox series

Patch

diff --git a/linux/Config.in b/linux/Config.in
index d9c5b62863..d52af66e5c 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.15)"
+	bool "Latest version (4.16)"
 
 config BR2_LINUX_KERNEL_LATEST_CIP_VERSION
 	bool "Latest CIP SLTS version (v4.4.112-cip18)"
@@ -116,7 +116,7 @@  endif
 
 config BR2_LINUX_KERNEL_VERSION
 	string
-	default "4.15.15" if BR2_LINUX_KERNEL_LATEST_VERSION
+	default "4.16" if BR2_LINUX_KERNEL_LATEST_VERSION
 	default "v4.4.112-cip18" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION
 	default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \
 		if BR2_LINUX_KERNEL_CUSTOM_VERSION