From 65a0eece8b50b1e2fac47dce4b422ec459ff7825 Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Tue, 30 Sep 2025 10:48:04 +0200 Subject: dashboard/config/linux: update documentation --- dashboard/config/linux/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dashboard/config') diff --git a/dashboard/config/linux/README.md b/dashboard/config/linux/README.md index a46f74ebc..5103bf221 100644 --- a/dashboard/config/linux/README.md +++ b/dashboard/config/linux/README.md @@ -110,8 +110,8 @@ The only exception to the declarative nature of the process is USB configs. They [syz-env](/docs/contributing.md#using-syz-env), which provides correct versions of the compilers. To update kernel configs: - - change config fragments as necessary (e.g. add additional configs to [subsystems.yml](bits/subsystems.yml) along - with minimal kernel version) + - update kernel version in [linux-next.yml](bits/linux-next.yml) and [linux-upstream.yml](bits/linux-upstream.yml) + - change config fragments as necessary (e.g. add additional configs to [subsystems.yml](bits/subsystems.yml)) - run `./tools/syz-env make configs SOURCEDIR=/path/to/existing/linux/checkout` (note: it will be mrproper-ed and a number of remotes will be added) (see [this](/docs/contributing.md#using-syz-env) on how to setup/use `syz-env`) -- cgit mrf-deployment