Skip to content

Commit 9548fd7

Browse files
shenkiEvgeniiDidin
authored andcommitted
linux: add support for Linux 5.0
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 <[email protected]> Signed-off-by: Thomas Petazzoni <[email protected]>
1 parent 88eff22 commit 9548fd7

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

linux/Config.in

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,8 @@ config BR2_LINUX_NEEDS_MODULES
2929
choice
3030
prompt "Kernel version"
3131

32-
# We are intentionally staying at 4.19 for the next Buildroot LTS
33-
# release (2019.02)
3432
config BR2_LINUX_KERNEL_LATEST_VERSION
35-
bool "Latest version (4.19)"
33+
bool "Latest version (5.0)"
3634

3735
config BR2_LINUX_KERNEL_LATEST_CIP_VERSION
3836
bool "Latest CIP SLTS version (v4.4.171-cip30)"
@@ -122,7 +120,7 @@ endif
122120

123121
config BR2_LINUX_KERNEL_VERSION
124122
string
125-
default "4.19.34" if BR2_LINUX_KERNEL_LATEST_VERSION
123+
default "5.0.2" if BR2_LINUX_KERNEL_LATEST_VERSION
126124
default "v4.4.171-cip30" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION
127125
default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \
128126
if BR2_LINUX_KERNEL_CUSTOM_VERSION

linux/linux.hash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# From https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
2+
sha256 43bfea3a6b24b4e5f63190409a199bee8cb93dbea01c52ad7f017078ebdf7c9b linux-5.0.2.tar.xz
23
sha256 d011245629b980d4c15febf080b54804aaf215167b514a3577feddb2495f8a3e linux-4.20.17.tar.xz
34
sha256 dd795e2a1fddbee5b03c3bb55a1926829cc08df4fdcabce62dda717ba087b8cc linux-4.19.34.tar.xz
45
sha256 f8197d56553f864d1d2e97abbe4fca50f8ab5e72089c292d22f0e4395340a6e8 linux-4.14.111.tar.xz

0 commit comments

Comments
 (0)