diff options
| author | Taras Madan <tarasmadan@google.com> | 2022-04-06 10:44:47 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-06 10:44:47 +0200 |
| commit | 86b4b7f81837a5f26db1e1e2cbbefc7c3885fb08 (patch) | |
| tree | d9d79cf1ab7d1c1f90786416a8e791d95f02b6f8 /dashboard/config/linux/bits/base.yml | |
| parent | 0127c10f4e2a3b229d30b1269c38d841d76e1390 (diff) | |
dashboard/config/linux: update linux configs to v5.18-rc1
update linux to v5.18-rc1
fix dependency update errors
update configs
Diffstat (limited to 'dashboard/config/linux/bits/base.yml')
| -rw-r--r-- | dashboard/config/linux/bits/base.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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] |
