<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-virtualization.git, branch pyro</title>
<subtitle>Mirror of git.yoctoproject.org/meta-virtualization</subtitle>
<id>https://git.enea.com/cgit/linux/meta-virtualization.git/atom?h=pyro</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-virtualization.git/atom?h=pyro'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/'/>
<updated>2018-08-14T17:00:58+00:00</updated>
<entry>
<title>seabios: update SRC_URI to: https://www.seabios.org/downloads/...</title>
<updated>2018-08-14T17:00:58+00:00</updated>
<author>
<name>Christopher Clark</name>
<email>christopher.w.clark@gmail.com</email>
</author>
<published>2018-08-13T22:53:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=e3402d96f288b65c58ef24ae638c3f4e88dedf90'/>
<id>urn:sha1:e3402d96f288b65c58ef24ae638c3f4e88dedf90</id>
<content type='text'>
According to the latest seabios download instructions,
this is now the preferred source for release downloads.

Signed-off-by: Christopher Clark &lt;christopher.clark6@baesystems.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>go-fsnotify: switch to new repository on github</title>
<updated>2018-03-23T21:11:23+00:00</updated>
<author>
<name>Yunguo Wei</name>
<email>yunguo.wei@windriver.com</email>
</author>
<published>2018-03-22T03:27:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=45ad257a1e4a6707c376d2f7eb26c3c8bdf03607'/>
<id>urn:sha1:45ad257a1e4a6707c376d2f7eb26c3c8bdf03607</id>
<content type='text'>
fsnotify is changed to new repository on gihub, so adapt this chanage
accordingly to avoid fetch failure.

Signed-off-by: Yunguo Wei &lt;yunguo.wei@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>python-*: use https for pypi URLs</title>
<updated>2017-12-02T02:50:56+00:00</updated>
<author>
<name>Fabio Berton</name>
<email>fabio.berton@ossystems.com.br</email>
</author>
<published>2017-11-28T11:14:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=165a25a3e7c728e473412b59e5a35e4e66f7d750'/>
<id>urn:sha1:165a25a3e7c728e473412b59e5a35e4e66f7d750</id>
<content type='text'>
Several of the recipes here were using http URLs for source hosted on
pypi - pypi apparently no longer supports http so switch to https
instead.

Apply this commit [1] to pyro branch.

[1] https://www.mail-archive.com/meta-virtualization@yoctoproject.org/msg02821.html

Signed-off-by: Fabio Berton &lt;fabio.berton@ossystems.com.br&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>xen: Replace 'inherit gettext' with explicit gettext-native dependency</title>
<updated>2017-10-17T17:19:53+00:00</updated>
<author>
<name>Christopher Clark</name>
<email>christopher.w.clark@gmail.com</email>
</author>
<published>2017-10-17T14:43:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=8a0173487504676e2897575cab858ab4c0f1ca09'/>
<id>urn:sha1:8a0173487504676e2897575cab858ab4c0f1ca09</id>
<content type='text'>
This fixes the build when libc-locale-code is not a DISTRO_FEATURE.

xen's configure script checks for xgettext and will abort if not found.

xgettext is provided by the gettext-native package but not by
gettext-minimal-native. This means that "inherit gettext" is not
sufficient to satisfy Xen's build requirements: gettext-native is
required.

Signed-off-by: Christopher Clark &lt;christopher.clark6@baesystems.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
(cherry picked from commit 55b1cbe55dcd356e4d6b257ee1f58df9bb728665)
</content>
</entry>
<entry>
<title>xen: Add menuconfig task and enable menuconfig from devshell</title>
<updated>2017-10-17T17:19:53+00:00</updated>
<author>
<name>Christopher Clark</name>
<email>christopher.clark6@baesystems.com</email>
</author>
<published>2017-10-17T14:43:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=aa622da07a2d951f862b6c87547eb5aac93c58e1'/>
<id>urn:sha1:aa622da07a2d951f862b6c87547eb5aac93c58e1</id>
<content type='text'>
Xen supports Kconfig for configuring optional build settings.
This commit adds the menuconfig task to simplify interactive use:

    bitbake xen -c menuconfig

and also ensures that menuconfig works when using the devshell.
This change adds ncurses-native as a build dependency.

