introduce RHEL's config
This commit is contained in:
parent
7f47d22c07
commit
4ee9b492cc
@ -3,7 +3,6 @@
|
||||
%global major_ver 6
|
||||
%global minor_ver 1
|
||||
%global patch_ver 57
|
||||
%global target_config defconfig
|
||||
%global kname lts
|
||||
|
||||
Version: %{major_ver}.%{minor_ver}.%{patch_ver}
|
||||
|
@ -4,7 +4,6 @@
|
||||
%global minor_ver 6
|
||||
%global patch_ver 0
|
||||
%global next_snapshot_date 20231013
|
||||
%global target_config defconfig
|
||||
%global kname next
|
||||
|
||||
Version: %{major_ver}.%{minor_ver}.%{patch_ver}
|
||||
|
@ -3,7 +3,6 @@
|
||||
%global major_ver 6
|
||||
%global minor_ver 6
|
||||
%global rc_ver 5
|
||||
%global target_config defconfig
|
||||
%global kname rc
|
||||
|
||||
Version: %{major_ver}.%{minor_ver}.0
|
||||
|
@ -3,7 +3,6 @@
|
||||
%global major_ver 6
|
||||
%global minor_ver 5
|
||||
%global patch_ver 7
|
||||
%global target_config defconfig
|
||||
%global kname stable
|
||||
|
||||
Version: %{major_ver}.%{minor_ver}.%{patch_ver}
|
||||
|
@ -35,6 +35,7 @@ Requires: linux-firmware
|
||||
%global make make -j$(( $(nproc) + 2 )) KERNELRELEASE=%{KVERREL}
|
||||
|
||||
Source2: https://git.resf.org/thefossguy/kernel-tfg/archive/master.tar.gz
|
||||
Source3: config
|
||||
|
||||
%description
|
||||
The Linux Kernel, the operating system core itself
|
||||
@ -94,8 +95,7 @@ export LLVM=1 AR=llvm-ar CC=clang HOSTAR=llvm-ar HOSTCC=clang HOSTCXX=clang++ HO
|
||||
[ -f .config ] && rm -vf .config*
|
||||
%{make} distclean
|
||||
|
||||
%{make} "${EXTRA_LINUX_CONFIG[@]}" %{target_config}
|
||||
cp .config .config.%{target_config}
|
||||
cp %{SOURCE3} .config
|
||||
|
||||
tar -xf %{SOURCE2} -C .
|
||||
cp -vr kernel-tfg/{configure-linux.sh,extra-configs} .
|
||||
|
Loading…
Reference in New Issue
Block a user