summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-intel-rt_5.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-intel-rt_5.4.bb')
-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 ed9ddb7a..15c8febf 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.70" 20LINUX_VERSION ?= "5.4.209"
21SRCREV_machine ?= "6f0f7e5dd27c1798d0d58ccdf3cccebf79aef8a0" 21SRCREV_machine ?= "70a06857dca28633fad857b852c6c86189438afb"
22SRCREV_meta ?= "b8c82ba37370e4698ff0c42f3e54b8b4f2fb4ac0" 22SRCREV_meta ?= "c917f683a6394ae00f81139ae57ae0112d4b7528"
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"