* [PATCH] qemuamd64: Fix OVMF path
@ 2020-09-03 21:05 Jan Kiszka
2020-09-11 8:59 ` Baurzhan Ismagulov
0 siblings, 1 reply; 2+ messages in thread
From: Jan Kiszka @ 2020-09-03 21:05 UTC (permalink / raw)
To: isar-users
From: Jan Kiszka <jan.kiszka@siemens.com>
start_vm does not work for amd64 when trying to use a standard Debian
installation of ovmf. Fix this.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
meta-isar/conf/machine/qemuamd64.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-isar/conf/machine/qemuamd64.conf b/meta-isar/conf/machine/qemuamd64.conf
index 028b738d..29fc579e 100644
--- a/meta-isar/conf/machine/qemuamd64.conf
+++ b/meta-isar/conf/machine/qemuamd64.conf
@@ -14,7 +14,7 @@ IMAGE_INSTALL += "sshd-regen-keys"
QEMU_ARCH ?= "x86_64"
QEMU_MACHINE ?= "q35"
QEMU_CPU ?= ""
-QEMU_DISK_ARGS ?= "-hda ##ROOTFS_IMAGE## -bios /usr/local/share/ovmf/OVMF.fd"
+QEMU_DISK_ARGS ?= "-hda ##ROOTFS_IMAGE## -bios /usr/share/ovmf/OVMF.fd"
MACHINE_SERIAL ?= "ttyS0"
BAUDRATE_TTY ?= "115200"
--
2.26.2
--
Siemens AG, Corporate Technology, CT RDA IOT SES-DE
Corporate Competence Center Embedded Linux
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] qemuamd64: Fix OVMF path
2020-09-03 21:05 [PATCH] qemuamd64: Fix OVMF path Jan Kiszka
@ 2020-09-11 8:59 ` Baurzhan Ismagulov
0 siblings, 0 replies; 2+ messages in thread
From: Baurzhan Ismagulov @ 2020-09-11 8:59 UTC (permalink / raw)
To: isar-users
On Thu, Sep 03, 2020 at 11:05:35PM +0200, Jan Kiszka wrote:
> start_vm does not work for amd64 when trying to use a standard Debian
> installation of ovmf. Fix this.
Wow, this works meanwhile on stretch and buster (it didn't before the stretch
release). Looks good to me. We'll update the CI and submit a doc patch.
With kind regards,
Baurzhan.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-09-11 8:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-03 21:05 [PATCH] qemuamd64: Fix OVMF path Jan Kiszka
2020-09-11 8:59 ` Baurzhan Ismagulov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox