<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-virtualization.git/recipes-networking, branch dora</title>
<subtitle>Mirror of git.yoctoproject.org/meta-virtualization</subtitle>
<id>https://git.enea.com/cgit/linux/meta-virtualization.git/atom?h=dora</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-virtualization.git/atom?h=dora'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/'/>
<updated>2013-08-25T05:26:02+00:00</updated>
<entry>
<title>Fixed Q&amp;A error for OpenFlow recipe</title>
<updated>2013-08-25T05:26:02+00:00</updated>
<author>
<name>David Nyström</name>
<email>david.c.nystrom@gmail.com</email>
</author>
<published>2013-08-21T14:16:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=7234dca86661841ccf406ecacfa1b4c0b17069eb'/>
<id>urn:sha1:7234dca86661841ccf406ecacfa1b4c0b17069eb</id>
<content type='text'>
Signed-off-by: David Nyström &lt;david.nystrom@enea.com&gt;
</content>
</entry>
<entry>
<title>ovs: add /run to main package</title>
<updated>2013-08-15T12:49:56+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2013-08-11T03:06:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=90debab65fdfc65501215b51aa3901250340f6a9'/>
<id>urn:sha1:90debab65fdfc65501215b51aa3901250340f6a9</id>
<content type='text'>
In a systemd based build, /var/run is translated to /run. Since ovs doesn't
currently package this directory, it results in a QA error. Adding it to the
main ovs package fixes the QA issue and provides the proper runtime support.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>openvswitch: Ensure pki directory creation</title>
<updated>2013-07-31T02:57:34+00:00</updated>
<author>
<name>Mihai Prica</name>
<email>mihai.prica@intel.com</email>
</author>
<published>2013-07-26T14:06:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=4d1aed483420fdb3d2cbcca4a5b646ad5426349c'/>
<id>urn:sha1:4d1aed483420fdb3d2cbcca4a5b646ad5426349c</id>
<content type='text'>
RPM doesn't guarantee the order in which postinstalls are ran.
Added code to ensure the pki directory is initialized.

Signed-off-by: Mihai Prica &lt;mihai.prica@intel.com&gt;
</content>
</entry>
<entry>
<title>openvswitch: Add coreutils runtime dependency</title>
<updated>2013-07-31T02:57:34+00:00</updated>
<author>
<name>Mihai Prica</name>
<email>mihai.prica@intel.com</email>
</author>
<published>2013-07-26T14:00:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=faf6fc48858b8e8fa1e04cf314851511943658d3'/>
<id>urn:sha1:faf6fc48858b8e8fa1e04cf314851511943658d3</id>
<content type='text'>
The install and nice programs from coreutils are required by openvswitch.

Signed-off-by: Mihai Prica &lt;mihai.prica@intel.com&gt;
</content>
</entry>
<entry>
<title>openvswitch: add split between host and target python and perl paths</title>
<updated>2013-06-27T17:40:41+00:00</updated>
<author>
<name>Mark Asselstine</name>
<email>mark.asselstine@windriver.com</email>
</author>
<published>2013-06-26T15:21:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=b6dc9613cda67df165e6d0a058e82ccb33282a1d'/>
<id>urn:sha1:b6dc9613cda67df165e6d0a058e82ccb33282a1d</id>
<content type='text'>
Openvswitch is built with the assumption that the PYTHON and PERL
variables are common between the host and target. This can result in
improper paths used for script substitutions which in turn causes
scripts which will fail to run on the target and the generated
packages to have improper REQUIRES, making them impossible to
install. These are usually not an issue since python and perl are
found in the same location on the host and target, but there is no
guarantee of this so the possibility of failure exists. By explicitly
defining the location of the python and perl on the target we can
avoid these assumptions and possibility of failure.

Signed-off-by: Mark Asselstine &lt;mark.asselstine@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>openvswitch: remove 1.9 recipe</title>
<updated>2013-06-20T15:02:50+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2013-06-20T15:02:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=55884d203d1e7ca5c39561f5efdc1bf14034d854'/>
<id>urn:sha1:55884d203d1e7ca5c39561f5efdc1bf14034d854</id>
<content type='text'>
The OVS 1.10 integration has soaked for long enough to be stable, so
we can remove the old 1.9 recipe.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>openvswitch: Checksum missmatch fix</title>
<updated>2013-06-11T17:22:12+00:00</updated>
<author>
<name>Anders Roxell</name>
<email>anders.roxell@linaro.org</email>
</author>
<published>2013-06-11T08:48:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=9a80f47ebe879abc0590b6e5b8b1b326d84260f2'/>
<id>urn:sha1:9a80f47ebe879abc0590b6e5b8b1b326d84260f2</id>
<content type='text'>
Signed-off-by: Anders Roxell &lt;anders.roxell@linaro.org&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>openvswitch: uprev to 1.10 and documentation update.</title>
<updated>2013-06-03T22:07:39+00:00</updated>
<author>
<name>Paul Barrette</name>
<email>paul.barrette@windriver.com</email>
</author>
<published>2013-06-03T21:02:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=8499649a5f08e0be26ea6ef8a3feea5d97e80fa7'/>
<id>urn:sha1:8499649a5f08e0be26ea6ef8a3feea5d97e80fa7</id>
<content type='text'>
-Uprev to 1.10
-removed vswitch_test.sh
-added openvswitch.txt.

Signed-off-by: Paul Barrette &lt;paul.barrette@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>netcf: fix network driver check issue on opensuse</title>
<updated>2013-05-25T04:01:45+00:00</updated>
<author>
<name>Ting Liu</name>
<email>b28495@freescale.com</email>
</author>
<published>2013-05-23T09:57:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=69a10f062a0cd8c054b495ccb303fea50e4c592d'/>
<id>urn:sha1:69a10f062a0cd8c054b495ccb303fea50e4c592d</id>
<content type='text'>
Signed-off-by: Ting Liu &lt;b28495@freescale.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>openvswitch: update to version 1.9.0</title>
<updated>2013-04-28T04:14:12+00:00</updated>
<author>
<name>Joe Slater</name>
<email>jslater@windriver.com</email>
</author>
<published>2013-04-26T17:47:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=15a0d3432ea8d4441417b689a58aae8a6a7fb860'/>
<id>urn:sha1:15a0d3432ea8d4441417b689a58aae8a6a7fb860</id>
<content type='text'>
Update recipe to version 1.9.0.  Refer to docs/vswitch_test.sh
for a sanity test.  This package will not be functional unless
the openvswitch kernel module is configured into the kernel.

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