diff options
| author | Yogesh Tyagi <yogesh.tyagi@intel.com> | 2026-03-18 00:18:41 +0800 |
|---|---|---|
| committer | Yogesh Tyagi <yogesh.tyagi@intel.com> | 2026-03-18 00:32:19 +0800 |
| commit | a7baa570f8c8b74fcabf27b39e89cd2139d7a0fb (patch) | |
| tree | 25e41b88f71dd6012b705f071f501d16d27e1253 | |
| parent | 19a5f7562a76238e4992542b7d42476856b8aa66 (diff) | |
| download | meta-intel-a7baa570f8c8b74fcabf27b39e89cd2139d7a0fb.tar.gz | |
linux-intel: upgrade 6.12.61 -> 6.18.15
Upgrade to Intel LTS kernel 6.18.15.
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_6.18.bb (renamed from recipes-kernel/linux/linux-intel_6.12.bb) | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/recipes-kernel/linux/linux-intel_6.12.bb b/recipes-kernel/linux/linux-intel_6.18.bb index aa8817f0..de20eb51 100644 --- a/recipes-kernel/linux/linux-intel_6.12.bb +++ b/recipes-kernel/linux/linux-intel_6.18.bb | |||
| @@ -2,8 +2,8 @@ require linux-intel.inc | |||
| 2 | 2 | ||
| 3 | SRC_URI:prepend = "git://github.com/intel/linux-intel-lts.git;protocol=https;name=machine;branch=${KBRANCH}; \ | 3 | SRC_URI:prepend = "git://github.com/intel/linux-intel-lts.git;protocol=https;name=machine;branch=${KBRANCH}; \ |
| 4 | " | 4 | " |
| 5 | KBRANCH = "6.12/linux" | 5 | KBRANCH = "6.18/linux" |
| 6 | KMETA_BRANCH = "yocto-6.12" | 6 | KMETA_BRANCH = "yocto-6.18" |
| 7 | 7 | ||
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |
| 9 | 9 | ||
| @@ -11,13 +11,13 @@ DEPENDS += "elfutils-native openssl-native util-linux-native" | |||
| 11 | 11 | ||
| 12 | LINUX_VERSION_EXTENSION ??= "-intel-pk-${LINUX_KERNEL_TYPE}" | 12 | LINUX_VERSION_EXTENSION ??= "-intel-pk-${LINUX_KERNEL_TYPE}" |
| 13 | 13 | ||
| 14 | LINUX_VERSION ?= "6.12.61" | 14 | LINUX_VERSION ?= "6.18.15" |
| 15 | SRCREV_machine ?= "7190df9cb5fc10c673e960b7144d470fcd373627" | 15 | SRCREV_machine ?= "16b46595039e12fe48cef4b96a78e3e8061508e5" |
| 16 | SRCREV_meta ?= "46ae7e7d4ce1ee55091957bff63e0f54a761a93d" | 16 | SRCREV_meta ?= "bc293057a14f94dd50838a399bd8758a6766b877" |
| 17 | 17 | ||
| 18 | # Functionality flags | 18 | # Functionality flags |
| 19 | KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc \ | 19 | KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc \ |
| 20 | features/security/security.scc \ | 20 | features/security/security.scc \ |
| 21 | features/intel-npu/intel-npu.scc" | 21 | features/intel-npu/intel-npu.scc" |
| 22 | 22 | ||
| 23 | UPSTREAM_CHECK_GITTAGREGEX = "^lts-(?P<pver>v6.12.(\d+)-linux-(\d+)T(\d+)Z)$" | 23 | UPSTREAM_CHECK_GITTAGREGEX = "^lts-(?P<pver>v6.18.(\d+)-linux-(\d+)T(\d+)Z)$" |
