[OE-core] [PATCH 8/9] runqemu: support UEFI with OVMF firmware

Ricardo Neri ricardo.neri-calderon at linux.intel.com
Wed Dec 28 23:33:37 UTC 2016


On Wed, 2016-12-21 at 14:11 +0100, Patrick Ohly wrote:
> +        # File name of a OVMF BIOS file, to be added with -drive
> if=pflash.
> +        # Found in the same places as the rootfs, with or without one
> of
> +        # these suffices: qcow2, bin.
> +        # Setting one also adds "-vga std" because that is all that
> +        # OVMF supports.
> +        self.ovmf_bios = ''

runqemu has the options biosdir and biosfilename. Although the log for
these options was lost when the script was migrated to python, the
motivation of adding these options was to use OVMF. It uses the -L and
-bios options of qemu. To my knowledge, the only custom bios at the
moment is OVMF. Thus, you would ponder either removing or tweaking these
options with your approach; which makes more sense to me.

Thanks and BR,
Ricardo




More information about the Openembedded-core mailing list