<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-virtualization.git, branch master-containerd</title>
<subtitle>Mirror of git.yoctoproject.org/meta-virtualization</subtitle>
<id>https://git.enea.com/cgit/linux/meta-virtualization.git/atom?h=master-containerd</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-virtualization.git/atom?h=master-containerd'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/'/>
<updated>2020-10-13T03:38:50+00:00</updated>
<entry>
<title>containerd: package runc shims</title>
<updated>2020-10-13T03:38:50+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@gmail.com</email>
</author>
<published>2020-10-13T03:38:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=747de12f067c1cb44b330416b3341cc4d683a4df'/>
<id>urn:sha1:747de12f067c1cb44b330416b3341cc4d683a4df</id>
<content type='text'>
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>containerd: depreciate containerd-docker</title>
<updated>2020-10-12T16:42:15+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@gmail.com</email>
</author>
<published>2020-10-12T16:42:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=01614d38fd0ff020d258bacc00ae731242beb80f'/>
<id>urn:sha1:01614d38fd0ff020d258bacc00ae731242beb80f</id>
<content type='text'>
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>containerd: upgrade</title>
<updated>2020-10-12T16:33:14+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@xilinx.com</email>
</author>
<published>2020-10-12T15:41:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=6966b7436825903a0996a6ed6a0ebbbad80180c8'/>
<id>urn:sha1:6966b7436825903a0996a6ed6a0ebbbad80180c8</id>
<content type='text'>
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@xilinx.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>devtoos: introduce 'yq'</title>
<updated>2020-10-08T14:53:39+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@gmail.com</email>
</author>
<published>2020-10-08T14:53:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=96c644f896b14b246e57fbb80a7fbb86cea93d31'/>
<id>urn:sha1:96c644f896b14b246e57fbb80a7fbb86cea93d31</id>
<content type='text'>
yq is used by some builds to do command line parsing of yaml config
files.

We introduce the recipe/package and all of its dependencies.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>kata: cleanup runtime recipe</title>
<updated>2020-10-08T14:51:58+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@gmail.com</email>
</author>
<published>2020-10-08T14:51:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=fcb0c3a663d46c7e8f1f093e27a32a30e9ff2811'/>
<id>urn:sha1:fcb0c3a663d46c7e8f1f093e27a32a30e9ff2811</id>
<content type='text'>
Some of the dependencies are no longer valid for the kata runtime
recipe.

This also drops hyperstart as a dependency. With this removal, we
need a replacement kernel and initrd for kata. That replacement
will happen in future commits.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>hyperstart: update to latest commit</title>
<updated>2020-10-08T14:50:28+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@gmail.com</email>
</author>
<published>2020-10-08T14:50:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=6f7475a1e2cee1beecacac131601b3695dc489b5'/>
<id>urn:sha1:6f7475a1e2cee1beecacac131601b3695dc489b5</id>
<content type='text'>
Although it appears abandoned, and has some build issues, updating
hyperstart to its newest commit to be a base for future work, or
simply be removed.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>kernel: add 5.8 linux-yocto include file</title>
<updated>2020-10-06T18:20:38+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@gmail.com</email>
</author>
<published>2020-10-06T18:20:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=9cdcd3ee8d1f65ccd69a1af9ca9e0e03566d95ac'/>
<id>urn:sha1:9cdcd3ee8d1f65ccd69a1af9ca9e0e03566d95ac</id>
<content type='text'>
Adding the version specific include for linux-yocto 5.8.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>config: make kernel meta data include more specific</title>
<updated>2020-10-06T18:16:24+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@gmail.com</email>
</author>
<published>2020-10-06T18:16:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=47425c21c7314a258752004eb75c72f724c3c2e0'/>
<id>urn:sha1:47425c21c7314a258752004eb75c72f724c3c2e0</id>
<content type='text'>
Rather than only matching on the major/minor version, we should also
check that the SRC_URI contains a "type=kmeta", to indicate that a
kernel-meta data repository is available.

This allows fragment enabled kernels, that don't want to use the
main kernel meta data repository to not throw an error (when their
version matches one of the reference kernels).

This can potentially mask runtime issues (since kernel configuration
options may not be present in the final kernel), but it makes the
layer more usable, so we take the tradeoff.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>lxc: remove deprecated options in lxc*.service</title>
<updated>2020-10-02T03:08:10+00:00</updated>
<author>
<name>Mingli Yu</name>
<email>mingli.yu@windriver.com</email>
</author>
<published>2020-09-29T02:06:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=d898bd1ca5de7e7084f3473106300b9ffef06761'/>
<id>urn:sha1:d898bd1ca5de7e7084f3473106300b9ffef06761</id>
<content type='text'>
Remove deprecated options in lxc*.service to silence below warning:
 # systemctl status lxc
 [snip]
 /usr/lib/systemd/system/lxc.service:17: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
 /usr/lib/systemd/system/lxc.service:18: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.

Signed-off-by: Mingli Yu &lt;mingli.yu@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>busybox-initrd: move static configuration to 'vmsep' distro feature</title>
<updated>2020-09-28T22:27:51+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@gmail.com</email>
</author>
<published>2020-09-28T22:27:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=b17bd2c4b0c2e7e440cedc29f32469622c31fca3'/>
<id>urn:sha1:b17bd2c4b0c2e7e440cedc29f32469622c31fca3</id>
<content type='text'>
We already have a distro feature that controls the static/non-static
configuration of libgcrypt: 'vmsep'

To avoid build errors on distros that don't have static libgcrypt
available, we move the CONFIG_STATIC config to a fragment and only
enable it whent he distro feature is set.

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