Skip to content

Commit bfc6174

Browse files
committed
Makefile.eve: Set kernel version to 6.12.96
Set 6.12.96 to match the current kernel sources. Signed-off-by: Renê de Souza Pinto <rene@renesp.com.br>
1 parent 513d44f commit bfc6174

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile.eve

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ DIRTY=$(shell git diff --quiet || echo '-dirty')
77
EVE_KERNEL_CONFIG=eve-$(KERNEL_CONFIG_FLAVOR)_defconfig
88
EVE_FLAVOR=generic
99
ARCHITECTURE=amd64
10-
KERNEL_TAG=v6.12.49
10+
KERNEL_TAG=v6.12.96
1111
PLATFORM=linux/$(ARCHITECTURE)
1212
BUILD_USER:=$(shell id -un)
1313

@@ -104,7 +104,7 @@ IMAGE_TAG_NO_FLAVOR := $(IMAGE_REPOSITORY):$(BRANCH)-$(VERSION)$(DIRTY)
104104
RT_BASE_DEFCONFIG := eve-core_defconfig
105105
RT_FRAGMENT := arch/x86/configs/rt.fragment
106106
RT_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
108108
RT_PATCH_FILE := .rt-patch-applied.stamp
109109

110110
.PHONY: rt-config gen-rt-fragment rt-clean

0 commit comments

Comments
 (0)