mirror of
https://abf.rosa.ru/djam/kernel-5.15.git
synced 2025-02-23 10:32:54 +00:00
Avoid updating cpupower and perf from this not QA'd kernel after I publish it to rosa2016.1/contrib
This commit is contained in:
parent
9c1919cb5b
commit
905b60d3c2
1 changed files with 7 additions and 0 deletions
|
@ -161,8 +161,15 @@
|
|||
%define build_headers 0
|
||||
|
||||
# build perf and cpupower tools
|
||||
%if %{mdvver} > 201610
|
||||
%define build_perf 1
|
||||
%define build_cpupower 1
|
||||
%else
|
||||
# This is not the main kernel in rosa2016.1
|
||||
# This one will be in contrib, not main, in rosa2016.1
|
||||
%define build_perf 0
|
||||
%define build_cpupower 0
|
||||
%endif
|
||||
|
||||
|
||||
# compress modules with xz
|
||||
|
|
Loading…
Add table
Reference in a new issue