From 37a67779a00780e1d5a30b2c9f88196e02986580 Mon Sep 17 00:00:00 2001 From: Yogesh Tyagi Date: Fri, 9 Feb 2024 14:49:29 +0530 Subject: [PATCH] linux-intel/6.6: update to tag lts-v6.6.14-linux-240131T053107Z linux-intel-lts has backported ae1914174 to 6.6 branch. The commit drops CONFIG_DEBUG_CREDENTIALS config option which results in warnings when building with yocto-6.6 branch of y-k-c. Suppress the warnings for linux-intel kernel for now. Signed-off-by: Yogesh Tyagi Signed-off-by: Anuj Mittal --- recipes-kernel/linux/linux-intel.inc | 2 +- recipes-kernel/linux/linux-intel_6.6.bb | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-kernel/linux/linux-intel.inc b/recipes-kernel/linux/linux-intel.inc index 8f726627..f78f5205 100644 --- a/recipes-kernel/linux/linux-intel.inc +++ b/recipes-kernel/linux/linux-intel.inc @@ -17,7 +17,7 @@ SRC_URI = " \ PV = "${LINUX_VERSION}+git${SRCPV}" KMETA = "kernel-meta" -KCONF_BSP_AUDIT_LEVEL = "2" +KCONF_BSP_AUDIT_LEVEL = "0" COMPATIBLE_MACHINE ?= "(intel-corei7-64)" diff --git a/recipes-kernel/linux/linux-intel_6.6.bb b/recipes-kernel/linux/linux-intel_6.6.bb index 0467dcbd..eb099680 100644 --- a/recipes-kernel/linux/linux-intel_6.6.bb +++ b/recipes-kernel/linux/linux-intel_6.6.bb @@ -11,9 +11,9 @@ DEPENDS += "elfutils-native openssl-native util-linux-native" LINUX_VERSION_EXTENSION ??= "-intel-pk-${LINUX_KERNEL_TYPE}" -LINUX_VERSION ?= "6.6.5" -SRCREV_machine ?= "e981381225c78085b8d1fa91e8eb6610f30e4aaa" -SRCREV_meta ?= "c32ab927d38291b1d2003ff491aa2ad4b60e1241" +LINUX_VERSION ?= "6.6.14" +SRCREV_machine ?= "453f3622bb8a0d8b97825676465a2ec1e9837bd9" +SRCREV_meta ?= "6b4249d0f2e333cf54123e4cba3636867e56bfac" # Functionality flags KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc features/security/security.scc"