Skip to content

Commit 9982f1a

Browse files
authored
Merge pull request #99 from epiphyte-org/kernel-5.10.85
Update hook kernel to 5.10.85
2 parents 476bde4 + 7ef611f commit 9982f1a

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

hook.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
kernel:
2-
image: quay.io/tinkerbell/hook-kernel:5.10.57
2+
image: quay.io/tinkerbell/hook-kernel:5.10.85
33
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
44
init:
55
- linuxkit/init:v0.8

kernel/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,11 +242,11 @@ endef
242242
# Debug targets only for latest stable and LTS stable
243243
#
244244
ifeq ($(ARCH),x86_64)
245-
$(eval $(call kernel,5.10.57,5.10.x,$(EXTRA),$(DEBUG)))
245+
$(eval $(call kernel,5.10.85,5.10.x,$(EXTRA),$(DEBUG)))
246246
#$(eval $(call kernel,5.4.28,5.4.x,-rt,))
247247

248248
else ifeq ($(ARCH),aarch64)
249-
$(eval $(call kernel,5.10.57,5.10.x,$(EXTRA),$(DEBUG)))
249+
$(eval $(call kernel,5.10.85,5.10.x,$(EXTRA),$(DEBUG)))
250250
#$(eval $(call kernel,5.4.28,5.4.x,-rt,))
251251

252252
endif

kernel/config-5.10.x-aarch64

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Automatically generated file; DO NOT EDIT.
3-
# Linux/arm64 5.10.57 Kernel Configuration
3+
# Linux/arm64 5.10.85 Kernel Configuration
44
#
55
CONFIG_CC_VERSION_TEXT="gcc (Alpine 9.2.0) 9.2.0"
66
CONFIG_CC_IS_GCC=y
@@ -4780,6 +4780,7 @@ CONFIG_STAGING_BOARD=y
47804780
# CONFIG_LTE_GDM724X is not set
47814781
# CONFIG_GS_FPGABOOT is not set
47824782
# CONFIG_UNISYSSPAR is not set
4783+
# CONFIG_COMMON_CLK_XLNX_CLKWZRD is not set
47834784
# CONFIG_FB_TFT is not set
47844785
# CONFIG_KS7010 is not set
47854786
# CONFIG_BCM_VIDEOCORE is not set

kernel/config-5.10.x-x86_64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Automatically generated file; DO NOT EDIT.
3-
# Linux/x86 5.10.57 Kernel Configuration
3+
# Linux/x86 5.10.85 Kernel Configuration
44
#
55
CONFIG_CC_VERSION_TEXT="gcc (Alpine 9.2.0) 9.2.0"
66
CONFIG_CC_IS_GCC=y

0 commit comments

Comments
 (0)