<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-virtualization.git/recipes-networking/openvswitch/openvswitch_1.10.0.bb, branch pyro-nfvaccess</title>
<subtitle>Mirror of git.yoctoproject.org/meta-virtualization</subtitle>
<id>https://git.enea.com/cgit/linux/meta-virtualization.git/atom?h=pyro-nfvaccess</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-virtualization.git/atom?h=pyro-nfvaccess'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/'/>
<updated>2015-12-15T13:47:25+00:00</updated>
<entry>
<title>openvswitch: drop version 1.10.0 and 2.1.3</title>
<updated>2015-12-15T13:47:25+00:00</updated>
<author>
<name>Mark Asselstine</name>
<email>mark.asselstine@windriver.com</email>
</author>
<published>2015-12-11T17:28:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=9772ddbec385f08a3b92bd70a0de898c6e982aa7'/>
<id>urn:sha1:9772ddbec385f08a3b92bd70a0de898c6e982aa7</id>
<content type='text'>
There are some changes that we need to make in the .inc file to
properly support more recent releases of openvswitch. These changes
are not compatible with these older versions of openvswitch, so rather
than make accommodations in the .inc file to continue to support this
version we will simply drop them.

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: restructure recipes</title>
<updated>2015-02-03T19:10:55+00:00</updated>
<author>
<name>Amy Fong</name>
<email>amy.fong@windriver.com</email>
</author>
<published>2015-01-29T18:28:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=32158754790dfdd32a404aa609f4709a0753c9d5'/>
<id>urn:sha1:32158754790dfdd32a404aa609f4709a0753c9d5</id>
<content type='text'>
Add openvswitch.inc, removing common parts out of openvswitch*.bb

Signed-off-by: Amy Fong &lt;amy.fong@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>openvswitch: add missing inherit</title>
<updated>2013-12-18T21:15:48+00:00</updated>
<author>
<name>Mark Asselstine</name>
<email>mark.asselstine@windriver.com</email>
</author>
<published>2013-12-18T20:42:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=f826f932e5ffc751e0fa0694f77d37622d939a69'/>
<id>urn:sha1:f826f932e5ffc751e0fa0694f77d37622d939a69</id>
<content type='text'>
openvswitch requires pkgconfig or you may see an error:

configure.ac:53: error: Please install pkg-config.

during configure.

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: deal with missing RDEPENDS of libpcap</title>
<updated>2013-11-20T04:29:51+00:00</updated>
<author>
<name>Mark Asselstine</name>
<email>mark.asselstine@windriver.com</email>
</author>
<published>2013-11-19T17:20:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=6e915099cc1d6f81fb7aee82dc69a290a3eb777c'/>
<id>urn:sha1:6e915099cc1d6f81fb7aee82dc69a290a3eb777c</id>
<content type='text'>
Bitbake was properly detecting a dependency on libpcap but since it
was not an explicit RDEPENDS the libpcap package was not being built
in all cases which had the potential to break rootfs image building.

The obvious solution was to add libpcap to the RDEPENDS but looking
upstream it was found that they have removed the use of this library
for all but FreeBSD since for other systems it is unused. So using the
upstream patch here eliminates the dependency and in turn the issue
described above.

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: fix RDEPENDS issue for installers.</title>
<updated>2013-10-27T03:50:34+00:00</updated>
<author>
<name>Paul Barrette</name>
<email>paul.barrette@windriver.com</email>
</author>
<published>2013-10-25T21:26:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=0997753a6e8cbb3103996b0971be2974e3aede1e'/>
<id>urn:sha1:0997753a6e8cbb3103996b0971be2974e3aede1e</id>
<content type='text'>
Make sure openvswitch has all the runtime dependencies defined.
Without e.g. sed, an installer may calculate dependencies and order
packages based on the deps, which may install openvswitch before sed.
This would result in an install failure, when the post install step
calls ovs-pki, which uses sed.

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>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: 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>
</feed>
