[oe-commits] [meta-openembedded] 03/03: virt-what: add the recipe

git at git.openembedded.org git at git.openembedded.org
Tue Mar 29 11:49:22 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 5fe96b54a50f1bf159e9f11cc448fdf5db306c7d
Author: Roy Li <rongqing.li at windriver.com>
AuthorDate: Tue Mar 29 16:22:56 2016 +0800

    virt-what: add the recipe
    
    virt-what is a a shell script which can be used to detect if the program
    is running in a virtual machine.
    
    Signed-off-by: Roy Li <rongqing.li at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 .../recipes-extended/virt-what/virt-what_1.15.bb   | 36 ++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/meta-oe/recipes-extended/virt-what/virt-what_1.15.bb b/meta-oe/recipes-extended/virt-what/virt-what_1.15.bb
new file mode 100644
index 0000000..7509eee
--- /dev/null
+++ b/meta-oe/recipes-extended/virt-what/virt-what_1.15.bb
@@ -0,0 +1,36 @@
+SUMMARY = "Detect if we are running in a virtual machine"
+DESCRIPTION =" virt-what is a shell script which can be used to detect if the program \
+is running in a virtual machine. \
+The program prints out a list of "facts" about the virtual machine, \
+derived from heuristics.  One fact is printed per line. \
+If nothing is printed and the script exits with code 0 (no error), \
+then it can mean either that the program is running on bare-metal or \
+the program is running inside a type of virtual machine which we don't \
+know about or can't detect. \
+Current types of virtualization detected: \
+ - hyperv       Microsoft Hyper-V \
+ - kvm          Linux Kernel Virtual Machine (KVM) \
+ - openvz       OpenVZ or Virtuozzo \
+ - powervm_lx86 IBM PowerVM Lx86 Linux/x86 emulator \
+ - qemu         QEMU (unaccelerated) \
+ - uml          User-Mode Linux (UML) \
+ - virtage      Hitachi Virtualization Manager (HVM) Virtage LPAR \
+ - virtualbox   VirtualBox \
+ - virtualpc    Microsoft VirtualPC \
+ - vmware       VMware \
+ - xen          Xen \
+ - xen-dom0     Xen dom0 (privileged domain) \
+ - xen-domU     Xen domU (paravirtualized guest domain) \
+ - xen-hvm      Xen guest fully virtualized (HVM) \
+"
+
+SECTION = "base"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
+
+SRC_URI = "http://people.redhat.com/~rjones/virt-what/files/${PN}-${PV}.tar.gz"
+
+inherit autotools
+
+SRC_URI[md5sum] = "35d19ca3305e8ae88c1985fbd8388f53"
+SRC_URI[sha256sum] = "7ab9220d4682eadf9139c6afe62d33ebd273fff69e49054279caba5514937c41"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list