Signed-off-by: Christopher Clark &lt;christopher.clark6@baesystems.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
(cherry picked from commit 1d9e1bd99db93c1394f51f59dd3e2a3dec15c04d)
</content>
</entry>
<entry>
<title>xen: remove STAGING_DIR_HOST from the runtime search path for bios.bin</title>
<updated>2017-10-17T17:19:53+00:00</updated>
<author>
<name>Christopher Clark</name>
<email>christopher.w.clark@gmail.com</email>
</author>
<published>2017-10-17T14:43:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=3a46d34bc354b4462e6f945f0dd6e2c780d7c9bb'/>
<id>urn:sha1:3a46d34bc354b4462e6f945f0dd6e2c780d7c9bb</id>
<content type='text'>
This configuration option sets a run-time search path rather
than the location of a build-time dependency.

Tested with Xen 4.9 on OpenXT.

Signed-off-by: Christopher Clark &lt;christopher.clark6@baesystems.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
(cherry picked from commit 9e84be6360c64d822fb5a1cea027f40007db2fe5)
</content>
</entry>
<entry>
<title>xen: Package .pc packageconfig files into dev packages</title>
<updated>2017-10-17T17:19:53+00:00</updated>
<author>
<name>Christopher Clark</name>
<email>christopher.w.clark@gmail.com</email>
</author>
<published>2017-10-17T14:43:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=9e6a369f08406b5fb236ffaf73b45883ba8f785d'/>
<id>urn:sha1:9e6a369f08406b5fb236ffaf73b45883ba8f785d</id>
<content type='text'>
Signed-off-by: Christopher Clark &lt;christopher.clark6@baesystems.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
(cherry picked from commit bd7cfb39bdf23560e0fbf9d121336e6464eb5b47)
</content>
</entry>
<entry>
<title>xen: Package libxendevicemodel, introduced in Xen 4.9</title>
<updated>2017-10-17T17:19:53+00:00</updated>
<author>
<name>Christopher Clark</name>
<email>christopher.w.clark@gmail.com</email>
</author>
<published>2017-10-17T14:43:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=243479778713dede07dd17cdbc1aaa811c3cc55b'/>
<id>urn:sha1:243479778713dede07dd17cdbc1aaa811c3cc55b</id>
<content type='text'>
Signed-off-by: Christopher Clark &lt;christopher.clark6@baesystems.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
(cherry picked from commit 4c32ef8ba1f74e32a5b7047fec19e58a099e923b)
</content>
</entry>
<entry>
<title>xen: Fix mistype error in xen-watchdog systemd service</title>
<updated>2017-05-01T03:20:15+00:00</updated>
<author>
<name>Iurii Mykhalskyi</name>
<email>iurii.mykhalskyi@globallogic.com</email>
</author>
<published>2017-04-28T15:43:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=dd49614c70364a11dc50798f32f1b2ffa3d0409e'/>
<id>urn:sha1:dd49614c70364a11dc50798f32f1b2ffa3d0409e</id>
<content type='text'>
Due to error in naming this service will not be autoenabled in
systems with systemd init manager

Signed-off-by: Iurii Mykhalskyi &lt;iurii.mykhalskyi@globallogic.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>libvirt: add DEPENDS for libdevmapper</title>
<updated>2017-04-27T20:37:59+00:00</updated>
<author>
<name>Mark Asselstine</name>
<email>mark.asselstine@windriver.com</email>
</author>
<published>2017-04-27T17:09:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=b69f1478393193de136c33e70d7c2bdc6dcfcdb8'/>
<id>urn:sha1:b69f1478393193de136c33e70d7c2bdc6dcfcdb8</id>
<content type='text'>
Commit 8709d4504c35817ef1d7181b47ba96c3ca0c949e [lvm2: separate
libdevmapper to avoid circular dependency] in meta-oe meant that our
build would fail with

  checking for libdevmapper.h... no
  configure: error: You must install device-mapper-devel/libdevmapper &gt;= 1.0.0 to compile libvirt

Add the required DEPENDS for libdevmapper to get the build working as
it did prior to this meta-oe change.

NOTE: our previous dependency on lvm2 was not only to get libdevmapper
functionality, so lvm2 remains a valid DEPENDS, so is left in place.

Signed-off-by: Mark Asselstine &lt;mark.asselstine@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
</feed>
