summaryrefslogtreecommitdiffstats
path: root/package/linux-headers
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2019-01-10 15:45:08 +0100
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2019-01-12 18:19:47 +0100
commit790d366a8361c4440e65af778079eadb424dcbca (patch)
tree299fb1db7903d6be70261399b38454080c65c027 /package/linux-headers
parentaecdbea4c951a09b74cdfc911e636a123973419e (diff)
downloadbuildroot-790d366a8361c4440e65af778079eadb424dcbca.tar.gz
buildroot-790d366a8361c4440e65af778079eadb424dcbca.zip
{linux, linux-headers}: default to 4.19.x
4.20.x is not a long term support kernel, but 4.19.x is (supported until end 2020): https://www.kernel.org/category/releases.html With the upcoming Buildroot 2019.02 release being a LTS release, default to 4.19.x instead. Notice: The userspace API breakage in net_stamp.h causing build failures has now been fixed in 4.19.14 by commit e4a2ffe9029fd (net: Use __kernel_clockid_t in uapi net_stamp.h) Signed-off-by: Peter Korsgaard <peter@korsgaard.com> [Thomas: add comment in linux/Config.in and package/linux-headers/Config.in.host so that we don't mistakenly bump to 4.20+.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/linux-headers')
-rw-r--r--package/linux-headers/Config.in.host4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index e94d28419a..494d52662d 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -6,7 +6,9 @@ config BR2_PACKAGE_HOST_LINUX_HEADERS
choice
prompt "Kernel Headers"
default BR2_KERNEL_HEADERS_AS_KERNEL if BR2_LINUX_KERNEL
- default BR2_KERNEL_HEADERS_4_20
+ # We are intentionally staying at 4.19 for the next Buildroot
+ # LTS release (2019.02)
+ default BR2_KERNEL_HEADERS_4_19
help
Select the kernel version to get headers from.
OpenPOWER on IntegriCloud