[Bug 264338] sysutils/edk2: vm_run error -1, errno 14

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 03 Jun 2022 08:28:59 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264338

--- Comment #14 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3023881d2e9b0f07aeca701e99caed5039206e06

commit 3023881d2e9b0f07aeca701e99caed5039206e06
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2022-06-03 08:23:41 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2022-06-03 08:23:41 +0000

    sysutils/edk2@bhyve: Fix main firmware

    EDK2 produce multiple files for the bhyve flavor, _CODE and _DATA
    The PLAT_RESULT is just a concat of both.
    But bhyve doesn't support having only one file.
    When it was its own port we just install the _CODE file as the main file
    instead of using the concat one generated during edk2 build.
    For this port we need to use the main PLAT_RESULT files for all flavors
    except bhyve so add a quirks in the install phase that just replace the
main
    file with the _CODE one.
    Thanks to Corvin Köhne <CorvinK@beckhoff.com> for helping me understanding
    the issue.

    Fixes:          2e6a6ccd15 ("sysutils/edk2: Add bhyve as a new FLAVOR of
edk2")
    Sponsored by:   Beckhoff Automation GmbH & Co. KG
    PR:             264338

 sysutils/edk2/Makefile | 2 ++
 1 file changed, 2 insertions(+)

-- 
You are receiving this mail because:
You are the assignee for the bug.