Enable UKI for riscv64

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2024-03-26 15:29:17 +02:00
parent ad7134afca
commit e4fce84915
Signed by: davidlt
GPG Key ID: 7A5F42FAF91FACC3
1 changed files with 5 additions and 2 deletions

View File

@ -169,7 +169,7 @@ Summary: The Linux kernel
# This is needed to do merge window version magic # This is needed to do merge window version magic
%define patchlevel 8 %define patchlevel 8
# This allows pkg_release to have configurable %%{?dist} tag # This allows pkg_release to have configurable %%{?dist} tag
%define specrelease 300%{?buildid}.0.riscv64%{?dist} %define specrelease 300%{?buildid}.1.riscv64%{?dist}
# This defines the kabi tarball version # This defines the kabi tarball version
%define kabiversion 6.8.1 %define kabiversion 6.8.1
@ -287,7 +287,7 @@ Summary: The Linux kernel
# Want to build a vanilla kernel build without any non-upstream patches? # Want to build a vanilla kernel build without any non-upstream patches?
%define with_vanilla %{?_with_vanilla: 1} %{?!_with_vanilla: 0} %define with_vanilla %{?_with_vanilla: 1} %{?!_with_vanilla: 0}
%ifarch x86_64 aarch64 %ifarch x86_64 aarch64 riscv64
%define with_efiuki %{?_without_efiuki: 0} %{?!_without_efiuki: 1} %define with_efiuki %{?_without_efiuki: 0} %{?!_without_efiuki: 1}
%else %else
%define with_efiuki 0 %define with_efiuki 0
@ -3975,6 +3975,9 @@ fi\
# #
# #
%changelog %changelog
* Tue Mar 26 2024 David Abdurachmanov <davidlt@rivosinc.com> [6.8.1-0.1.riscv64]
- Enable UKI for riscv64
* Wed Mar 20 2024 David Abdurachmanov <davidlt@rivosinc.com> [6.8.1-0.0.riscv64] * Wed Mar 20 2024 David Abdurachmanov <davidlt@rivosinc.com> [6.8.1-0.0.riscv64]
- Add riscv64 - Add riscv64