diff options
author | Mark Asselstine <mark.asselstine@windriver.com> | 2018-05-30 11:47:10 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-06-03 23:26:54 -0400 |
commit | 1fd1ff3720140baa3680d795f6d97597e5113e90 (patch) | |
tree | 41e63c2363391e512dae7cd1c8777db51ad928a1 /recipes-networking/openvswitch/openvswitch-git/disable_m4_check.patch | |
parent | 1a5853f87cfc0b16d992ed222bbb0ff6066b2617 (diff) | |
download | meta-virtualization-1fd1ff3720140baa3680d795f6d97597e5113e90.tar.gz |
openvswitch: uprev to v2.9.2
This brings us up to date with the latest upstream release. I suspect
there will be an upcoming release to add compatibility with DPDK
v18.05 (the DPDK release is due out any day now) but getting this
fairly large release bump out of the way first will facilitate any
upcoming uprev.
We are able to drop they python3 patches as they have been merged
upstream. Some scripts which needed to be updated to use python3
disappeared, new ones appeared so the 'use python3' patches are
updated accordingly. Beyond this the biggest change is related to the
systemd unit files, the ovsdb-server has been updated upstream to be
generated on the fly via the spec file, we mimic this in the
install_prepend. We also add the various configuration files which the
unit files source before launching the services.
As usual this was tested against out typical usecases including usage
in meta-overc. As well the ptests have been run and the results are no
better or worse.
Previous version:
ERROR: 2332 tests were run,
21 failed unexpectedly.
3 tests were skipped.
New version:
ERROR: 2527 tests were run,
29 failed unexpectedly.
3 tests were skipped.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-networking/openvswitch/openvswitch-git/disable_m4_check.patch')
-rw-r--r-- | recipes-networking/openvswitch/openvswitch-git/disable_m4_check.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-networking/openvswitch/openvswitch-git/disable_m4_check.patch b/recipes-networking/openvswitch/openvswitch-git/disable_m4_check.patch index 5c86aacc..711a1487 100644 --- a/recipes-networking/openvswitch/openvswitch-git/disable_m4_check.patch +++ b/recipes-networking/openvswitch/openvswitch-git/disable_m4_check.patch | |||
@@ -13,10 +13,10 @@ diff --git a/Makefile.am b/Makefile.am | |||
13 | index ff7d70a..2fc1f13 100644 | 13 | index ff7d70a..2fc1f13 100644 |
14 | --- a/Makefile.am | 14 | --- a/Makefile.am |
15 | +++ b/Makefile.am | 15 | +++ b/Makefile.am |
16 | @@ -189,7 +189,7 @@ CLEAN_LOCAL += clean-pycov | 16 | @@ -187,7 +187,7 @@ CLEAN_LOCAL += clean-pycov |
17 | # Makefile in datapath/linux, needed to get the list of files to | 17 | |
18 | # distribute, requires GNU make extensions. | 18 | # If we're checked out from a Git repository, make sure that every |
19 | if GNU_MAKE | 19 | # file that is in Git is distributed. |
20 | -ALL_LOCAL += dist-hook-git | 20 | -ALL_LOCAL += dist-hook-git |
21 | +# ALL_LOCAL += dist-hook-git | 21 | +# ALL_LOCAL += dist-hook-git |
22 | dist-hook-git: distfiles | 22 | dist-hook-git: distfiles |