Message ID | 20210122235337.5414-1-sstabellini@kernel.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | automation: fix qemu-alpine-arm64.sh | expand |
On 22/01/2021 23:53, Stefano Stabellini wrote: > Remove copy/paste error introduced by f58976544ff4 ("automation: use > test-artifacts/qemu-system-aarch64 instead of Debian's") > > Fixes: f58976544ff4 ("automation: use test-artifacts/qemu-system-aarch64 instead of Debian's") > Signed-off-by: Stefano Stabellini <stefano.stabellini@xilinx.com> Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
diff --git a/automation/scripts/qemu-alpine-arm64.sh b/automation/scripts/qemu-alpine-arm64.sh index e2240f9ab4..f4ac2d856f 100755 --- a/automation/scripts/qemu-alpine-arm64.sh +++ b/automation/scripts/qemu-alpine-arm64.sh @@ -69,7 +69,7 @@ find . |cpio -H newc -o|gzip > ../xen-rootfs.cpio.gz cd ../.. # XXX QEMU looks for "efi-virtio.rom" even if it is unneeded -curl -fsSLO curl -fsSLO https://github.com/qemu/qemu/raw/v5.2.0/pc-bios/efi-virtio.rom +curl -fsSLO https://github.com/qemu/qemu/raw/v5.2.0/pc-bios/efi-virtio.rom ./binaries/qemu-system-aarch64 \ -machine virtualization=true \ -cpu cortex-a57 -machine type=virt \
Remove copy/paste error introduced by f58976544ff4 ("automation: use test-artifacts/qemu-system-aarch64 instead of Debian's") Fixes: f58976544ff4 ("automation: use test-artifacts/qemu-system-aarch64 instead of Debian's") Signed-off-by: Stefano Stabellini <stefano.stabellini@xilinx.com> --- automation/scripts/qemu-alpine-arm64.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)