hopefully fix and bump rel_ver

This commit is contained in:
Pratham Patel 2023-10-22 13:40:28 +05:30
parent cbe54e2405
commit 1291168c6f
No known key found for this signature in database
6 changed files with 5 additions and 9 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
%global rel_ver 0
%global rel_ver 1
%global major_ver 6
%global minor_ver 1
%global patch_ver 59

View File

@ -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

View File

@ -1,4 +1,4 @@
%global rel_ver 0
%global rel_ver 1
%global major_ver 6
%global minor_ver 6
%global rc_ver 7

View File

@ -1,4 +1,4 @@
%global rel_ver 0
%global rel_ver 1
%global major_ver 6
%global minor_ver 5
%global patch_ver 8

View File

@ -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}