summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-kernel/linux/linux-intel-rt_6.12.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-intel-rt_6.12.bb b/recipes-kernel/linux/linux-intel-rt_6.12.bb
index 139d4c91..3323941d 100644
--- a/recipes-kernel/linux/linux-intel-rt_6.12.bb
+++ b/recipes-kernel/linux/linux-intel-rt_6.12.bb
@@ -23,9 +23,9 @@ DEPENDS += "elfutils-native openssl-native util-linux-native"
23 23
24LINUX_VERSION_EXTENSION ??= "-intel-pk-${LINUX_KERNEL_TYPE}" 24LINUX_VERSION_EXTENSION ??= "-intel-pk-${LINUX_KERNEL_TYPE}"
25 25
26LINUX_VERSION ?= "6.12.16" 26LINUX_VERSION ?= "6.12.22"
27SRCREV_machine ?= "934bc38849dd7c6cabd8110d3ef2bd50a7fc79c4" 27SRCREV_machine ?= "bc99adcec0b1c638635edfb8c917fbe25589e3a7"
28SRCREV_meta ?= "f24c58a63b7e047d2c4441dd2adc30de21c8814d" 28SRCREV_meta ?= "702c2b220c24ba42deb79a2d3c40488a698bd77b"
29 29
30LINUX_KERNEL_TYPE = "preempt-rt" 30LINUX_KERNEL_TYPE = "preempt-rt"
31 31