<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-virtualization.git, branch jethro</title>
<subtitle>Mirror of git.yoctoproject.org/meta-virtualization</subtitle>
<id>https://git.enea.com/cgit/linux/meta-virtualization.git/atom?h=jethro</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-virtualization.git/atom?h=jethro'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/'/>
<updated>2018-01-29T15:16:11+00:00</updated>
<entry>
<title>Fix docker-registry downloads by using https://pypi.python.org</title>
<updated>2018-01-29T15:16:11+00:00</updated>
<author>
<name>Martin Oberhuber</name>
<email>mober.at@gmail.com</email>
</author>
<published>2018-01-23T21:44:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=3830a671507b6cf935115ab06b576474388b44a2'/>
<id>urn:sha1:3830a671507b6cf935115ab06b576474388b44a2</id>
<content type='text'>
The docker-registry recipe depends on a couple of Python packages
which use a SRC_URI with http:// protocol. In jethro, this leads
to an error message "ERROR 403: SSL is required" when building.

In jethro, the issue is fixed by converting affected http:// URIs
to https. Note that morty or later do not show the build error
although they use http.

Signed-off-by: Martin Oberhuber &lt;mober.at@gmail.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>libvirt: Fix bug in assigning virtio-mmio disks with qemu</title>
<updated>2016-04-07T14:53:55+00:00</updated>
<author>
<name>Bogdan Purcareata</name>
<email>bogdan.purcareata@nxp.com</email>
</author>
<published>2016-04-05T15:48:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=042425c1d98bdd7e44a62789bd03b375045266f5'/>
<id>urn:sha1:042425c1d98bdd7e44a62789bd03b375045266f5</id>
<content type='text'>
Patch contains a more detailed description. Basically allows adding virtio-mmio
block device to QEMU guests. Tested on ARM64.

Please apply on jethro branch.

Signed-off-by: Bogdan Purcareata &lt;bogdan.purcareata@nxp.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>xen: deploy efi binary, if present</title>
<updated>2016-03-31T13:14:04+00:00</updated>
<author>
<name>Chris Patterson</name>
<email>pattersonc@ainfosec.com</email>
</author>
<published>2016-03-29T18:46:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=2e74fb085b2d0a41a90e4d96459f8833a99d0ab8'/>
<id>urn:sha1:2e74fb085b2d0a41a90e4d96459f8833a99d0ab8</id>
<content type='text'>
Signed-off-by: Chris Patterson &lt;pattersonc@ainfosec.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>lxc: warning fixes in busybox template</title>
<updated>2016-03-29T17:01:41+00:00</updated>
<author>
<name>Bogdan Purcareata</name>
<email>bogdan.purcareata@nxp.com</email>
</author>
<published>2016-03-25T08:12:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=c29fe5e3d094a8eb7ec6996fcb9a36ae3aaa68d4'/>
<id>urn:sha1:c29fe5e3d094a8eb7ec6996fcb9a36ae3aaa68d4</id>
<content type='text'>
Warnings fixes:
- optional mounts when dirs not available
- busybox dynamically linked
- fstab not available in container

Signed-off-by: Bogdan Purcareata &lt;bogdan.purcareata@nxp.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>xen: add the extra packages released with xen 4.7</title>
<updated>2016-03-29T17:01:22+00:00</updated>
<author>
<name>Derek Straka</name>
<email>derek@asterius.io</email>
</author>
<published>2016-03-29T12:46:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=f52fd7e614a2ab909c68b087d18cfccad4d223d7'/>
<id>urn:sha1:f52fd7e614a2ab909c68b087d18cfccad4d223d7</id>
<content type='text'>
Signed-off-by: Derek Straka &lt;derek@asterius.io&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>xen: add the flask policy to the set of files installed to the deploy directory</title>
<updated>2016-03-29T17:00:37+00:00</updated>
<author>
<name>Derek Straka</name>
<email>derek@asterius.io</email>
</author>
<published>2016-03-29T12:46:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=9485fd18954d39e7c467932c90d7ec707f56fab3'/>
<id>urn:sha1:9485fd18954d39e7c467932c90d7ec707f56fab3</id>
<content type='text'>
Signed-off-by: Derek Straka &lt;derek@asterius.io&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>xen: add the ability to configure the name of the policy</title>
<updated>2016-03-29T17:00:37+00:00</updated>
<author>
<name>Derek Straka</name>
<email>derek@asterius.io</email>
</author>
<published>2016-03-29T12:46:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=441d16f55bfa1b20aa64108502c61317914eda68'/>
<id>urn:sha1:441d16f55bfa1b20aa64108502c61317914eda68</id>
<content type='text'>
When using non-release versions, the policy files may have a different name (xenpolicy-${PV}-unstable).  Allow the policy file name to be configured by the xen recipe.

Signed-off-by: Derek Straka &lt;derek@asterius.io&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>xen: split the flask package into a policy and tools package</title>
<updated>2016-03-29T17:00:37+00:00</updated>
<author>
<name>Derek Straka</name>
<email>derek@asterius.io</email>
</author>
<published>2016-03-29T12:46:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=5d0c71bf5d2a678bae7c999b1732a3f2fd60c988'/>
<id>urn:sha1:5d0c71bf5d2a678bae7c999b1732a3f2fd60c988</id>
<content type='text'>
Signed-off-by: Derek Straka &lt;derek@asterius.io&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>xen: add curl and gnutls to depends</title>
<updated>2016-03-29T16:57:25+00:00</updated>
<author>
<name>Chris Patterson</name>
<email>pattersonc@ainfosec.com</email>
</author>
<published>2016-03-24T15:01:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=eba073dbdb1574013560fa7f7a6a727e1e69bc2d'/>
<id>urn:sha1:eba073dbdb1574013560fa7f7a6a727e1e69bc2d</id>
<content type='text'>
Addresses QA warnings with regards to rdepends for xen-qemu.

Signed-off-by: Chris Patterson &lt;pattersonc@ainfosec.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>xen: uprev to 4.6.1</title>
<updated>2016-03-29T16:57:14+00:00</updated>
<author>
<name>Chris Patterson</name>
<email>pattersonc@ainfosec.com</email>
</author>
<published>2016-03-23T20:49:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=77ea6548e2b8c35be10ff6c61b5c5f0308ae2a29'/>
<id>urn:sha1:77ea6548e2b8c35be10ff6c61b5c5f0308ae2a29</id>
<content type='text'>
Drop xsm fix backport, no longer required.

Signed-off-by: Chris Patterson &lt;pattersonc@ainfosec.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
</feed>
