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 <yogesh.tyagi@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
Yogesh Tyagi 2024-02-09 14:49:29 +05:30 committed by Anuj Mittal
parent fa6a3ad97b
commit 37a67779a0
2 changed files with 4 additions and 4 deletions

View File

@ -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)"

View File

@ -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"