diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2015-03-06 09:08:35 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2015-03-06 09:08:35 +0100 |
commit | 9d4508b223aed0e1959ed8cbb1d66484320c0afe (patch) | |
tree | b75b93c921a3a30605158209a86595df8c6f6fea /coreboot.git.spec | |
parent | f67df3284cf91f4e7ce6081b1c1319b071f661c8 (diff) | |
download | coreboot-9d4508b223aed0e1959ed8cbb1d66484320c0afe.tar.gz |
update configs
Diffstat (limited to 'coreboot.git.spec')
-rw-r--r-- | coreboot.git.spec | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/coreboot.git.spec b/coreboot.git.spec index 6cd8b36..1e4f2a2 100644 --- a/coreboot.git.spec +++ b/coreboot.git.spec @@ -8,10 +8,10 @@ Summary: open source x86 firmware Group: Applications/Emulators License: GPLv2+ Source0: coreboot.git-g0cc33da.tar.xz + Source10: config.i440fx.seabios -Source11: config.i440fx.efi32 +Source11: config.i440fx.seabios.corevga Source20: config.q35.seabios -Source21: config.q35.efi32 BuildRequires: iasl BuildRequires: python @@ -54,10 +54,8 @@ mkdir rpm.doc mkdir rpm.bin do_build %{SOURCE10} coreboot-i440fx-seabios -#do_build %{SOURCE11} coreboot-i440fx-efi32 - +do_build %{SOURCE11} coreboot-i440fx-seabios-corevga do_build %{SOURCE20} coreboot-q35-seabios -#do_build %{SOURCE21} coreboot-q35-efi32 (cd util/msrtool; ./configure) for util in cbmem inteltool lbtdump msrtool nvramtool; do |