Skip to:
We should be able to combine the 2 machines into one build.
Aka one of the two should create all needed artifacts.
TLDR: qemux86-64 should also create a bootable image for up2 or minnow.
(or vice-versa, have intel-core-i7-64 create the artifacts done by qemux86-64 machine).
runqemu also has its own hook for invoking (and making sure we build) OVMF.
runqemu doesn't use the vmdk file.
Does runqemu include this by default ?
After building an image on the current master branch, to run via qemu I just need to install the `ovmf` package in Ubuntu and then run the command from https://docs.automotivelinux.org/docs/en/master/getting_started/reference/getting-started/machines/qemu.html with the addition of `-bios /usr/share/ovmf/OVMF.fd`.
Hmm, I'll check to see how to pass OMVF OVMF to qemu. Need to document this, because we're using some old qemu command to boot the images. Thanks for the heads up.
We should be able to combine the 2 machines into one build.
Aka one of the two should create all needed artifacts.
TLDR: qemux86-64 should also create a bootable image for up2 or minnow.
(or vice-versa, have intel-core-i7-64 create the artifacts done by qemux86-64 machine).