All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH V2 2/2] xvisor: new package
Date: Sat, 17 Sep 2016 15:35:27 +0200	[thread overview]
Message-ID: <20160917153527.417148df@free-electrons.com> (raw)
In-Reply-To: <1473795934-27033-3-git-send-email-eric.le.bihan.dev@free.fr>

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@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

      reply	other threads:[~2016-09-17 13:35 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-13 19:45 [Buildroot] [PATCH V2 0/2] Introducing Xvisor Eric Le Bihan
2016-09-13 19:45 ` [Buildroot] [PATCH V2 1/2] pkg-kconfig: support alternative .config location Eric Le Bihan
2016-09-13 22:32   ` Yann E. MORIN
2016-09-17 13:18   ` Thomas Petazzoni
2016-09-13 19:45 ` [Buildroot] [PATCH V2 2/2] xvisor: new package Eric Le Bihan
2016-09-17 13:35   ` Thomas Petazzoni [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160917153527.417148df@free-electrons.com \
    --to=thomas.petazzoni@free-electrons.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.