linux: add support for Linux 5.0
authorJoel Stanley <joel@jms.id.au>
Thu, 21 Mar 2019 00:28:29 +0000 (10:58 +1030)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 26 Mar 2019 17:56:02 +0000 (18:56 +0100)
This sets 5.0 to be the default, moving from 4.19 which was used instead
of 4.20 for the LTS branch.

Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
linux/Config.in

index dc102380533c45bc5145f128b890b84277492c18..7793f71cc3aa1097bd0d4551490d47a6cc53ec5c 100644 (file)
@@ -30,10 +30,8 @@ config BR2_LINUX_NEEDS_MODULES
 choice
        prompt "Kernel version"
 
-# We are intentionally staying at 4.19 for the next Buildroot LTS
-# release (2019.02)
 config BR2_LINUX_KERNEL_LATEST_VERSION
-       bool "Latest version (4.19)"
+       bool "Latest version (5.0)"
 
 config BR2_LINUX_KERNEL_LATEST_CIP_VERSION
        bool "Latest CIP SLTS version (v4.4.171-cip30)"
@@ -123,7 +121,7 @@ endif
 
 config BR2_LINUX_KERNEL_VERSION
        string
-       default "4.19.25" if BR2_LINUX_KERNEL_LATEST_VERSION
+       default "5.0.2" if BR2_LINUX_KERNEL_LATEST_VERSION
        default "v4.4.171-cip30" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION
        default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \
                if BR2_LINUX_KERNEL_CUSTOM_VERSION