From 86b4b7f81837a5f26db1e1e2cbbefc7c3885fb08 Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Wed, 6 Apr 2022 10:44:47 +0200 Subject: dashboard/config/linux: update linux configs to v5.18-rc1 update linux to v5.18-rc1 fix dependency update errors update configs --- dashboard/config/linux/bits/base.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dashboard/config/linux/bits/base.yml') diff --git a/dashboard/config/linux/bits/base.yml b/dashboard/config/linux/bits/base.yml index 1b70ffc06..707f51545 100644 --- a/dashboard/config/linux/bits/base.yml +++ b/dashboard/config/linux/bits/base.yml @@ -106,6 +106,8 @@ config: - DEBUG_KOBJECT: n - DEBUG_INFO + # One of DEBUG_INFO_DWARF_* is required to enable DEBUG_INFO in v5.18. + - DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT: [v5.18] # CONFIG_DEBUG_INFO_BTF breaks the build since 5.14 merge window: # https://lkml.kernel.org/r/YOLzFecogWmdZ5Hc@infradead.org - DEBUG_INFO_BTF: [-v5.13] -- cgit mrf-deployment