Page MenuHomeFreeBSD

Metaport for bhyve firmware
ClosedPublic

Authored by fabian.freyer_physik.tu-berlin.de on Jul 16 2016, 2:41 PM.
Tags
None
Referenced Files
F82184577: D7225.diff
Fri, Apr 26, 6:27 AM
Unknown Object (File)
Mar 16 2024, 5:53 AM
Unknown Object (File)
Mar 16 2024, 5:52 AM
Unknown Object (File)
Dec 30 2023, 4:07 PM
Unknown Object (File)
Dec 20 2023, 1:44 AM
Unknown Object (File)
Nov 15 2023, 9:51 PM
Unknown Object (File)
Nov 15 2023, 12:44 PM
Unknown Object (File)
Nov 13 2023, 11:41 AM
Subscribers

Details

Reviewers
grehan
novel
Test Plan

Test with poudriere

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

fabian.freyer_physik.tu-berlin.de retitled this revision from to Metaport for bhyve firmware.
fabian.freyer_physik.tu-berlin.de edited the test plan for this revision. (Show Details)
fabian.freyer_physik.tu-berlin.de set the repository for this revision to rP FreeBSD ports repository.
sysutils/bhyve-firmware/Makefile
10

When a port doesn't care what file is installed, but only requires the package to be installed, it should use the form:

RUN_DEPENDS= package_name>=0:origin

In this case:

RUN_DEPENDS= uefi-edk2-bhyve:sysutils/uefi-edk2-bhyve

sysutils/bhyve-firmware/pkg-descr
1

This should be expanded, why does bhyve needs firmwares ? maybe list the available firmwares ?

novel edited edge metadata.

Port committed: https://svnweb.freebsd.org/ports?view=revision&revision=418985.

Thanks for the patch for for reviews.

sysutils/bhyve-firmware/Makefile
10

Thanks, I've changed that.

sysutils/bhyve-firmware/pkg-descr
1

I've added a link to the bhyve wiki page describing UEFI part. I'm not sure if it's needed to elaborate more on that because most likely people will be coming to this port from bhyve docs and will already know why it's needed.

This revision is now accepted and ready to land.Jul 24 2016, 3:42 AM