summaryrefslogtreecommitdiffstats
path: root/recipes-networking/openvswitch
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2023-01-27 10:05:04 -0500
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-01-27 10:32:06 -0500
commit211918936180a0b2a5af770bd5c52025d34221db (patch)
treec287191137cdb79fc17139e81472db3cede9d631 /recipes-networking/openvswitch
parent37a5ce007823cfc98a9906f2a50f484d8f28f584 (diff)
downloadmeta-virtualization-211918936180a0b2a5af770bd5c52025d34221db.tar.gz
treewide: bulk update patches with status field
While the insane.bbclass upstream-status check hasn't been made default, users of meta-virtualization may have it enabled in their distros .. so the effect is the same. We must have this tracking tag in out patches. This is a bulk update to add the tag and silence the QA message. As packages get updated, the normal/routine process of checking the patches will continue, and the status fields may (or may not) get more useful. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-networking/openvswitch')
-rw-r--r--recipes-networking/openvswitch/files/openvswitch-add-ptest.patch2
-rw-r--r--recipes-networking/openvswitch/files/python-switch-remaining-scripts-to-use-python3.patch2
-rw-r--r--recipes-networking/openvswitch/openvswitch-git/disable_m4_check.patch2
-rw-r--r--recipes-networking/openvswitch/openvswitch-git/openvswitch-add-ptest-71d553b995d0bd527d3ab1e9fbaf5a2ae34de2f3.patch2
-rw-r--r--recipes-networking/openvswitch/openvswitch-git/systemd-create-runtime-dirs.patch2
-rw-r--r--recipes-networking/openvswitch/openvswitch-git/systemd-update-tool-paths.patch2
6 files changed, 12 insertions, 0 deletions
diff --git a/recipes-networking/openvswitch/files/openvswitch-add-ptest.patch b/recipes-networking/openvswitch/files/openvswitch-add-ptest.patch
index cb708dea..4fe3abd8 100644
--- a/recipes-networking/openvswitch/files/openvswitch-add-ptest.patch
+++ b/recipes-networking/openvswitch/files/openvswitch-add-ptest.patch
@@ -1,5 +1,7 @@
1Add test-install rule to support ptest execution 1Add test-install rule to support ptest execution
2 2
3Upstream-Status: Inappropriate [embedded specific]
4
3Signed-off-by: Radu Patriu <radu.patriu@enea.com> 5Signed-off-by: Radu Patriu <radu.patriu@enea.com>
4 6
5Index: openvswitch-2.1.2/Makefile.am 7Index: openvswitch-2.1.2/Makefile.am
diff --git a/recipes-networking/openvswitch/files/python-switch-remaining-scripts-to-use-python3.patch b/recipes-networking/openvswitch/files/python-switch-remaining-scripts-to-use-python3.patch
index 113bc91d..ffa8af0e 100644
--- a/recipes-networking/openvswitch/files/python-switch-remaining-scripts-to-use-python3.patch
+++ b/recipes-networking/openvswitch/files/python-switch-remaining-scripts-to-use-python3.patch
@@ -5,6 +5,8 @@ Subject: [PATCH] python: switch remaining scripts to use python3
5 5
6Work to remove the main openvswitch package's dependency on python 2. 6Work to remove the main openvswitch package's dependency on python 2.
7 7
8Upstream-Status: Inappropriate [embedded specific]
9
8Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> 10Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
9 11
10--- 12---
diff --git a/recipes-networking/openvswitch/openvswitch-git/disable_m4_check.patch b/recipes-networking/openvswitch/openvswitch-git/disable_m4_check.patch
index ce1f6501..43735132 100644
--- a/recipes-networking/openvswitch/openvswitch-git/disable_m4_check.patch
+++ b/recipes-networking/openvswitch/openvswitch-git/disable_m4_check.patch
@@ -3,6 +3,8 @@ From: Amy Fong <amy.fong@windriver.com>
3Date: Thu, 29 Jan 2015 09:56:03 -0500 3Date: Thu, 29 Jan 2015 09:56:03 -0500
4Subject: [PATCH] Disable m4 file test where sources are built from git. 4Subject: [PATCH] Disable m4 file test where sources are built from git.
5 5
6Upstream-Status: Inappropriate [embedded specific]
7
6Signed-off-by: Amy Fong <amy.fong@windriver.com> 8Signed-off-by: Amy Fong <amy.fong@windriver.com>
7 9
8--- 10---
diff --git a/recipes-networking/openvswitch/openvswitch-git/openvswitch-add-ptest-71d553b995d0bd527d3ab1e9fbaf5a2ae34de2f3.patch b/recipes-networking/openvswitch/openvswitch-git/openvswitch-add-ptest-71d553b995d0bd527d3ab1e9fbaf5a2ae34de2f3.patch
index fc74debb..571753a5 100644
--- a/recipes-networking/openvswitch/openvswitch-git/openvswitch-add-ptest-71d553b995d0bd527d3ab1e9fbaf5a2ae34de2f3.patch
+++ b/recipes-networking/openvswitch/openvswitch-git/openvswitch-add-ptest-71d553b995d0bd527d3ab1e9fbaf5a2ae34de2f3.patch
@@ -15,6 +15,8 @@ Signed-off-by: He Zhe <zhe.he@windriver.com>
15 15
16refresh patch to fix patch-fuzz warning 16refresh patch to fix patch-fuzz warning
17Signed-off-by: Changqing Li <changqing.li@windriver.com> 17Signed-off-by: Changqing Li <changqing.li@windriver.com>
18
19Upstream-Status: Inappropriate [embedded specific]
18--- 20---
19 Makefile.am | 1 + 21 Makefile.am | 1 +
20 test.mk | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 22 test.mk | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
diff --git a/recipes-networking/openvswitch/openvswitch-git/systemd-create-runtime-dirs.patch b/recipes-networking/openvswitch/openvswitch-git/systemd-create-runtime-dirs.patch
index 7f6e5422..1505d47a 100644
--- a/recipes-networking/openvswitch/openvswitch-git/systemd-create-runtime-dirs.patch
+++ b/recipes-networking/openvswitch/openvswitch-git/systemd-create-runtime-dirs.patch
@@ -9,6 +9,8 @@ upstream service file uses 'chown' we will match this by using
9'mkdir'. Without this the service will fail to start since these 9'mkdir'. Without this the service will fail to start since these
10directories won't exist. 10directories won't exist.
11 11
12Upstream-Status: Inappropriate [embedded specific]
13
12Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> 14Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
13--- 15---
14 rhel/usr_lib_systemd_system_ovsdb-server.service | 2 +- 16 rhel/usr_lib_systemd_system_ovsdb-server.service | 2 +-
diff --git a/recipes-networking/openvswitch/openvswitch-git/systemd-update-tool-paths.patch b/recipes-networking/openvswitch/openvswitch-git/systemd-update-tool-paths.patch
index a9eae832..7fe0236e 100644
--- a/recipes-networking/openvswitch/openvswitch-git/systemd-update-tool-paths.patch
+++ b/recipes-networking/openvswitch/openvswitch-git/systemd-update-tool-paths.patch
@@ -6,6 +6,8 @@ Subject: [PATCH 1/2] systemd: update tool paths
6We are using the rhel files but we install our tools in a slightly 6We are using the rhel files but we install our tools in a slightly
7different path, update accordingly. 7different path, update accordingly.
8 8
9Upstream-Status: Inappropriate [embedded specific]
10
9Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> 11Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
10--- 12---
11 rhel/usr_lib_systemd_system_ovs-vswitchd.service.in | 4 ++-- 13 rhel/usr_lib_systemd_system_ovs-vswitchd.service.in | 4 ++--