summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-intel-rt_5.15.bb
diff options
context:
space:
mode:
authorNaveen Saini <naveen.kumar.saini@intel.com>2022-08-15 10:28:04 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2022-08-15 12:58:02 +0800
commit701d1dfe77ceb44631341c1690176e0d3a1a3110 (patch)
tree693ef03ad5c91e1d5286676f8851bedc667ba98a /recipes-kernel/linux/linux-intel-rt_5.15.bb
parent834291a2f358dee4fd85d49ad53117cd18637566 (diff)
downloadmeta-intel-701d1dfe77ceb44631341c1690176e0d3a1a3110.tar.gz
linux-intel-rt/5.15: update to v5.15.49
Updated kernel config as well. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-kernel/linux/linux-intel-rt_5.15.bb')
-rw-r--r--recipes-kernel/linux/linux-intel-rt_5.15.bb12
1 files changed, 9 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-intel-rt_5.15.bb b/recipes-kernel/linux/linux-intel-rt_5.15.bb
index f4e9bb44..49313fe9 100644
--- a/recipes-kernel/linux/linux-intel-rt_5.15.bb
+++ b/recipes-kernel/linux/linux-intel-rt_5.15.bb
@@ -16,8 +16,14 @@ KMETA_BRANCH = "yocto-5.15"
16 16
17DEPENDS += "elfutils-native openssl-native util-linux-native" 17DEPENDS += "elfutils-native openssl-native util-linux-native"
18 18
19LINUX_VERSION ?= "5.15.43" 19LINUX_VERSION ?= "5.15.49"
20SRCREV_machine ?= "9800b6da3fbf306dd172f2848423e5cc4060b604" 20SRCREV_machine ?= "1b50ff611e81294adb5936388c47246b9710b1a8"
21SRCREV_meta ?= "ea948a0983d7b7820814e5bce4eda3079201bd95" 21SRCREV_meta ?= "f7f709bf874f85baff9f2fb0ac0341c08399b144"
22 22
23LINUX_KERNEL_TYPE = "preempt-rt" 23LINUX_KERNEL_TYPE = "preempt-rt"
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"