<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-virtualization.git/conf/layer.conf, branch sumo</title>
<subtitle>Mirror of git.yoctoproject.org/meta-virtualization</subtitle>
<id>https://git.enea.com/cgit/linux/meta-virtualization.git/atom?h=sumo</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-virtualization.git/atom?h=sumo'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/'/>
<updated>2018-04-23T16:38:50+00:00</updated>
<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>
<entry>
<title>LAYERSERIES_COMPAT: move to sumo</title>
<updated>2018-04-06T13:02:14+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2018-04-06T13:02:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=b51b71e57791bb7d7604b13ff30ca712569183ff'/>
<id>urn:sha1:b51b71e57791bb7d7604b13ff30ca712569183ff</id>
<content type='text'>
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>layer: add LAYERSERIES_COMPAT</title>
<updated>2018-04-06T12:30:39+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2018-04-06T12:30:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=3c3a4cd388a258c20fa2143527fa5623a6a324b1'/>
<id>urn:sha1:3c3a4cd388a258c20fa2143527fa5623a6a324b1</id>
<content type='text'>
It will become a visible warning if LAYERSERIES_COMPAT is not set, so
we add it to our layers, and set it to rocko. Once sumo releases and
branched, we'll change the value.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>meta-virt: prefer containerd-opencontainers</title>
<updated>2018-04-02T04:46:54+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2018-04-02T04:46:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=d7d310ae41133072428c69621ac7146d9f6d22f1'/>
<id>urn:sha1:d7d310ae41133072428c69621ac7146d9f6d22f1</id>
<content type='text'>
docker has moved to a non-forked version of containerd, so we set
our preference to opencontainers. The containerd-docker is too old
to properly work with modern docker builds, but we keep it around
for reference and compatibility.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>sanity-meta-virt: Make skip variable name layer specific</title>
<updated>2017-10-13T01:59:51+00:00</updated>
<author>
<name>Paul Barker</name>
<email>pbarker@toganlabs.com</email>
</author>
<published>2017-10-12T16:49:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=1e4530c283015d0874765b7dd69c55b843b9bee2'/>
<id>urn:sha1:1e4530c283015d0874765b7dd69c55b843b9bee2</id>
<content type='text'>
The variable used to skip the sanity check should be named in a layer specific
way. This will ensure there is no confusion if other layers use a similar sanity
check.

Signed-off-by: Paul Barker &lt;pbarker@toganlabs.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>sanity-meta-virt.bbclass: add class for bbappend files checking</title>
<updated>2017-10-02T13:39:26+00:00</updated>
<author>
<name>Chen Qi</name>
<email>Qi.Chen@windriver.com</email>
</author>
<published>2017-09-30T03:06:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=bfba140b8353665e1b586c257982c4cb3f496ec3'/>
<id>urn:sha1:bfba140b8353665e1b586c257982c4cb3f496ec3</id>
<content type='text'>
Add a new class, sanity-meta-virt.bbclass, to check for whether necessary
settings are available for bbappend files in this layer to be effective,
and warn users if not.

In addition, a variable SKIP_SANITY_BBAPPEND_CHECK is added to enable users
to explicitly skip the checking to avoid unwanted warnings.

Signed-off-by: Chen Qi &lt;Qi.Chen@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>runc/containerd: create virtual/runc and virtual/containerd</title>
<updated>2017-02-20T07:06:22+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2017-02-20T07:00:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=7d6284a079748f919e3e0b8116649cfa5ff8ee8f'/>
<id>urn:sha1:7d6284a079748f919e3e0b8116649cfa5ff8ee8f</id>
<content type='text'>
Since there are two implementations of runc and containerd that may
not always be in sync, the docker variant, and the opencontainers
variable, we create a virtual/* namespace for these components.

Anything requiring runc or containerd should set a preferred provider
to get the desired/tested variant.

We set the default provider to the docker variants, since they are
the primary use case for these components.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>conf: override SECURITY_CFLAGS for a set of recipes</title>
<updated>2015-04-22T01:08:06+00:00</updated>
<author>
<name>Dmitry Eremin-Solenikov</name>
<email>dmitry_eremin@mentor.com</email>
</author>
<published>2015-04-17T13:41:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=f23b69928351afa165ad7c25b8cc88c2a661a09e'/>
<id>urn:sha1:f23b69928351afa165ad7c25b8cc88c2a661a09e</id>
<content type='text'>
Some of recipes produce errors if the distro has enabled usage of
security_flags.inc file. Fix those errors (and QA warnings) by providing
an additional include file that is require'd from conf/layer.conf.

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>layer: bump priority to 8</title>
<updated>2015-03-31T03:40:02+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2015-03-31T03:40:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=df21652a7fb9499f0c1f8d23d0989672a9dae218'/>
<id>urn:sha1:df21652a7fb9499f0c1f8d23d0989672a9dae218</id>
<content type='text'>
To ensure that meta-virt versions are chosen over meta-oe equivalents we
bump the priority to 8.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>conf/layer.conf: add LAYERVERSION and LAYERDEPENDS</title>
<updated>2013-10-18T14:36:59+00:00</updated>
<author>
<name>Robert Yang</name>
<email>liezhi.yang@windriver.com</email>
</author>
<published>2013-10-18T08:22:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=d21c403a0356c6fd4d89082c7043aaf98937248a'/>
<id>urn:sha1:d21c403a0356c6fd4d89082c7043aaf98937248a</id>
<content type='text'>
Add LAYERVERSION and LAYERDEPENDS, it needs depend on oe-core and
meta-networking layer.

Signed-off-by: Robert Yang &lt;liezhi.yang@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
</feed>
