Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Carlos Santos <casantos@datacom.ind.br>
To: buildroot@busybox.net
Subject: [Buildroot] [RFC v0] libvirt: new package
Date: Thu, 14 Sep 2017 08:40:55 -0300 (BRT)	[thread overview]
Message-ID: <1428758746.9262932.1505389255492.JavaMail.zimbra@datacom.ind.br> (raw)
In-Reply-To: <20170914032958.kvzbnq4t3knwfcc4@tarshish>

> From: "Baruch Siach" <baruch@tkos.co.il>
> To: "Carlos Santos" <casantos@datacom.ind.br>
> Cc: buildroot at buildroot.org
> Sent: Thursday, September 14, 2017 12:29:58 AM
> Subject: Re: [Buildroot] [RFC v0] libvirt: new package

> Hi Carlos,
> 
> On Wed, Sep 13, 2017 at 11:24:25PM -0300, Carlos Santos wrote:
>> diff --git a/package/libvirt/Config.in b/package/libvirt/Config.in
>> new file mode 100644
>> index 0000000000..c8792eaa14
>> --- /dev/null
>> +++ b/package/libvirt/Config.in
>> @@ -0,0 +1,22 @@
>> +config BR2_PACKAGE_LIBVIRT
>> +	bool "libvirt"
>> +	depends on !BR2_STATIC_LIBS # libnl, lvm2
>> +	depends on BR2_USE_MMU # needs fork()
>> +	depends on BR2_TOOLCHAIN_HAS_THREADS # libnl, libtirpc
>> +	select BR2_PACKAGE_LIBNL
>> +	select BR2_PACKAGE_LIBTIRPC
>> +	select BR2_PACKAGE_LIBXML2
>> +	select BR2_PACKAGE_LVM2
>> +	select BR2_PACKAGE_YAJL
>> +	help
>> +	  Libvirt is collection of software that provides a convenient
>> +	  way to manage virtual machines and other virtualization
>> +	  functionality, such as storage and network interface
>> +	  management. These software pieces include an API library, a
>> +	  daemon (libvirtd), and a command line utility (virsh).
>> +
>> +	  http://libvirt.org/
>> +
>> +comment "libvirt needs a glibc or uClibc toolchain w/ threads, dynamic library"
>> +        depends on BR2_USE_MMU
>> +        depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS ||
>> BR2_TOOLCHAIN_USES_MUSL
> 
> The musl incompatibility is because of lvm2, right? This part is missing from
> the dependencies listed above.

Right. I will fix it in the next version. Thanks!

-- 
Carlos Santos (Casantos) - DATACOM, P&D
?The greatest triumph that modern PR can offer is the transcendent 
success of having your words and actions judged by your reputation, 
rather than the other way about.? ? Christopher Hitchens

      reply	other threads:[~2017-09-14 11:40 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-14  2:24 [Buildroot] [RFC v0] libvirt: new package Carlos Santos
2017-09-14  3:29 ` Baruch Siach
2017-09-14 11:40   ` Carlos Santos [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=1428758746.9262932.1505389255492.JavaMail.zimbra@datacom.ind.br \
    --to=casantos@datacom.ind.br \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox