Alternative AlmaLinux 8 kernel based on the longterm branch #10

Merged
alukoshko merged 3 commits from ykohut/kernel:a8-lt into a8-lt 2024-05-10 15:09:41 +00:00
Showing only changes of commit 39d79c587c - Show all commits

View File

@ -34,11 +34,17 @@
# vsdo install # vsdo install
%define with_vdso_install %{?_without_vdso_install: 0} %{?!_without_vdso_install: 1} %define with_vdso_install %{?_without_vdso_install: 0} %{?!_without_vdso_install: 1}
# Compress modules on all architectures that build modules.
%ifarch x86_64
%global zipmodules 1
%else
%global zipmodules 0
%endif
# Kernel-lt, devel, headers, perf, tools and bpftool. # Kernel-lt, devel, headers, perf, tools and bpftool.
%ifarch x86_64 %ifarch x86_64
%define with_doc 0 %define with_doc 0
%define doc_build_fail true %define doc_build_fail true
%define zipmodules 1
%endif %endif
# Documentation. # Documentation.
@ -49,7 +55,6 @@
%define with_tools 0 %define with_tools 0
%define with_bpftool 0 %define with_bpftool 0
%define with_vdso_install 0 %define with_vdso_install 0
%define zipmodules 0
%endif %endif
# Compressed modules. # Compressed modules.