diff options
author | Patrick Mooney <pmooney@pfmooney.com> | 2018-03-12 15:41:26 +0000 |
---|---|---|
committer | Patrick Mooney <pmooney@pfmooney.com> | 2018-03-12 17:21:40 +0000 |
commit | 8005f4ee748b1fe324b3f234a2defe0dd557611b (patch) | |
tree | f509d22d9df245347f21246d5c8f25dfb1de5a5f /usr/src | |
parent | 342f4e5523d933759f42f2c3f7cc4150b5cc9dd8 (diff) | |
download | illumos-joyent-8005f4ee748b1fe324b3f234a2defe0dd557611b.tar.gz |
OS-6412 ship initial bhyve bits
Reviewed by: Mike Gerdts <mike.gerdts@joyent.com>
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/pkg/manifests/developer-build-onbld.mf | 1 | ||||
-rw-r--r-- | usr/src/pkg/manifests/system-bhyve.mf | 62 |
2 files changed, 63 insertions, 0 deletions
diff --git a/usr/src/pkg/manifests/developer-build-onbld.mf b/usr/src/pkg/manifests/developer-build-onbld.mf index 4ce63a7dcb..f7e60d3db3 100644 --- a/usr/src/pkg/manifests/developer-build-onbld.mf +++ b/usr/src/pkg/manifests/developer-build-onbld.mf @@ -101,6 +101,7 @@ file path=opt/onbld/bin/find_elf mode=0555 file path=opt/onbld/bin/findcrypto mode=0555 file path=opt/onbld/bin/flg.flp mode=0555 file path=opt/onbld/bin/genoffsets mode=0555 +file path=opt/onbld/bin/gensetdefs mode=0555 file path=opt/onbld/bin/git-pbchk mode=0555 file path=opt/onbld/bin/hdrchk mode=0555 file path=opt/onbld/bin/interface_check mode=0555 diff --git a/usr/src/pkg/manifests/system-bhyve.mf b/usr/src/pkg/manifests/system-bhyve.mf new file mode 100644 index 0000000000..3faf955e20 --- /dev/null +++ b/usr/src/pkg/manifests/system-bhyve.mf @@ -0,0 +1,62 @@ +# +# 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 Joyent, Inc. +# + +# +# The default for payload-bearing actions in this package is to appear in the +# global zone only. See the include file for greater detail, as well as +# information about overriding the defaults. +# +<include global_zone_only_component> +set name=pkg.fmri value=pkg:/system/bhyve@$(PKGVERS) +set name=pkg.description value="BSD hypervisor" +set name=pkg.summary value="BSD hypervisor" +set name=info.classification \ + value=org.opensolaris.category.2008:System/Virtualization +set name=variant.arch value=i386 +dir path=kernel group=sys +dir path=kernel/kmdb group=sys +dir path=kernel/kmdb/$(ARCH64) group=sys +dir path=lib group=bin +dir path=lib/$(ARCH64) group=bin +dir path=usr group=sys +dir path=usr/kernel/drv group=sys +dir path=usr/kernel/drv/$(ARCH64) group=sys +dir path=usr/lib group=bin +dir path=usr/lib/mdb group=sys +dir path=usr/lib/mdb/kvm group=sys +dir path=usr/lib/mdb/kvm/$(ARCH64) group=sys +dir path=usr/sbin +driver name=ppt +driver name=viona +driver name=vmm +file path=kernel/kmdb/$(ARCH64)/vmm mode=0555 +file path=lib/$(ARCH64)/libvmmapi.so.1 +file path=usr/kernel/drv/$(ARCH64)/ppt +file path=usr/kernel/drv/$(ARCH64)/viona +file path=usr/kernel/drv/$(ARCH64)/vmm +file path=usr/kernel/drv/ppt.conf +file path=usr/kernel/drv/viona.conf +file path=usr/kernel/drv/vmm.conf +file path=usr/lib/mdb/kvm/$(ARCH64)/vmm.so mode=0555 +file path=usr/sbin/$(ARCH64)/bhyve mode=0555 +file path=usr/sbin/$(ARCH64)/bhyvectl mode=0555 +hardlink path=usr/sbin/bhyve target=../lib/isaexec +hardlink path=usr/sbin/bhyvectl target=../lib/isaexec +license lic_CDDL license=lic_CDDL +link path=lib/$(ARCH64)/libvmmapi.so target=./libvmmapi.so.1 |