mirror of
https://abf.rosa.ru/djam/kernel-5.15.git
synced 2025-02-23 10:32:54 +00:00
Improve example command
This commit is contained in:
parent
34bb7b5651
commit
a3a6e818c9
1 changed files with 2 additions and 1 deletions
|
@ -998,7 +998,8 @@ cfg_file=arch/%{arch_type}/configs/%{arch_suffix}_defconfig-%{flavour}
|
|||
|
||||
make ARCH=%{arch_type} oldconfig
|
||||
# When it is needed to edit kernel configs, run:
|
||||
# rpmbuild --rebuild --with=fail kernel*.src.rpm
|
||||
# abf fetch
|
||||
# rpmbuild --define "_sourcedir $PWD" --with=fail -bb kernel.spec
|
||||
# and then work with the config in the buildroot with applied patches etc.
|
||||
%{?_with_fail:exit 1}
|
||||
mv .config ${cfg_file}
|
||||
|
|
Loading…
Add table
Reference in a new issue