Skip to content

Commit b5a84ff

Browse files
committed
Bump linux kernel minor versions. Add 6.6.x kernel to fix issues with arm Container OS
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
1 parent afc24b0 commit b5a84ff

1 file changed

Lines changed: 7 additions & 12 deletions

File tree

tools/docker/Makefile

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -73,41 +73,36 @@ SYSROOT_CREATOR_IMAGE_TAG := sysroot-creator-$(SYSROOT_REV)
7373
## Linux image parameters
7474
LINUX_HEADER_BUILD_DIR := $(BUILD_DIR)/linux_headers
7575
LINUX_HEADER_ASSETS_BUILD_DIR := $(LINUX_HEADER_BUILD_DIR)/assets
76-
LINUX_KERNEL_VERSIONS := 4.14.304 \
76+
LINUX_KERNEL_VERSIONS := 4.14.309 \
7777
4.15.18 \
7878
4.16.18 \
7979
4.17.19 \
8080
4.18.20 \
81-
4.19.271 \
81+
4.19.325 \
8282
4.20.17 \
8383
5.0.21 \
8484
5.1.21 \
8585
5.2.21 \
8686
5.3.18 \
87-
5.4.230 \
87+
5.4.293 \
8888
5.5.19 \
8989
5.6.19 \
9090
5.7.19 \
9191
5.8.18 \
9292
5.9.16 \
93-
5.10.165 \
93+
5.10.237 \
9494
5.11.22 \
9595
5.12.19 \
9696
5.13.19 \
9797
5.14.21 \
98-
5.15.90 \
98+
5.15.181 \
9999
5.16.20 \
100100
5.17.15 \
101101
5.18.19 \
102102
5.19.17 \
103103
6.0.19 \
104-
6.1.8 \
105-
6.2.16 \
106-
6.3.13 \
107-
6.6.53 \
108-
6.8.12 \
109-
6.10.12 \
110-
6.11.1
104+
6.1.137 \
105+
6.6.89
111106

112107
LINUX_HEADER_X86_64_TEMPLATE := linux-headers-x86_64-%.tar.gz
113108
LINUX_HEADER_ARM64_TEMPLATE := linux-headers-arm64-%.tar.gz

0 commit comments

Comments
 (0)