diff options
| author | Andy Fiddaman <omnios@citrus-it.co.uk> | 2019-02-13 22:05:33 +0000 |
|---|---|---|
| committer | Hans Rosenfeld <hans.rosenfeld@joyent.com> | 2019-02-13 23:31:40 +0000 |
| commit | 6740e4cf278e7d59db2645ae8764d707dc515f9c (patch) | |
| tree | 05258720ca8361c7b4f6fe90de71e0d71e933650 /usr/src/pkg/manifests/system-bhyve-tests.mf | |
| parent | 2d1a8a4a97fe44c06e3fedddbb32f89fc2755a3e (diff) | |
| download | illumos-joyent-6740e4cf278e7d59db2645ae8764d707dc515f9c.tar.gz | |
OS-7528 update bhyve pkg manifest from OmniOS
OS-7572 bhyve: stop shipping libvmm.so and libvmmapi.so
Reviewed by: John Levon <john.levon@joyent.com>
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk>
Approved by: John Levon <john.levon@joyent.com>
Diffstat (limited to 'usr/src/pkg/manifests/system-bhyve-tests.mf')
| -rw-r--r-- | usr/src/pkg/manifests/system-bhyve-tests.mf | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/usr/src/pkg/manifests/system-bhyve-tests.mf b/usr/src/pkg/manifests/system-bhyve-tests.mf new file mode 100644 index 0000000000..14586b5177 --- /dev/null +++ b/usr/src/pkg/manifests/system-bhyve-tests.mf @@ -0,0 +1,35 @@ +# +# CDDL HEADER START +# +# This file and its contents are supplied under the terms of the +# Common Development and Distribution License ("CDDL"), version 1.0. +# You may only use this file in accordance with the terms of version +# 1.0 of the CDDL. +# +# A full copy of the text of the CDDL should have accompanied this +# source. A copy of the CDDL is also available via the Internet at +# http://www.illumos.org/license/CDDL. +# +# CDDL HEADER END +# + +# +# Copyright 2018 OmniOS Community Edition (OmniOSce) Association. +# + +set name=pkg.fmri value=pkg:/system/bhyve/tests@$(PKGVERS) +set name=pkg.description value="BSD hypervisor tests" +set name=pkg.summary value="BSD hypervisor tests" +set name=info.classification \ + value=org.opensolaris.category.2008:System/Virtualization +set name=variant.arch value=i386 +dir path=opt/bhyvetest +dir path=opt/bhyvetest/bin +dir path=opt/bhyvetest/tst +dir path=opt/bhyvetest/tst/mevent +file path=opt/bhyvetest/bin/bhyvetest mode=0555 +file path=opt/bhyvetest/tst/mevent/lists.delete.exe mode=0555 +file path=opt/bhyvetest/tst/mevent/read.disable.exe mode=0555 +file path=opt/bhyvetest/tst/mevent/read.pause.exe mode=0555 +file path=opt/bhyvetest/tst/mevent/read.requeue.exe mode=0555 +license lic_CDDL license=lic_CDDL |
