summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNaveen Saini <naveen.kumar.saini@intel.com>2022-08-15 10:28:03 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2022-08-16 11:59:43 +0800
commit54d5b803186c95e70ac8b53ee637e7c34ffd7b2d (patch)
tree55b3163e8ec04a74102d05e9b1748f60099ec6f1
parent032466fb6effc05d5c13994ef2168480a7af0b4b (diff)
downloadmeta-intel-54d5b803186c95e70ac8b53ee637e7c34ffd7b2d.tar.gz
linux-intel/5.15: update to v5.15.49
Update kernel config as well. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--recipes-kernel/linux/linux-intel_5.15.bb12
1 files changed, 9 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-intel_5.15.bb b/recipes-kernel/linux/linux-intel_5.15.bb
index 3c05c0ec..65dc4188 100644
--- a/recipes-kernel/linux/linux-intel_5.15.bb
+++ b/recipes-kernel/linux/linux-intel_5.15.bb
@@ -7,9 +7,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
7 7
8DEPENDS += "elfutils-native openssl-native util-linux-native" 8DEPENDS += "elfutils-native openssl-native util-linux-native"
9 9
10LINUX_VERSION ?= "5.15.43" 10LINUX_VERSION ?= "5.15.49"
11SRCREV_machine ?= "1ec5959a8f6dbfbb47057317bc935924cd8d6977" 11SRCREV_machine ?= "8c7674099d42d20041c529f8772bd580a1a03d80"
12SRCREV_meta ?= "ea948a0983d7b7820814e5bce4eda3079201bd95" 12SRCREV_meta ?= "f7f709bf874f85baff9f2fb0ac0341c08399b144"
13 13
14# For Crystalforest and Romley 14# For Crystalforest and Romley
15KERNEL_MODULE_AUTOLOAD:append:core2-32-intel-common = " uio" 15KERNEL_MODULE_AUTOLOAD:append:core2-32-intel-common = " uio"
@@ -21,3 +21,9 @@ KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc features/security/sec
21# Disabling CONFIG_SND_SOC_INTEL_SKYLAKE for 32-bit, does not allow to set CONFIG_SND_SOC_INTEL_SST too, which 21# Disabling CONFIG_SND_SOC_INTEL_SKYLAKE for 32-bit, does not allow to set CONFIG_SND_SOC_INTEL_SST too, which
22# causes config warning too. 22# causes config warning too.
23KCONF_AUDIT_LEVEL:core2-32-intel-common = "0" 23KCONF_AUDIT_LEVEL:core2-32-intel-common = "0"
24
25# We've 8b766b0f8eece backported from v5.19 to linux-intel v5.15 kernel
26# https://github.com/torvalds/linux/commit/8b766b0f8eece55155146f7628610ce54a065e0f
27# It drops 'CONFIG_FB_BOOT_VESA_SUPPORT' config option which would result in a warning with 5.15 y-k-c.
28# Suppress the harmless warning for now.
29KCONF_BSP_AUDIT_LEVEL = "0"