configure: Create symbolic links for pc-bios/*.elf files
Now we need to ship the OpenSBI fw_dynamic.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> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Message-Id: <1596439832-29238-2-git-send-email-bmeng.cn@gmail.com> Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
parent
fdd33b86b2
commit
3a631b8e7f
1
configure
vendored
1
configure
vendored
@ -8129,6 +8129,7 @@ LINKS="$LINKS tests/qemu-iotests/check"
|
|||||||
LINKS="$LINKS python"
|
LINKS="$LINKS python"
|
||||||
for bios_file in \
|
for bios_file in \
|
||||||
$source_path/pc-bios/*.bin \
|
$source_path/pc-bios/*.bin \
|
||||||
|
$source_path/pc-bios/*.elf \
|
||||||
$source_path/pc-bios/*.lid \
|
$source_path/pc-bios/*.lid \
|
||||||
$source_path/pc-bios/*.rom \
|
$source_path/pc-bios/*.rom \
|
||||||
$source_path/pc-bios/*.dtb \
|
$source_path/pc-bios/*.dtb \
|
||||||
|
Loading…
Reference in New Issue
Block a user