summaryrefslogtreecommitdiffstats
path: root/recipes-networking/openvswitch/openvswitch_git.bb
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2020-02-12 12:51:44 -0500
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-02-13 17:21:44 -0500
commit0ab14d82b1b1aec59dc6c7f180f2688ccee1459e (patch)
treea36a213e8c95252598721b227ab408766743c87a /recipes-networking/openvswitch/openvswitch_git.bb
parentb8c810c6083311593b0432ede69cefeb4226cdf6 (diff)
downloadmeta-virtualization-0ab14d82b1b1aec59dc6c7f180f2688ccee1459e.tar.gz
openvswitch: uprev from v2.11 to v2.12
A mostly straightforward uprev. Unfortunately a required patch for python3 is only available on a non-release branch so we must carry it in order to build (the discussion on the mailing list was that an uprev might have avoided this, but this is not the case). The ptest results are similar to after the v2.11 uprev ERROR: 2413 tests were run, 23 failed unexpectedly. 383 tests were skipped. NOTE, however, that they have now marked many tests as 'skipped', such as the python2 results, so the failed and skipped numbers have essentially swapped with each other. The failed tests were in the following areas: checkpatch.at (5) ovs-ofctl.at (1) dpif-netdev.at (1) ofproto-dpif.at (6) bridge.at (2) ovn.at (2) ovn-controller-vtep.at (6) Most were issues with the test or expectations that source code would be available. There might be an issue around packaging of "/vswitchd/vswitch.ovsschema" but we should be able to overlook this for now, as we have with previous versions. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-networking/openvswitch/openvswitch_git.bb')
-rw-r--r--recipes-networking/openvswitch/openvswitch_git.bb11
1 files changed, 6 insertions, 5 deletions
diff --git a/recipes-networking/openvswitch/openvswitch_git.bb b/recipes-networking/openvswitch/openvswitch_git.bb
index 072d7f14..141a609a 100644
--- a/recipes-networking/openvswitch/openvswitch_git.bb
+++ b/recipes-networking/openvswitch/openvswitch_git.bb
@@ -10,21 +10,21 @@ RDEPENDS_${PN}-ptest += "\
10 python3-datetime python3-netclient python3 sed \ 10 python3-datetime python3-netclient python3 sed \
11 ldd perl-module-socket perl-module-carp perl-module-exporter \ 11 ldd perl-module-socket perl-module-carp perl-module-exporter \
12 perl-module-xsloader python3-netserver python3-threading \ 12 perl-module-xsloader python3-netserver python3-threading \
13 python3-resource findutils which \ 13 python3-resource findutils which diffutils \
14 " 14 "
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17PV = "2.11+${SRCPV}" 17PV = "2.12+${SRCPV}"
18 18
19FILESEXTRAPATHS_append := "${THISDIR}/${PN}-git:" 19FILESEXTRAPATHS_append := "${THISDIR}/${PN}-git:"
20 20
21SRCREV = "f22ca8011fdb7e81ffce5017cd26539bccf50e94" 21SRCREV = "6beb94976e2b3e0c51430b63214de14186d8db39"
22SRC_URI = "file://openvswitch-switch \ 22SRC_URI = "file://openvswitch-switch \
23 file://openvswitch-switch-setup \ 23 file://openvswitch-switch-setup \
24 file://openvswitch-testcontroller \ 24 file://openvswitch-testcontroller \
25 file://openvswitch-testcontroller-setup \ 25 file://openvswitch-testcontroller-setup \
26 git://github.com/openvswitch/ovs.git;protocol=git;branch=branch-2.11 \ 26 git://github.com/openvswitch/ovs.git;protocol=git;branch=branch-2.12 \
27 file://openvswitch-add-ptest-78e203138cb7253e9ca5ad8a2c4ed6bb6752f23e.patch \ 27 file://openvswitch-add-ptest-6beb94976e2b3e0c51430b63214de14186d8db39.patch \
28 file://run-ptest \ 28 file://run-ptest \
29 file://disable_m4_check.patch \ 29 file://disable_m4_check.patch \
30 file://kernel_module.patch \ 30 file://kernel_module.patch \
@@ -33,6 +33,7 @@ SRC_URI = "file://openvswitch-switch \
33 file://python-switch-remaining-scripts-to-use-python3.patch \ 33 file://python-switch-remaining-scripts-to-use-python3.patch \
34 file://systemd-update-tool-paths.patch \ 34 file://systemd-update-tool-paths.patch \
35 file://systemd-create-runtime-dirs.patch \ 35 file://systemd-create-runtime-dirs.patch \
36 file://ovsdb-idlc.in-fix-dict-change-during-iteration.patch \
36 " 37 "
37 38
38LIC_FILES_CHKSUM = "file://LICENSE;md5=1ce5d23a6429dff345518758f13aaeab" 39LIC_FILES_CHKSUM = "file://LICENSE;md5=1ce5d23a6429dff345518758f13aaeab"