hopefully fix and bump rel_ver
This commit is contained in:
parent
cbe54e2405
commit
1291168c6f
@ -4,7 +4,7 @@
|
||||
./scripts/config --file .config --enable ARCH_ROCKCHIP
|
||||
./scripts/config --file .config --module PCIE_ROCKCHIP_HOST
|
||||
./scripts/config --file .config --enable PCIE_ROCKCHIP_DW_HOST
|
||||
./scripts/config --file .config --enable ROCKCHIP_PHY
|
||||
./scripts/config --file .config --module ROCKCHIP_PHY
|
||||
./scripts/config --file .config --enable SPI_ROCKCHIP
|
||||
./scripts/config --file .config --module SPI_ROCKCHIP_SFC
|
||||
./scripts/config --file .config --module ROCKCHIP_THERMAL
|
||||
|
@ -1,4 +1,4 @@
|
||||
%global rel_ver 0
|
||||
%global rel_ver 1
|
||||
%global major_ver 6
|
||||
%global minor_ver 1
|
||||
%global patch_ver 59
|
||||
|
@ -1,4 +1,4 @@
|
||||
%global rel_ver 0
|
||||
%global rel_ver 1
|
||||
%global major_ver 6
|
||||
%global minor_ver 6
|
||||
%global next_snapshot_date 20231020
|
||||
|
@ -1,4 +1,4 @@
|
||||
%global rel_ver 0
|
||||
%global rel_ver 1
|
||||
%global major_ver 6
|
||||
%global minor_ver 6
|
||||
%global rc_ver 7
|
||||
|
@ -1,4 +1,4 @@
|
||||
%global rel_ver 0
|
||||
%global rel_ver 1
|
||||
%global major_ver 6
|
||||
%global minor_ver 5
|
||||
%global patch_ver 8
|
||||
|
@ -102,10 +102,6 @@ cp -vr kernel-tfg/{configure-linux.sh,extra-configs} .
|
||||
rm -rf kernel-tfg/
|
||||
./configure-linux.sh
|
||||
|
||||
#%{make} savedefconfig
|
||||
#cp defconfig arch/%{build_arch}/configs/defconfig
|
||||
#%{make} defconfig
|
||||
|
||||
%build
|
||||
%{make} PYTHON=%{__python3} %{make_targets}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user