<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-virtualization.git/conf/distro/include/meta-virt-default-versions.inc, branch kirkstone</title>
<subtitle>Mirror of git.yoctoproject.org/meta-virtualization</subtitle>
<id>https://git.enea.com/cgit/linux/meta-virtualization.git/atom?h=kirkstone</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-virtualization.git/atom?h=kirkstone'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/'/>
<updated>2022-04-20T18:09:23+00:00</updated>
<entry>
<title>xen: Add recipes for stable Xen 4.16 release and update master</title>
<updated>2022-04-20T18:09:23+00:00</updated>
<author>
<name>Michal Orzel</name>
<email>michal.orzel@arm.com</email>
</author>
<published>2022-04-19T09:07:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=265518e6899726a47bb150f248a18d56dfbbffdf'/>
<id>urn:sha1:265518e6899726a47bb150f248a18d56dfbbffdf</id>
<content type='text'>
Add recipes for Xen 4.16 release as, according to the documentation
we shall have recipes for the latest stable major version of Xen
before the next Yocto release. Bump PREFERED_VERSION to 4.16 as well.

Take the opportunity to update SRCREV of xen recipes for master
and bump XEN_REL version to 4.17 as this is the current development
version.

Signed-off-by: Michal Orzel &lt;michal.orzel@arm.com&gt;
Reviewed-by: Christopher Clark &lt;christopher.w.clark@gmail.com&gt;
Reviewed-by: Bertrand Marquis &lt;bertrand.marquis@arm.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>xen: bump default version to 4.15-stable</title>
<updated>2021-04-19T03:05:30+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@gmail.com</email>
</author>
<published>2021-04-19T03:00:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=eb03484168dd07a7ce15893b811e69c3b1207f5b'/>
<id>urn:sha1:eb03484168dd07a7ce15893b811e69c3b1207f5b</id>
<content type='text'>
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>xen, xen-tools: add recipes for new stable Xen 4.15 release</title>
<updated>2021-04-19T00:19:22+00:00</updated>
<author>
<name>Christopher Clark</name>
<email>christopher.w.clark@gmail.com</email>
</author>
<published>2021-04-16T18:41:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=ade44e12adcfe40a3c26e1e7c76a0bdbd5abe149'/>
<id>urn:sha1:ade44e12adcfe40a3c26e1e7c76a0bdbd5abe149</id>
<content type='text'>
The recipes are introduced as the non-default version by adding an
expressed PREFERRED_VERSION for 4.14 in:
    conf/distro/include/meta-virt-default-versions.inc

to keep the Xen 4.14 recipes as default for the Hardknott release.

Signed-off-by: Christopher Clark &lt;christopher.w.clark@gmail.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>conf: remove unneeded preferred versions</title>
<updated>2020-01-22T18:09:11+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@gmail.com</email>
</author>
<published>2020-01-22T18:09:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=7f6f7a4fce37ab5ad505e1fb6ccb111b7bcee6b5'/>
<id>urn:sha1:7f6f7a4fce37ab5ad505e1fb6ccb111b7bcee6b5</id>
<content type='text'>
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>python: drop blinker specific version and python2 recipe</title>
<updated>2020-01-21T17:48:39+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@gmail.com</email>
</author>
<published>2020-01-21T17:48:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=cceef93ba83497dcce2c1cdac91555d82371450a'/>
<id>urn:sha1:cceef93ba83497dcce2c1cdac91555d82371450a</id>
<content type='text'>
We can use the python3 variant in meta-python, and we no longe need
the specific version.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>meta-virt-default-versions.inc: fix invalid python-pyyaml version</title>
<updated>2019-11-25T21:03:31+00:00</updated>
<author>
<name>Ming Liu</name>
<email>liu.ming50@gmail.com</email>
</author>
<published>2019-11-25T19:57:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=0b4fe1c911376f4c2e0fcea0b26bb5fe3bbad6e4'/>
<id>urn:sha1:0b4fe1c911376f4c2e0fcea0b26bb5fe3bbad6e4</id>
<content type='text'>
The python-pyyaml recipe in this layer is 5.1.2, fix the wrong
PREFERRED_VERSION_python-pyyaml.

Signed-off-by: Ming Liu &lt;liu.ming50@gmail.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>refactor for YP Compat for PV changes</title>
<updated>2018-04-23T16:38:50+00:00</updated>
<author>
<name>Armin Kuster</name>
<email>akuster808@gmail.com</email>
</author>
<published>2018-04-20T14:34:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=032ef5310419563a01baad0b1b94e4587d12f777'/>
<id>urn:sha1:032ef5310419563a01baad0b1b94e4587d12f777</id>
<content type='text'>
Only include our versions of recipes if virtualiztions is in
DISTRO_FEATURE

Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
</feed>
