[oe] [PATCH][meta-oe] virt-what: add the recipe

Bruce Ashfield bruce.ashfield at gmail.com
Tue Mar 29 14:22:23 UTC 2016


On Tue, Mar 29, 2016 at 4:22 AM, <rongqing.li at windriver.com> wrote:

> From: Roy Li <rongqing.li at windriver.com>
>
> virt-what is a a shell script which can be used to detect if the program
> is running in a virtual machine.
>

Did you consider meta-virtualization for this ? not a big concern .. just
wondering.

Bruce


>
> Signed-off-by: Roy Li <rongqing.li at windriver.com>
> ---
>  .../recipes-extended/virt-what/virt-what_1.15.bb   | 36
> ++++++++++++++++++++++
>  1 file changed, 36 insertions(+)
>  create mode 100644 meta-oe/recipes-extended/virt-what/virt-what_1.15.bb
>
> 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"
> --
> 1.9.1
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await thee
at its end"



More information about the Openembedded-devel mailing list