File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ DIRTY=$(shell git diff --quiet || echo '-dirty')
77EVE_KERNEL_CONFIG=eve-$(KERNEL_CONFIG_FLAVOR)_defconfig
88EVE_FLAVOR=generic
99ARCHITECTURE=amd64
10- KERNEL_TAG=v6.12.49
10+ KERNEL_TAG=v6.12.96
1111PLATFORM=linux/$(ARCHITECTURE)
1212BUILD_USER:=$(shell id -un)
1313
@@ -104,7 +104,7 @@ IMAGE_TAG_NO_FLAVOR := $(IMAGE_REPOSITORY):$(BRANCH)-$(VERSION)$(DIRTY)
104104RT_BASE_DEFCONFIG := eve-core_defconfig
105105RT_FRAGMENT := arch/x86/configs/rt.fragment
106106RT_STAMP := .rt-merged.stamp
107- RT_PATCH_URL := https://cdn.kernel.org/pub/linux/kernel/projects/rt/6.12/older/patch-6.12.49-rt13 .patch.gz
107+ RT_PATCH_URL := https://cdn.kernel.org/pub/linux/kernel/projects/rt/6.12/older/patch-6.12.96-rt16 .patch.gz
108108RT_PATCH_FILE := .rt-patch-applied.stamp
109109
110110.PHONY: rt-config gen-rt-fragment rt-clean
You can’t perform that action at this time.
0 commit comments