From: Richard W.M. Jones Date: Tue, 6 Jun 2023 15:16:17 +0000 (+0100) Subject: Rename them to match what qemu expects X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=388f3cca5994fb550b38b3e974cc074256c751d1;p=fedora-reviews.git Rename them to match what qemu expects qemu is expecting names like 'opensbi-riscv64-generic-fw_dynamic.bin' so if we're going to rename them, might as well use the name that qemu expects. --- diff --git a/opensbi/opensbi.spec b/opensbi/opensbi.spec index 8fe7739..1ec15cb 100644 --- a/opensbi/opensbi.spec +++ b/opensbi/opensbi.spec @@ -73,7 +73,7 @@ mkdir build32 build64 INSTALL_FIRMWARE_PATH=%{_datadir}/%{name} pushd %{buildroot}%{_datadir}/%{name}/generic/firmware for f in fw_*.bin fw_*.elf; do - mv $f riscv32_$f + mv $f opensbi-riscv32-generic-$f done popd @@ -87,7 +87,7 @@ popd INSTALL_FIRMWARE_PATH=%{_datadir}/%{name} pushd %{buildroot}%{_datadir}/%{name}/generic/firmware for f in fw_*.bin fw_*.elf; do - mv $f riscv64_$f + mv $f opensbi-riscv64-generic-$f done popd