Build ISP SAR kernel

i9-ispras changed/i9-ispsar/kernel-lt-6.1.104-1.lvc4.el9.inferit
Arkady L. Shane 3 months ago
parent 529f30a2f1
commit 44ed625e39
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

2
.gitignore vendored

@ -1 +1 @@
SOURCES/linux-6.1.104.tar.xz
SOURCES/linux-stable-6.1.111-lvc4.tar.gz

@ -1 +1 @@
3b6144217da2b96883a68c3f48be05512896701b SOURCES/linux-6.1.104.tar.xz
7c2613fba3edce616696fe878420cba313825bdf SOURCES/linux-stable-6.1.111-lvc4.tar.gz

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

@ -24,7 +24,8 @@
%global _binary_payload w3T.xzdio
# Define the version of the Linux Kernel Archive tarball.
%global LKAver 6.1.104
%global LKAver 6.1.111
%global lvc lvc4
# Define the buildid, if required.
#global buildid .local
@ -38,7 +39,7 @@
%endif
# Set pkg_release.
%global pkg_release 1%{?buildid}%{?dist}.inferit
%global pkg_release 1%{?buildid}.%{?lvc}%{?dist}.inferit
# Architectures upon which we can sign the kernel
# for secure boot authentication.
@ -218,7 +219,7 @@ BuildConflicts: rhbuildsys(DiskFree) < 500Mb
###
### Sources
###
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%{LKAver}.tar.xz
Source0: https://git.linuxtesting.ru/pub/scm/linux/kernel/git/lvc/linux-stable.git/snapshot/linux-stable-%{LKAver}-%{lvc}.tar.gz
Source2: config-%{version}-x86_64
Source4: config-%{version}-aarch64
@ -539,10 +540,10 @@ exit 1
%endif
%setup -q -n %{name}-%{version} -c
mv linux-%{LKAver} linux-%{KVERREL}
mv linux-stable-%{LKAver}-%{lvc} linux-%{KVERREL}
pushd linux-%{KVERREL} > /dev/null
%patch0 -p1
%patch -P0 -p1
# Purge the source tree of all unrequired dot-files.
find . -name '.*' -type f -delete
@ -1487,6 +1488,9 @@ fi
%kernel_lt_variant_files %{_use_vdso} %{with_std}
%changelog
* Mon Oct 7 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 6.1.111-1.lvc4.inferit
- Build ISP SAR kernel
* Mon Aug 12 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 6.1.104-1.inferit
- Update to 6.1.104

Loading…
Cancel
Save