diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-01-27 10:05:04 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-01-27 10:32:06 -0500 |
| commit | 211918936180a0b2a5af770bd5c52025d34221db (patch) | |
| tree | c287191137cdb79fc17139e81472db3cede9d631 /recipes-extended/ipxe/files | |
| parent | 37a5ce007823cfc98a9906f2a50f484d8f28f584 (diff) | |
| download | meta-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')
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 | |||
| 7 | gcc10 switched default behavior from -fcommon to -fno-common. Since | 7 | gcc10 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 | ||
| 10 | Upstream-Status: backport | 10 | Upstream-Status: [backport] |
| 11 | 11 | ||
| 12 | Signed-off-by: Bruce Rogers <brogers@suse.com> | 12 | Signed-off-by: Bruce Rogers <brogers@suse.com> |
| 13 | Modified-by: Michael Brown <mcb30@ipxe.org> | 13 | Modified-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 @@ | |||
| 1 | Upstream-Status: Inappropriate [embedded specific] | ||
| 2 | |||
| 1 | diff --git a/src/Makefile.housekeeping b/src/Makefile.housekeeping | 3 | diff --git a/src/Makefile.housekeeping b/src/Makefile.housekeeping |
| 2 | index 1dd1479..13f44dd 100644 | 4 | index 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 | |||
| 9 | identical to those of ib_queue_pair_type, and implicitly casts between | 9 | identical to those of ib_queue_pair_type, and implicitly casts between |
| 10 | them. Add an explicit cast to fix the warning. | 10 | them. Add an explicit cast to fix the warning. |
| 11 | 11 | ||
| 12 | Upstream-Status: Inappropriate [embedded specific] | ||
| 13 | |||
| 12 | Signed-off-by: Michael Brown <mcb30@ipxe.org> | 14 | Signed-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 | ||
| 9 | Avoid the warning by embedding the zero-length array within a struct. | 9 | Avoid the warning by embedding the zero-length array within a struct. |
| 10 | 10 | ||
| 11 | Upstream-Status: Inappropriate [embedded specific] | ||
| 12 | |||
| 11 | Signed-off-by: Michael Brown <mcb30@ipxe.org> | 13 | Signed-off-by: Michael Brown <mcb30@ipxe.org> |
| 12 | --- | 14 | --- |
| 13 | src/drivers/net/intelvf.c | 18 ++++++++++-------- | 15 | src/drivers/net/intelvf.c | 18 ++++++++++-------- |
