Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hook.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
kernel:
image: quay.io/tinkerbell/hook-kernel:5.10.57
image: quay.io/tinkerbell/hook-kernel:5.10.85
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
init:
- linuxkit/init:v0.8
Expand Down
4 changes: 2 additions & 2 deletions kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -242,11 +242,11 @@ endef
# Debug targets only for latest stable and LTS stable
#
ifeq ($(ARCH),x86_64)
$(eval $(call kernel,5.10.57,5.10.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,5.10.85,5.10.x,$(EXTRA),$(DEBUG)))
#$(eval $(call kernel,5.4.28,5.4.x,-rt,))

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

endif
Expand Down
3 changes: 2 additions & 1 deletion kernel/config-5.10.x-aarch64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 5.10.57 Kernel Configuration
# Linux/arm64 5.10.85 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (Alpine 9.2.0) 9.2.0"
CONFIG_CC_IS_GCC=y
Expand Down Expand Up @@ -4780,6 +4780,7 @@ CONFIG_STAGING_BOARD=y
# CONFIG_LTE_GDM724X is not set
# CONFIG_GS_FPGABOOT is not set
# CONFIG_UNISYSSPAR is not set
# CONFIG_COMMON_CLK_XLNX_CLKWZRD is not set
# CONFIG_FB_TFT is not set
# CONFIG_KS7010 is not set
# CONFIG_BCM_VIDEOCORE is not set
Expand Down
2 changes: 1 addition & 1 deletion kernel/config-5.10.x-x86_64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 5.10.57 Kernel Configuration
# Linux/x86 5.10.85 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (Alpine 9.2.0) 9.2.0"
CONFIG_CC_IS_GCC=y
Expand Down