summaryrefslogtreecommitdiffstats
path: root/recipes-extended/ipxe/files
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-extended/ipxe/files
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-extended/ipxe/files')
-rw-r--r--recipes-extended/ipxe/files/build-be-explicit-about-fcommon-compiler-directive.patch2
-rw-r--r--recipes-extended/ipxe/files/ipxe-fix-hostcc-nopie-cflags.patch2
-rw-r--r--recipes-extended/ipxe/files/ipxe-golan-Add-explicit-type-casts-for-nodnic_queue_pair_.patch2
-rw-r--r--recipes-extended/ipxe/files/ipxe-intel-Avoid-spurious-compiler-warning-on-GCC-10.patch2
4 files changed, 7 insertions, 1 deletions
diff --git a/recipes-extended/ipxe/files/build-be-explicit-about-fcommon-compiler-directive.patch b/recipes-extended/ipxe/files/build-be-explicit-about-fcommon-compiler-directive.patch
index 6fa58580..0118e2e5 100644
--- a/recipes-extended/ipxe/files/build-be-explicit-about-fcommon-compiler-directive.patch
+++ b/recipes-extended/ipxe/files/build-be-explicit-about-fcommon-compiler-directive.patch
@@ -7,7 +7,7 @@ Subject: [PATCH] [build] Be explicit about -fcommon compiler directive
7gcc10 switched default behavior from -fcommon to -fno-common. Since 7gcc10 switched default behavior from -fcommon to -fno-common. Since
8"__shared" relies on the legacy behavior, explicitly specify it. 8"__shared" relies on the legacy behavior, explicitly specify it.
9 9
10Upstream-Status: backport 10Upstream-Status: [backport]
11 11
12Signed-off-by: Bruce Rogers <brogers@suse.com> 12Signed-off-by: Bruce Rogers <brogers@suse.com>
13Modified-by: Michael Brown <mcb30@ipxe.org> 13Modified-by: Michael Brown <mcb30@ipxe.org>
diff --git a/recipes-extended/ipxe/files/ipxe-fix-hostcc-nopie-cflags.patch b/recipes-extended/ipxe/files/ipxe-fix-hostcc-nopie-cflags.patch
index 865e9bbb..9db7b6a1 100644
--- a/recipes-extended/ipxe/files/ipxe-fix-hostcc-nopie-cflags.patch
+++ b/recipes-extended/ipxe/files/ipxe-fix-hostcc-nopie-cflags.patch
@@ -1,3 +1,5 @@
1Upstream-Status: Inappropriate [embedded specific]
2
1diff --git a/src/Makefile.housekeeping b/src/Makefile.housekeeping 3diff --git a/src/Makefile.housekeeping b/src/Makefile.housekeeping
2index 1dd1479..13f44dd 100644 4index 1dd1479..13f44dd 100644
3--- a/Makefile.housekeeping 5--- a/Makefile.housekeeping
diff --git a/recipes-extended/ipxe/files/ipxe-golan-Add-explicit-type-casts-for-nodnic_queue_pair_.patch b/recipes-extended/ipxe/files/ipxe-golan-Add-explicit-type-casts-for-nodnic_queue_pair_.patch
index 62e8e9df..8a78e7af 100644
--- a/recipes-extended/ipxe/files/ipxe-golan-Add-explicit-type-casts-for-nodnic_queue_pair_.patch
+++ b/recipes-extended/ipxe/files/ipxe-golan-Add-explicit-type-casts-for-nodnic_queue_pair_.patch
@@ -9,6 +9,8 @@ The flexboot_nodnic code defines nodnic_queue_pair_type with values
9identical to those of ib_queue_pair_type, and implicitly casts between 9identical to those of ib_queue_pair_type, and implicitly casts between
10them. Add an explicit cast to fix the warning. 10them. Add an explicit cast to fix the warning.
11 11
12Upstream-Status: Inappropriate [embedded specific]
13
12Signed-off-by: Michael Brown <mcb30@ipxe.org> 14Signed-off-by: Michael Brown <mcb30@ipxe.org>
13--- 15---
14 src/drivers/infiniband/flexboot_nodnic.c | 6 ++++-- 16 src/drivers/infiniband/flexboot_nodnic.c | 6 ++++--
diff --git a/recipes-extended/ipxe/files/ipxe-intel-Avoid-spurious-compiler-warning-on-GCC-10.patch b/recipes-extended/ipxe/files/ipxe-intel-Avoid-spurious-compiler-warning-on-GCC-10.patch
index e424d220..c76fe1ce 100644
--- a/recipes-extended/ipxe/files/ipxe-intel-Avoid-spurious-compiler-warning-on-GCC-10.patch
+++ b/recipes-extended/ipxe/files/ipxe-intel-Avoid-spurious-compiler-warning-on-GCC-10.patch
@@ -8,6 +8,8 @@ for the unsized raw dword array in union intelvf_msg.
8 8
9Avoid the warning by embedding the zero-length array within a struct. 9Avoid the warning by embedding the zero-length array within a struct.
10 10
11Upstream-Status: Inappropriate [embedded specific]
12
11Signed-off-by: Michael Brown <mcb30@ipxe.org> 13Signed-off-by: Michael Brown <mcb30@ipxe.org>
12--- 14---
13 src/drivers/net/intelvf.c | 18 ++++++++++-------- 15 src/drivers/net/intelvf.c | 18 ++++++++++--------