mirror of
https://abf.rosa.ru/djam/kernel-5.13.git
synced 2025-02-25 16:12:50 +00:00
Revisited the set of flavours to be maintained
The mostly used kernels, 'nrj-desktop' and 'nrj-laptop', as well as their -pae counterparts, remain in the main repository. The rarely used kernel flavours, namely 'desktop', 'server', 'nrj-netbook' and 'nrj-realtime' are to be moved to a separate project in contrib. This is convenient: for example, the problems in the rarely used kernels will not delay the updates of the commonly used ones.
This commit is contained in:
parent
4951602050
commit
5b3c6ba5e7
1 changed files with 9 additions and 9 deletions
|
@ -28,7 +28,7 @@
|
|||
%define rpmrel %mkrel 0.%{kpatch}.%{mibrel}
|
||||
%endif
|
||||
%else
|
||||
%define rpmrel 2
|
||||
%define rpmrel 3
|
||||
%endif
|
||||
|
||||
# fakerel and fakever never change, they are used to fool
|
||||
|
@ -66,14 +66,14 @@
|
|||
%endif
|
||||
%define buildrel %{kversion}-%{buildrpmrel}
|
||||
|
||||
# Having different top level names for packges means that you have to remove
|
||||
# them by hard :(
|
||||
# Having different top-level names for packages means that you have to remove
|
||||
# them by hand :(
|
||||
%define top_dir_name %{kname}-%{_arch}
|
||||
|
||||
%define build_dir ${RPM_BUILD_DIR}/%{top_dir_name}
|
||||
%define src_dir %{build_dir}/linux-%{tar_ver}
|
||||
|
||||
# Disable useless debug rpms...
|
||||
# Disable debug rpms...
|
||||
%define _enable_debug_packages %{nil}
|
||||
%define debug_package %{nil}
|
||||
|
||||
|
@ -94,13 +94,13 @@
|
|||
%endif
|
||||
|
||||
# Build desktop (i686 / 4GB) / x86_64 / sparc64 sets
|
||||
%define build_desktop 1
|
||||
%define build_desktop 0
|
||||
|
||||
# Build netbook (i686 / 4GB) / x86_64
|
||||
%define build_netbook 0
|
||||
|
||||
# Build server (i686 / 64GB)/x86_64 / sparc64 sets
|
||||
%define build_server 1
|
||||
%define build_server 0
|
||||
|
||||
# Build desktop686 pae (i686 / 64GB)
|
||||
%ifarch %{ix86}
|
||||
|
@ -125,7 +125,7 @@
|
|||
%define build_nrj_desktop 1
|
||||
|
||||
# Build nrj realtime (i686 / 4GB) / x86_64
|
||||
%define build_nrj_realtime 1
|
||||
%define build_nrj_realtime 0
|
||||
|
||||
# Build nrj server (i686 / 4GB) / x86_64
|
||||
%define build_nrj_server 0
|
||||
|
@ -133,8 +133,8 @@
|
|||
# Build nrj laptop (i686 / 4GB) / x86_64
|
||||
%define build_nrj_laptop 1
|
||||
|
||||
# Build nrj netbook (i686 / 4GB) / x86_6
|
||||
%define build_nrj_netbook 1
|
||||
# Build nrj netbook (i686 / 4GB) / x86_64
|
||||
%define build_nrj_netbook 0
|
||||
|
||||
# Build nrj desktop pae (i686 / 64GB)
|
||||
%ifarch %{ix86}
|
||||
|
|
Loading…
Add table
Reference in a new issue