[meta-virtualization][wrynose][PATCH 1/2] openvswitch: update to 3.7.1
Haitao Liu <[email protected]> Mon, 1 Jun 2026 17:01:44 +0800
| Newsgroups | org.yoctoproject.lists.meta-virtualization |
|---|---|
| Message-ID | <[email protected]> |
pick up the following commits:
7921d9c69 Set release date for 3.7.1.
e1b82e9b7 github: Temporarily disable system tests for DPDK and AF_XDP.
a9785c7e1 conntrack: Fix replace_substring to handle larger packets.
7dc6fb7ba Update DPDK version for older releases to 23.11.6 and 24.11.4.
Signed-off-by: Haitao Liu <[email protected]>
---
recipes-networking/openvswitch/openvswitch_git.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/recipes-networking/openvswitch/openvswitch_git.bb b/recipes-networking/openvswitch/openvswitch_git.bb
index 87790090..8dcb7ca4 100644
--- a/recipes-networking/openvswitch/openvswitch_git.bb
+++ b/recipes-networking/openvswitch/openvswitch_git.bb
@@ -13,12 +13,12 @@ RDEPENDS:${PN}-ptest += "\
python3-resource findutils which diffutils \
"
-PV = "3.7.0"
+PV = "3.7.1"
CVE_VERSION = "3.5.0"
FILESEXTRAPATHS:append := "${THISDIR}/${PN}-git:"
-SRCREV = "0d4c78e153d2b22ab1b173cd4a4dfff89002666d"
+SRCREV = "7921d9c6924b8934ea1de9481891ac1172649280"
SRC_URI += "git://github.com/openvswitch/ovs.git;protocol=https;branch=branch-3.7 \
file://openvswitch-add-ptest-71d553b995d0bd527d3ab1e9fbaf5a2ae34de2f3.patch \
file://run-ptest \
--
2.34.1