diff options
| author | Yogesh Tyagi <yogesh.tyagi@intel.com> | 2026-03-18 00:18:55 +0800 |
|---|---|---|
| committer | Yogesh Tyagi <yogesh.tyagi@intel.com> | 2026-03-18 00:33:14 +0800 |
| commit | 9d90288322d52865fdcdaccfdfd9d7e98e7c13ec (patch) | |
| tree | a7db88917e9ad9fccb2614db8d295d42371b6954 | |
| parent | a7baa570f8c8b74fcabf27b39e89cd2139d7a0fb (diff) | |
| download | meta-intel-9d90288322d52865fdcdaccfdfd9d7e98e7c13ec.tar.gz | |
linux-intel-rt: upgrade 6.12.61 -> 6.18.15
Upgrade to Intel LTS RT kernel 6.18.15.
Uses same refreshed patches as linux-intel.
Release Notes:
https://github.com/intel/linux-intel-lts/releases/tag/lts-v6.18.15-linux-260310T050801Z
Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
| -rw-r--r-- | recipes-kernel/linux/linux-intel-rt_6.18.bb (renamed from recipes-kernel/linux/linux-intel-rt_6.12.bb) | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/recipes-kernel/linux/linux-intel-rt_6.12.bb b/recipes-kernel/linux/linux-intel-rt_6.18.bb index e0f6f1f5..8dd4f027 100644 --- a/recipes-kernel/linux/linux-intel-rt_6.12.bb +++ b/recipes-kernel/linux/linux-intel-rt_6.18.bb | |||
| @@ -12,8 +12,8 @@ python () { | |||
| 12 | raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-intel-rt to enable it") | 12 | raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-intel-rt to enable it") |
| 13 | } | 13 | } |
| 14 | 14 | ||
| 15 | KBRANCH = "6.12/linux" | 15 | KBRANCH = "6.18/linux" |
| 16 | KMETA_BRANCH = "yocto-6.12" | 16 | KMETA_BRANCH = "yocto-6.18" |
| 17 | 17 | ||
| 18 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | 18 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |
| 19 | 19 | ||
| @@ -21,13 +21,13 @@ DEPENDS += "elfutils-native openssl-native util-linux-native" | |||
| 21 | 21 | ||
| 22 | LINUX_VERSION_EXTENSION ??= "-intel-pk-${LINUX_KERNEL_TYPE}" | 22 | LINUX_VERSION_EXTENSION ??= "-intel-pk-${LINUX_KERNEL_TYPE}" |
| 23 | 23 | ||
| 24 | LINUX_VERSION ?= "6.12.61" | 24 | LINUX_VERSION ?= "6.18.15" |
| 25 | SRCREV_machine ?= "7190df9cb5fc10c673e960b7144d470fcd373627" | 25 | SRCREV_machine ?= "16b46595039e12fe48cef4b96a78e3e8061508e5" |
| 26 | SRCREV_meta ?= "46ae7e7d4ce1ee55091957bff63e0f54a761a93d" | 26 | SRCREV_meta ?= "bc293057a14f94dd50838a399bd8758a6766b877" |
| 27 | 27 | ||
| 28 | LINUX_KERNEL_TYPE = "preempt-rt" | 28 | LINUX_KERNEL_TYPE = "preempt-rt" |
| 29 | 29 | ||
| 30 | # Functionality flags | 30 | # Functionality flags |
| 31 | KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc features/security/security.scc" | 31 | KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc features/security/security.scc" |
| 32 | 32 | ||
| 33 | UPSTREAM_CHECK_GITTAGREGEX = "^lts-(?P<pver>v6.12.(\d+)-linux-(\d+)T(\d+)Z)$" | 33 | UPSTREAM_CHECK_GITTAGREGEX = "^lts-(?P<pver>v6.18.(\d+)-linux-(\d+)T(\d+)Z)$" |
