[Buildroot] [PATCH V2 2/2] xvisor: new package

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat Sep 17 13:35:27 UTC 2016


Hello,

On Tue, 13 Sep 2016 21:45:34 +0200, Eric Le Bihan wrote:
> This new package provides Xvisor, an open-source type-1 hypervisor,
> which aims at providing a monolithic, light-weight, portable, and
> flexible virtualization solution.
> 
> Signed-off-by: Eric Le Bihan <eric.le.bihan.dev at free.fr>

I've applied, after doing a few changes, see below.

> diff --git a/package/xvisor/xvisor.mk b/package/xvisor/xvisor.mk
> new file mode 100644
> index 0000000..0e7b995
> --- /dev/null
> +++ b/package/xvisor/xvisor.mk
> @@ -0,0 +1,72 @@
> +################################################################################
> +#
> +# xvisor
> +#
> +################################################################################
> +
> +XVISOR_VERSION = 0.2.8
> +XVISOR_SITE = http://www.xhypervisor.org/tarball
> +XVISOR_LICENSE = GPLv2

Licensing is GPLv2+, all files that I checked say "GPLv2 or later".


> +define XVISOR_CREATE_UBOOT_IMAGE
> +	$(HOST_DIR)/usr/bin/mkimage -A $(BR2_ARCH) -O linux -T kernel -C none \

I've used $(MKIMAGE) instead of $(HOST_DIR)/usr/bin/mkimage, and
$(MKIMAGE_ARCH) instead of $(BR2_ARCH).

Applied with those changes.

Thanks,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com



More information about the buildroot mailing list