Ship vgabios-qxl.bin
This commit is contained in:
parent
90c3abb7d2
commit
6b362f9e61
6
config.vga-qxl
Normal file
6
config.vga-qxl
Normal file
@ -0,0 +1,6 @@
|
||||
CONFIG_BUILD_VGABIOS=y
|
||||
CONFIG_VGA_BOCHS=y
|
||||
CONFIG_VGA_PCI=y
|
||||
CONFIG_OVERRIDE_PCI_ID=y
|
||||
CONFIG_VGA_VID=0x1b36
|
||||
CONFIG_VGA_DID=0x0100
|
@ -1,6 +1,6 @@
|
||||
Name: seabios
|
||||
Version: 1.16.3
|
||||
Release: 4%{?dist}.alma.1
|
||||
Release: 4%{?dist}.alma.2
|
||||
Summary: Open-source legacy BIOS implementation
|
||||
|
||||
License: LGPL-3.0-only
|
||||
@ -10,6 +10,7 @@ Source0: https://code.coreboot.org/p/seabios/downloads/get/seabios-1.16.3
|
||||
|
||||
|
||||
Source10: config.vga-cirrus
|
||||
Source12: config.vga-qxl
|
||||
Source13: config.vga-stdvga
|
||||
Source18: config.seabios-256k
|
||||
Source19: config.vga-virtio
|
||||
@ -114,7 +115,7 @@ build_bios %{_sourcedir}/config.seabios-256k bios.bin bios-256k.bin
|
||||
|
||||
|
||||
# seavgabios
|
||||
%global vgaconfigs cirrus stdvga virtio ramfb bochs-display
|
||||
%global vgaconfigs cirrus qxl stdvga virtio ramfb bochs-display
|
||||
for config in %{vgaconfigs}; do
|
||||
build_bios %{_sourcedir}/config.vga-${config} \
|
||||
vgabios.bin vgabios-${config}.bin out/vgabios.bin
|
||||
@ -144,6 +145,9 @@ install -m 0644 binaries/vgabios*.bin $RPM_BUILD_ROOT%{_datadir}/seavgabios
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Dec 03 2024 Andrew Lukoshko <alukoshko@almalinux.org> - 1.16.3-4.alma.2
|
||||
* Ship vgabios-qxl.bin
|
||||
|
||||
* Fri Sep 06 2024 Eduard Abdullin <eabdullin@almalinux.org> - 1.16.3-4.alma.1
|
||||
- Allow the build to start on ppc64le
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user