diff options
author | Naveen Saini <naveen.kumar.saini@intel.com> | 2024-05-30 16:29:48 +0800 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2024-05-30 17:01:57 +0800 |
commit | 3344a55d265b6f6d679f64657c15c166a7c0106c (patch) | |
tree | 09f55e069f8fe8521b970658290f3d382fd9f90d /recipes-kernel | |
parent | 83c3b371ca9455bf2bdf8ac2afc4fc9af5adab36 (diff) | |
download | meta-intel-3344a55d265b6f6d679f64657c15c166a7c0106c.tar.gz |
linux-intel/6.6: update to tag lts-v6.6.30-linux-240517T123905Z
No need to enable IOMMU explicitly [1]
[1] https://git.yoctoproject.org/yocto-kernel-cache/commit/?h=yocto-6.6&id=49698cadd79745fa26aa7ef507c16902250c1750
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-intel_6.6.bb | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/recipes-kernel/linux/linux-intel_6.6.bb b/recipes-kernel/linux/linux-intel_6.6.bb index 6c7aab17..fa2c9053 100644 --- a/recipes-kernel/linux/linux-intel_6.6.bb +++ b/recipes-kernel/linux/linux-intel_6.6.bb | |||
@@ -11,13 +11,12 @@ 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.6.25" | 14 | LINUX_VERSION ?= "6.6.30" |
15 | SRCREV_machine ?= "lts-v6.6.25-linux-240415T215440Z" | 15 | SRCREV_machine ?= "86a43fc66c95e24b7cc9e3adf2f4874b589bf9d5" |
16 | SRCREV_meta ?= "c3d1322fb6ff68cdcf4d7a3c1140d81bfdc1320a" | 16 | SRCREV_meta ?= "66bebb6789d02e775d4c93d7ca4bf79c2ead4b28" |
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/iommu/iommu.scc" | ||
22 | 21 | ||
23 | UPSTREAM_CHECK_GITTAGREGEX = "^lts-(?P<pver>v6.6.(\d+)-linux-(\d+)T(\d+)Z)$" | 22 | UPSTREAM_CHECK_GITTAGREGEX = "^lts-(?P<pver>v6.6.(\d+)-linux-(\d+)T(\d+)Z)$" |