On Tue, 2017-01-10 at 17:07 +0100, Patrick Ohly wrote:
> ovmf is not built by default. Either do it explicitly ("bitbake ovmf")
> or make it a part of the normal build
> ("MACHINE_ESSENTIAL_EXTRA_RDEPENDS_append = ' ovmf'").Wrong advice in the commit message: MACHINE_ESSENTIAL_EXTRA_RDEPENDS doesn't work (it tries to install a non-existent ovmf package into the rootfs and fails), use EXTRA_IMAGEDEPENDS instead (same mechanism that also triggers building qemu-native). I'll fix this if a v3 of this series becomes necessary, but wouldn't do that just for this fix alone. -- Best Regards, Patrick Ohly The content of this message is my personal opinion only and although I am an employee of Intel, the statements I make here in no way represent Intel's position on the issue, nor am I authorized to speak on behalf of Intel on this matter. -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
