public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/seabios] f45: drop coreboot build (was never used in fedora)
@ 2026-08-13 18:12 Gerd Hoffmann
0 siblings, 0 replies; only message in thread
From: Gerd Hoffmann @ 2026-08-13 18:12 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/seabios
Branch : f45
Commit : 0d89c5b3586791c645a735414b0c4789ffbafde3
Author : Gerd Hoffmann <kraxel@redhat.com>
Date : 2026-08-13T13:20:53+02:00
Stats : +0/-5 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/seabios/c/0d89c5b3586791c645a735414b0c4789ffbafde3?branch=f45
Log:
drop coreboot build (was never used in fedora)
---
diff --git a/config.coreboot b/config.coreboot
deleted file mode 100644
index a0323b2..0000000
--- a/config.coreboot
+++ /dev/null
@@ -1,2 +0,0 @@
-CONFIG_QEMU_HARDWARE=y
-CONFIG_COREBOOT=y
diff --git a/seabios.spec b/seabios.spec
index 851ae4c..15be249 100644
--- a/seabios.spec
+++ b/seabios.spec
@@ -21,7 +21,6 @@ Source11: config.vga-isavga
Source12: config.vga-qxl
Source13: config.vga-stdvga
Source14: config.vga-vmware
-Source16: config.coreboot
Source17: config.seabios-128k
Source18: config.seabios-256k
Source19: config.vga-virtio
@@ -126,7 +125,6 @@ build_bios() {
build_bios %{_sourcedir}/config.seabios-128k bios.bin bios.bin
build_bios %{_sourcedir}/config.seabios-256k bios.bin bios-256k.bin
%if 0%{?fedora:1}
-build_bios %{_sourcedir}/config.coreboot bios.bin.elf bios-coreboot.bin
build_bios %{_sourcedir}/config.seabios-microvm bios.bin bios-microvm.bin
%endif
@@ -145,7 +143,6 @@ mkdir -p $RPM_BUILD_ROOT%{_datadir}/qemu/firmware
install -m 0644 binaries/bios.bin $RPM_BUILD_ROOT%{_datadir}/seabios/bios.bin
install -m 0644 binaries/bios-256k.bin $RPM_BUILD_ROOT%{_datadir}/seabios/bios-256k.bin
%if 0%{?fedora:1}
-install -m 0644 binaries/bios-coreboot.bin $RPM_BUILD_ROOT%{_datadir}/seabios/bios-coreboot.bin
install -m 0644 binaries/bios-microvm.bin $RPM_BUILD_ROOT%{_datadir}/seabios/bios-microvm.bin
%endif
install -m 0644 binaries/vgabios*.bin $RPM_BUILD_ROOT%{_datadir}/seavgabios
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-13 18:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-13 18:12 [rpms/seabios] f45: drop coreboot build (was never used in fedora) Gerd Hoffmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox