Archived
1
0
Fork 0

gnu: seabios: Limit to i686-linux and x86_64-linux.

* gnu/packages/firmware.scm (seabios)[supported-systems]: New field.
This commit is contained in:
Efraim Flashner 2022-12-20 17:12:07 +02:00
parent 35530133ae
commit 7fb27b5441
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -522,6 +522,7 @@ executing in M-mode.")
(description "SeaBIOS is an implementation of a 16bit x86 BIOS. SeaBIOS (description "SeaBIOS is an implementation of a 16bit x86 BIOS. SeaBIOS
can run in an emulator or it can run natively on X86 hardware with the use of can run in an emulator or it can run natively on X86 hardware with the use of
coreboot.") coreboot.")
(supported-systems '("i686-linux" "x86_64-linux"))
;; Dual licensed. ;; Dual licensed.
(license (list license:gpl3+ license:lgpl3+ (license (list license:gpl3+ license:lgpl3+
;; src/fw/acpi-dsdt.dsl is lgpl2 ;; src/fw/acpi-dsdt.dsl is lgpl2