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 <[email protected]> --- recipes-kernel/linux/linux-intel_6.6.bb | 9 ++++----- 1 file 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" LINUX_VERSION_EXTENSION ??= "-intel-pk-${LINUX_KERNEL_TYPE}" -LINUX_VERSION ?= "6.6.25" -SRCREV_machine ?= "lts-v6.6.25-linux-240415T215440Z" -SRCREV_meta ?= "c3d1322fb6ff68cdcf4d7a3c1140d81bfdc1320a" +LINUX_VERSION ?= "6.6.30" +SRCREV_machine ?= "86a43fc66c95e24b7cc9e3adf2f4874b589bf9d5" +SRCREV_meta ?= "66bebb6789d02e775d4c93d7ca4bf79c2ead4b28" # Functionality flags KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc \ - features/security/security.scc \ - features/iommu/iommu.scc" + features/security/security.scc" UPSTREAM_CHECK_GITTAGREGEX = "^lts-(?P<pver>v6.6.(\d+)-linux-(\d+)T(\d+)Z)$" -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#8342): https://lists.yoctoproject.org/g/meta-intel/message/8342 Mute This Topic: https://lists.yoctoproject.org/mt/106384846/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
