diff mbox series

[v2,1/7] configure: Create symbolic links for pc-bios/*.elf files

Message ID 1592807604-20805-2-git-send-email-bmeng.cn@gmail.com
State New
Headers show
Series [v2,1/7] configure: Create symbolic links for pc-bios/*.elf files | expand

Commit Message

Bin Meng June 22, 2020, 6:33 a.m. UTC
From: Bin Meng <bin.meng@windriver.com>

Now we need to ship the OpenSBI fw_jump.elf image for the
RISC-V Spike machine, it requires us to create symbolic
links for pc-bios/*.elf files.

Signed-off-by: Bin Meng <bin.meng@windriver.com>

---

Changes in v2:
- new patch: configure: Create symbolic links for pc-bios/*.elf files

 configure | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/configure b/configure
index ba88fd1..4a1514a 100755
--- a/configure
+++ b/configure
@@ -8399,6 +8399,7 @@  LINKS="$LINKS tests/qemu-iotests/check"
 LINKS="$LINKS python"
 for bios_file in \
     $source_path/pc-bios/*.bin \
+    $source_path/pc-bios/*.elf \
     $source_path/pc-bios/*.lid \
     $source_path/pc-bios/*.rom \
     $source_path/pc-bios/*.dtb \