Updated kernel config as well. Signed-off-by: Naveen Saini <[email protected]> --- recipes-kernel/linux/linux-intel-rt_5.15.bb | 12 +++++++++--- 1 file 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..0a29d771 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" DEPENDS += "elfutils-native openssl-native util-linux-native" -LINUX_VERSION ?= "5.15.43" -SRCREV_machine ?= "9800b6da3fbf306dd172f2848423e5cc4060b604" -SRCREV_meta ?= "ea948a0983d7b7820814e5bce4eda3079201bd95" +LINUX_VERSION ?= "5.15.49" +SRCREV_machine ?= "1b50ff611e81294adb5936388c47246b9710b1a8" +SRCREV_meta ?= "f7f709bf874f85baff9f2fb0ac0341c08399b144" LINUX_KERNEL_TYPE = "preempt-rt" + +# Following commit is backported from mainline 5.19 to linux-intel 5.15 kernel +# Commit: https://github.com/torvalds/linux/commit/8b766b0f8eece55155146f7628610ce54a065e0f +# In which 'CONFIG_FB_BOOT_VESA_SUPPORT' config option is dropped. +# This causes warning during config audit. So suppress the harmless warning for now. +KCONF_BSP_AUDIT_LEVEL = "0" -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#7633): https://lists.yoctoproject.org/g/meta-intel/message/7633 Mute This Topic: https://lists.yoctoproject.org/mt/93028694/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
