summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2022-01-24 08:57:55 -0800
committerAnuj Mittal <anuj.mittal@intel.com>2022-01-28 22:16:27 +0800
commit8eec569734cb1ff9c0905f4a88f9b4bfc89ed9fc (patch)
tree0d01610427a482ae833d8cf6ebec14d124bed2d3
parent52e2c73a734d8c76e72aba34dcaa0ff8b4d9f47e (diff)
downloadmeta-intel-8eec569734cb1ff9c0905f4a88f9b4bfc89ed9fc.tar.gz
linux-intel-rt_5.4: update to 5.4.170-rt68
Update preempt-rt patchset to -rt68 Update yocto-kernel-cache to 5.4.172 Kernel config 'CONFIG_GPIO_LYNXPOINT' goes by a different name 'CONFIG_PINCTRL_LYNXPOINT' in linux-intel 5.4 specifically. This cause warning during kernel config audit. So suppress the harmless warning. Signed-off-by: Tim Orling <tim.orling@konsulko.com> 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-rt_5.4.bb11
1 files changed, 8 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-intel-rt_5.4.bb b/recipes-kernel/linux/linux-intel-rt_5.4.bb
index 8861a5e7..21c2cb5e 100644
--- a/recipes-kernel/linux/linux-intel-rt_5.4.bb
+++ b/recipes-kernel/linux/linux-intel-rt_5.4.bb
@@ -17,8 +17,13 @@ KMETA_BRANCH = "yocto-5.4"
17 17
18DEPENDS += "elfutils-native openssl-native util-linux-native" 18DEPENDS += "elfutils-native openssl-native util-linux-native"
19 19
20LINUX_VERSION ?= "5.4.143" 20LINUX_VERSION ?= "5.4.170"
21SRCREV_machine ?= "2dc0f2c1ee89b9ce92944e397f2619062ebb77f8" 21SRCREV_machine ?= "196e38246d15096460031f4a17913922c006b12d"
22SRCREV_meta ?= "b8c82ba37370e4698ff0c42f3e54b8b4f2fb4ac0" 22SRCREV_meta ?= "98cce1c95fcc9a26965cbc5f038fd71d53c387c8"
23 23
24LINUX_KERNEL_TYPE = "preempt-rt" 24LINUX_KERNEL_TYPE = "preempt-rt"
25
26# Kernel config 'CONFIG_GPIO_LYNXPOINT' goes by a different name 'CONFIG_PINCTRL_LYNXPOINT' in
27# linux-intel 5.4 specifically. This causes a warning during kernel config audit. Suppress the
28# harmless warning for now.
29KCONF_BSP_AUDIT_LEVEL = "0"