<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-virtualization.git/recipes-extended/libvirt, branch fido</title>
<subtitle>Mirror of git.yoctoproject.org/meta-virtualization</subtitle>
<id>https://git.enea.com/cgit/linux/meta-virtualization.git/atom?h=fido</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-virtualization.git/atom?h=fido'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/'/>
<updated>2015-04-11T04:20:44+00:00</updated>
<entry>
<title>libvirt: correct libcap-ng options</title>
<updated>2015-04-11T04:20:44+00:00</updated>
<author>
<name>Dmitry Eremin-Solenikov</name>
<email>dmitry_eremin@mentor.com</email>
</author>
<published>2015-04-09T20:01:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=3ba78da0d3637ae4f7699105ed00e8505a537d44'/>
<id>urn:sha1:3ba78da0d3637ae4f7699105ed00e8505a537d44</id>
<content type='text'>
Fix the following warning by passing correct option to configure script:

WARNING: QA Issue: libvirt: configure was passed unrecognised options:
--with-capnp [unknown-configure-option]

Signed-off-by: Dmitry Eremin-Solenikov &lt;dmitry_eremin@mentor.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>libvirt: use pkg-config to locate libcap</title>
<updated>2015-04-08T17:12:56+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2015-04-08T17:12:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=29bca75fa656713e3ab64f6ff8d26a679f10a13c'/>
<id>urn:sha1:29bca75fa656713e3ab64f6ff8d26a679f10a13c</id>
<content type='text'>
libvirt wants to use pcap-config to locate the exisence and location
of libpcap. oe-core stubs this script and replaces it with pkg-config,
which can lead to the host pcap-config triggering and either breaking
the build or introducing host contamination.

To fix this issue, we patch configure to use 'pkg-config libcap' to
locate the correct libraries.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>libvirt: do_compile fails 'src/cpu/cpu_map.xml': No such file or directory'</title>
<updated>2015-03-24T18:22:00+00:00</updated>
<author>
<name>Amy Fong</name>
<email>amy.fong@windriver.com</email>
</author>
<published>2015-03-23T17:29:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=40dcc06946b0ef46286ae8982565cfa72c972d07'/>
<id>urn:sha1:40dcc06946b0ef46286ae8982565cfa72c972d07</id>
<content type='text'>
In some circumstances where the build tree differs from the source,
libvirt's compile will try to create the symlink for cpu_map.xml before
creating the directory $(abs_builddir)/cpu.

Add a test to create this directory if it hasn't already been created.

Signed-off-by: Amy Fong &lt;amy.fong@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>libvirt: Identify CONFFILES</title>
<updated>2015-03-10T17:17:46+00:00</updated>
<author>
<name>Rob Woolley</name>
<email>rob.woolley@windriver.com</email>
</author>
<published>2015-03-03T21:25:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=b64d14ac503f30d625a7e144856238ac67e85ccb'/>
<id>urn:sha1:b64d14ac503f30d625a7e144856238ac67e85ccb</id>
<content type='text'>
Some package formats explicitly track which files are configuration files
so that they are not overwritten on updates. Explicitly list the
configuration files.

Signed-off by: Rob Woolley &lt;rob.woolley@windriver.com&gt;

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>libvirt: uprev to 1.2.12</title>
<updated>2015-01-27T17:44:47+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2015-01-27T17:44:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=d00ef6ceaef898dfb92eca13a37a8645579dcdc0'/>
<id>urn:sha1:d00ef6ceaef898dfb92eca13a37a8645579dcdc0</id>
<content type='text'>
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>libvirt: correct libvirt-python checksums</title>
<updated>2015-01-20T20:11:57+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2015-01-20T20:11:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=83d8f3e0c540cd633c7b23969f90a5bc833eea93'/>
<id>urn:sha1:83d8f3e0c540cd633c7b23969f90a5bc833eea93</id>
<content type='text'>
The uprev to 1.2.11 had the incorrect libvirt-pthon checksums, we
correct them here.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>libvirt: uprev to 1.2.11</title>
<updated>2015-01-20T19:17:34+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2015-01-20T19:17:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=9adfffc3450d0377625b1f64d286d96e475e5b85'/>
<id>urn:sha1:9adfffc3450d0377625b1f64d286d96e475e5b85</id>
<content type='text'>
Other than updating the checksums, no other significant differences are
present in the 1.2.8 -&gt; 1.2.11 update of libvirt.

Sanity testing passes, so we do the update.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>libvirt: add PACKAGECONFIG for audit, libcap-ng</title>
<updated>2014-12-03T15:19:56+00:00</updated>
<author>
<name>Wenzong Fan</name>
<email>wenzong.fan@windriver.com</email>
</author>
<published>2014-12-03T07:41:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=48c1f0666b2f523845c10ae352d58a77e3cc474f'/>
<id>urn:sha1:48c1f0666b2f523845c10ae352d58a77e3cc474f</id>
<content type='text'>
Add PACKAGECONFIG for audit, libcap-ng, otherwise there would be
warnings like below:

WARN: libvirt: libvirt-virsh rdepends on audit, but it isn't a build dependency?
WARN: libvirt: libvirt-virsh rdepends on libcap-ng, but it isn't a build dependency?
WARN: libvirt: libvirt rdepends on audit, but it isn't a build dependency?
WARN: libvirt: libvirt rdepends on libcap-ng, but it isn't a build dependency?
WARN: libvirt: libvirt-libvirtd rdepends on audit, but it isn't a build dependency?
WARN: libvirt: libvirt-libvirtd rdepends on libcap-ng, but it isn't a build dependency?

Both audit and libcap-ng should be enabled/disabled along with selinux
since all of them are from meta-selinux.

Signed-off-by: Wenzong Fan &lt;wenzong.fan@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>libvirt: uprev to v1.2.8</title>
<updated>2014-09-29T14:25:59+00:00</updated>
<author>
<name>Olivia Yin</name>
<email>r63875@freescale.com</email>
</author>
<published>2014-09-26T01:26:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=65202ced07fdbfbf5d08f4c27aa7227d8f6c6643'/>
<id>urn:sha1:65202ced07fdbfbf5d08f4c27aa7227d8f6c6643</id>
<content type='text'>
Signed-off-by: Olivia Yin &lt;r63875@freescale.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>libvirt: set path to pkcheck</title>
<updated>2014-08-18T17:58:30+00:00</updated>
<author>
<name>Shrikant Bobade</name>
<email>Shrikant_Bobade@mentor.com</email>
</author>
<published>2014-08-12T07:09:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=3a14c0a41a8e08f70b866e0128c7006c82245cc1'/>
<id>urn:sha1:3a14c0a41a8e08f70b866e0128c7006c82245cc1</id>
<content type='text'>
The libvirt build would fail whenever x11 was in DISTRO_FEATURES and the host
didn't have polkit installed (either no polkit/policykit at all, or just old
policykit).

Ensure that libvirt uses polkit rather than policykit, whether the host has
pkcheck installed or not, and ensure the path is correct per our config.

Signed-off-by: Christopher Larson &lt;kergoth@gmail.com&gt;
Signed-off-by: Shrikant Bobade &lt;Shrikant_Bobade@mentor.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
</feed>
