From f9acf9a26617fe3eb4aac5d648f488ad0023a6ff Mon Sep 17 00:00:00 2001 From: "Hongzhi.Song" Date: Wed, 30 Jan 2019 02:46:52 -0500 Subject: openvswitch: uprev from v2.10.1 to v2.11 The v2.11 version fixed a bug as follow. Error info: ovs|00002|db_ctl_base|ERR|external-ids:hostname=: argument does not end in "=" followed by a value. The result of ptest between v2.11 and v2.10.1 is similar. v2.11: ERROR: 2765 tests were run, 317 failed (1 expected failure). 85 tests were skipped. v2.10.1: ERROR: 2662 tests were run, 311 failed (1 expected failure). 85 tests were skipped. I checked the detailed result. The failed tests were mostly related to python2 as the image only use python3. Signed-off-by: Hongzhi.Song Signed-off-by: Bruce Ashfield --- recipes-networking/openvswitch/openvswitch_git.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'recipes-networking/openvswitch/openvswitch_git.bb') diff --git a/recipes-networking/openvswitch/openvswitch_git.bb b/recipes-networking/openvswitch/openvswitch_git.bb index 81a66a94..072d7f14 100644 --- a/recipes-networking/openvswitch/openvswitch_git.bb +++ b/recipes-networking/openvswitch/openvswitch_git.bb @@ -14,17 +14,17 @@ RDEPENDS_${PN}-ptest += "\ " S = "${WORKDIR}/git" -PV = "2.10.1+${SRCPV}" +PV = "2.11+${SRCPV}" FILESEXTRAPATHS_append := "${THISDIR}/${PN}-git:" -SRCREV = "78e203138cb7253e9ca5ad8a2c4ed6bb6752f23e" +SRCREV = "f22ca8011fdb7e81ffce5017cd26539bccf50e94" SRC_URI = "file://openvswitch-switch \ file://openvswitch-switch-setup \ file://openvswitch-testcontroller \ file://openvswitch-testcontroller-setup \ - git://github.com/openvswitch/ovs.git;protocol=git;branch=branch-2.10 \ - file://openvswitch-add-ptest-${SRCREV}.patch \ + git://github.com/openvswitch/ovs.git;protocol=git;branch=branch-2.11 \ + file://openvswitch-add-ptest-78e203138cb7253e9ca5ad8a2c4ed6bb6752f23e.patch \ file://run-ptest \ file://disable_m4_check.patch \ file://kernel_module.patch \ -- cgit v1.2.3-54-g00ecf