summaryrefslogtreecommitdiffstats
path: root/recipes-extended
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
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')
-rw-r--r--recipes-extended/cloud-init/cloud-init/0001-setup.py-check-for-install-anywhere-in-args.patch2
-rw-r--r--recipes-extended/cloud-init/cloud-init/0001-setup.py-respect-udevdir-variable.patch2
-rw-r--r--recipes-extended/cloud-init/cloud-init/cloud-init-source-local-lsb-functions.patch2
-rw-r--r--recipes-extended/dev86/dev86/0001-cpp-Makefile-respect-LDFLAGS-when-building-bcc-cpp.patch2
-rw-r--r--recipes-extended/dev86/dev86/0001-cpp-fix-race-writing-token.h-files.patch3
-rw-r--r--recipes-extended/diod/files/0001-diod-ops.c-add-header-file-for-makedev.patch5
-rw-r--r--recipes-extended/diod/files/0001-drod-add-option-to-config-systemddir.patch4
-rw-r--r--recipes-extended/diod/files/0002-auto.diod.in-remove-bashisms.patch2
-rw-r--r--recipes-extended/hyperstart/hyperstart/0001-container.c-Fix-compiler-errors-that-gcc-8.1.0-repor.patch2
-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
-rw-r--r--recipes-extended/irqbalance/irqbalance/add-initscript.patch2
-rw-r--r--recipes-extended/irqbalance/irqbalance/irqbalance-Add-status-and-reload-commands.patch2
-rw-r--r--recipes-extended/kvmtool/files/0001-kvmtool-9p-fixed-compilation-error.patch2
-rw-r--r--recipes-extended/kvmtool/files/0002-kvmtool-add-EXTRA_CFLAGS-variable.patch2
-rw-r--r--recipes-extended/kvmtool/files/0003-kvmtool-Werror-disabled.patch2
-rw-r--r--recipes-extended/libvirt/libvirt/0001-ptest-Remove-Windows-1252-check-from-esxutilstest.patch2
-rw-r--r--recipes-extended/nagios/nagios-core/eventhandlers_nagioscmd_path.patch2
-rw-r--r--recipes-extended/nagios/nagios-nrpe/fix-compile-without-openssl.patch2
-rw-r--r--recipes-extended/nagios/nagios-nrpe/fix-configure-uses-host-openssl.patch2
-rw-r--r--recipes-extended/oath/oath/0001-oath-fix-macro-definition-error.patch2
-rw-r--r--recipes-extended/seabios/seabios/hostcc.patch2
-rw-r--r--recipes-extended/seabios/seabios/python3.patch2
-rw-r--r--recipes-extended/upx/libucl/Reproducible-build.patch3
-rw-r--r--recipes-extended/upx/libucl/use-static-assert.patch3
-rw-r--r--recipes-extended/uxen/uxen-guest-tools/0001-vm-support-fix-build-for-kernel-s-5.4.patch2
-rw-r--r--recipes-extended/uxen/uxen-guest-tools/0002-vm-support-fix-build-for-kernel-s-5.15.patch2
-rw-r--r--recipes-extended/uxen/uxen-guest-tools/0003-vm-support-fix-build-for-kernel-s-5.14.patch2
-rw-r--r--recipes-extended/uxen/uxen-guest-tools/0004-uxenhc-fix-DMODULE-not-working-on-module-build-comma.patch2
-rw-r--r--recipes-extended/uxen/uxen-guest-tools/fix-Makefile-for-OE-kernel-build.patch2
-rw-r--r--recipes-extended/vgabios/files/build-cc.patch3
-rw-r--r--recipes-extended/xvisor/files/0001-build-use-usr-bin-env-for-python-scripts.patch2
34 files changed, 67 insertions, 10 deletions
diff --git a/recipes-extended/cloud-init/cloud-init/0001-setup.py-check-for-install-anywhere-in-args.patch b/recipes-extended/cloud-init/cloud-init/0001-setup.py-check-for-install-anywhere-in-args.patch
index 5c9c1e6f..c56f7b1d 100644
--- a/recipes-extended/cloud-init/cloud-init/0001-setup.py-check-for-install-anywhere-in-args.patch
+++ b/recipes-extended/cloud-init/cloud-init/0001-setup.py-check-for-install-anywhere-in-args.patch
@@ -11,6 +11,8 @@ So rather than checking for install to be argv[1], we check for it
11anywhere in the arguments are trigger the template replacement to 11anywhere in the arguments are trigger the template replacement to
12happen. 12happen.
13 13
14Upstream-Status: Inappropriate [embedded specific]
15
14Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> 16Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
15--- 17---
16 setup.py | 2 +- 18 setup.py | 2 +-
diff --git a/recipes-extended/cloud-init/cloud-init/0001-setup.py-respect-udevdir-variable.patch b/recipes-extended/cloud-init/cloud-init/0001-setup.py-respect-udevdir-variable.patch
index e96b5cbd..96c6766e 100644
--- a/recipes-extended/cloud-init/cloud-init/0001-setup.py-respect-udevdir-variable.patch
+++ b/recipes-extended/cloud-init/cloud-init/0001-setup.py-respect-udevdir-variable.patch
@@ -9,7 +9,7 @@ Subject: [PATCH] setup.py respect udevdir variable
9 because of: 9 because of:
10 /lib/udev/rules.d/66-azure-ephemeral.rules 10 /lib/udev/rules.d/66-azure-ephemeral.rules
11 11
12Upstream-Status: Pending 12Upstream-Status: [Pending]
13 13
14Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> 14Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15--- 15---
diff --git a/recipes-extended/cloud-init/cloud-init/cloud-init-source-local-lsb-functions.patch b/recipes-extended/cloud-init/cloud-init/cloud-init-source-local-lsb-functions.patch
index 869fb311..0b396781 100644
--- a/recipes-extended/cloud-init/cloud-init/cloud-init-source-local-lsb-functions.patch
+++ b/recipes-extended/cloud-init/cloud-init/cloud-init-source-local-lsb-functions.patch
@@ -3,6 +3,8 @@ From: Bruce Ashfield <bruce.ashfield@windriver.com>
3Date: Thu, 6 Mar 2014 01:55:09 -0500 3Date: Thu, 6 Mar 2014 01:55:09 -0500
4Subject: [PATCH] cloud-init: source local lsb functions 4Subject: [PATCH] cloud-init: source local lsb functions
5 5
6Upstream-Status: Inappropriate [embedded specific]
7
6Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> 8Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
7--- 9---
8 sysvinit/debian/cloud-config | 1 + 10 sysvinit/debian/cloud-config | 1 +
diff --git a/recipes-extended/dev86/dev86/0001-cpp-Makefile-respect-LDFLAGS-when-building-bcc-cpp.patch b/recipes-extended/dev86/dev86/0001-cpp-Makefile-respect-LDFLAGS-when-building-bcc-cpp.patch
index fc7fdd59..85f3aef8 100644
--- a/recipes-extended/dev86/dev86/0001-cpp-Makefile-respect-LDFLAGS-when-building-bcc-cpp.patch
+++ b/recipes-extended/dev86/dev86/0001-cpp-Makefile-respect-LDFLAGS-when-building-bcc-cpp.patch
@@ -3,6 +3,8 @@ From: Martin Jansa <Martin.Jansa@gmail.com>
3Date: Fri, 14 May 2021 06:30:18 -0700 3Date: Fri, 14 May 2021 06:30:18 -0700
4Subject: [PATCH] cpp/Makefile: respect LDFLAGS when building bcc-cpp 4Subject: [PATCH] cpp/Makefile: respect LDFLAGS when building bcc-cpp
5 5
6Upstream-Status: Inappropriate [embedded specific]
7
6Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> 8Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
7--- 9---
8 cpp/Makefile | 2 +- 10 cpp/Makefile | 2 +-
diff --git a/recipes-extended/dev86/dev86/0001-cpp-fix-race-writing-token.h-files.patch b/recipes-extended/dev86/dev86/0001-cpp-fix-race-writing-token.h-files.patch
index d6e79999..e009e01a 100644
--- a/recipes-extended/dev86/dev86/0001-cpp-fix-race-writing-token.h-files.patch
+++ b/recipes-extended/dev86/dev86/0001-cpp-fix-race-writing-token.h-files.patch
@@ -17,6 +17,9 @@ these will execute at the same time and race.
17 mv: cannot stat 'tmp.h': No such file or directory 17 mv: cannot stat 'tmp.h': No such file or directory
18 18
19By using gperf --output-file, the race is avoided entirely. 19By using gperf --output-file, the race is avoided entirely.
20
21Upstream-Status: Inappropriate [embedded specific]
22
20--- 23---
21 cpp/Makefile | 6 ++---- 24 cpp/Makefile | 6 ++----
22 1 file changed, 2 insertions(+), 4 deletions(-) 25 1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/recipes-extended/diod/files/0001-diod-ops.c-add-header-file-for-makedev.patch b/recipes-extended/diod/files/0001-diod-ops.c-add-header-file-for-makedev.patch
index e6f7ece2..93f7deef 100644
--- a/recipes-extended/diod/files/0001-diod-ops.c-add-header-file-for-makedev.patch
+++ b/recipes-extended/diod/files/0001-diod-ops.c-add-header-file-for-makedev.patch
@@ -13,10 +13,7 @@ since v2.28. [Commit ID: e16deca62e16f]
13And then glibc suggestions us to include <sys/sysmacros.h> directly if 13And then glibc suggestions us to include <sys/sysmacros.h> directly if
14code needs it. 14code needs it.
15 15
16Upstream-Status: Submitted 16Upstream-Status: [Submitted]
17[diod:
18mail: v9fs-developer@lists.sourceforge.net
19author: hongzhi.song@windriver.com]
20 17
21Signed-off-by: Hongzhi.Song <hongzhi.song@windriver.com> 18Signed-off-by: Hongzhi.Song <hongzhi.song@windriver.com>
22--- 19---
diff --git a/recipes-extended/diod/files/0001-drod-add-option-to-config-systemddir.patch b/recipes-extended/diod/files/0001-drod-add-option-to-config-systemddir.patch
index 8b70d8fa..4931a19b 100644
--- a/recipes-extended/diod/files/0001-drod-add-option-to-config-systemddir.patch
+++ b/recipes-extended/diod/files/0001-drod-add-option-to-config-systemddir.patch
@@ -3,13 +3,13 @@ From: Changqing Li <changqing.li@windriver.com>
3Date: Mon, 26 Aug 2019 18:00:39 +0800 3Date: Mon, 26 Aug 2019 18:00:39 +0800
4Subject: [PATCH] drod: add option to config systemddir 4Subject: [PATCH] drod: add option to config systemddir
5 5
6Upstream-Status: Pending
7
8Not need to send upstream, since upstream have refactor 6Not need to send upstream, since upstream have refactor
9related code, but not released. and this version release 7related code, but not released. and this version release
104 years ago, not proper to just backport one or more 84 years ago, not proper to just backport one or more
11commits, this patch maybe could be dropped after upgrade. 9commits, this patch maybe could be dropped after upgrade.
12 10
11Upstream-Status: Inappropriate [embedded specific]
12
13Signed-off-by: Changqing Li <changqing.li@windriver.com> 13Signed-off-by: Changqing Li <changqing.li@windriver.com>
14--- 14---
15 configure.ac | 9 +++++++++ 15 configure.ac | 9 +++++++++
diff --git a/recipes-extended/diod/files/0002-auto.diod.in-remove-bashisms.patch b/recipes-extended/diod/files/0002-auto.diod.in-remove-bashisms.patch
index 65d6ff6b..13e0a86e 100644
--- a/recipes-extended/diod/files/0002-auto.diod.in-remove-bashisms.patch
+++ b/recipes-extended/diod/files/0002-auto.diod.in-remove-bashisms.patch
@@ -3,7 +3,7 @@ From: Roy Li <rongqing.li@windriver.com>
3Date: Thu, 22 Jun 2017 06:32:30 +0000 3Date: Thu, 22 Jun 2017 06:32:30 +0000
4Subject: [PATCH 2/2] auto.diod.in: remove bashisms 4Subject: [PATCH 2/2] auto.diod.in: remove bashisms
5 5
6Upstream-Status: Pending 6Upstream-Status: Inappropriate [embedded specific]
7 7
8Signed-off-by: Roy Li <rongqing.li@windriver.com> 8Signed-off-by: Roy Li <rongqing.li@windriver.com>
9--- 9---
diff --git a/recipes-extended/hyperstart/hyperstart/0001-container.c-Fix-compiler-errors-that-gcc-8.1.0-repor.patch b/recipes-extended/hyperstart/hyperstart/0001-container.c-Fix-compiler-errors-that-gcc-8.1.0-repor.patch
index 091ce3cf..d48e2647 100644
--- a/recipes-extended/hyperstart/hyperstart/0001-container.c-Fix-compiler-errors-that-gcc-8.1.0-repor.patch
+++ b/recipes-extended/hyperstart/hyperstart/0001-container.c-Fix-compiler-errors-that-gcc-8.1.0-repor.patch
@@ -46,6 +46,8 @@ container.c:176:4: note: 'sprintf' output 9 or more bytes (assuming 520) into a
46 sprintf(volume, "/%s/_data/%s", path, filevolume); 46 sprintf(volume, "/%s/_data/%s", path, filevolume);
47 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 47 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
48 48
49Upstream-Status: Inappropriate [embedded specific]
50
49Signed-off-by: Jason Wessel <jason.wessel@windriver.com> 51Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
50 52
51--- 53---
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 ++++++++++--------
diff --git a/recipes-extended/irqbalance/irqbalance/add-initscript.patch b/recipes-extended/irqbalance/irqbalance/add-initscript.patch
index b0e608e6..91a79d7e 100644
--- a/recipes-extended/irqbalance/irqbalance/add-initscript.patch
+++ b/recipes-extended/irqbalance/irqbalance/add-initscript.patch
@@ -6,6 +6,8 @@ Subject: [PATCH] irqbalance: add basic init script
6The upstream irqbalance release package does not contain an 6The upstream irqbalance release package does not contain an
7init script so we create a basic one here. 7init script so we create a basic one here.
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--- 13---
diff --git a/recipes-extended/irqbalance/irqbalance/irqbalance-Add-status-and-reload-commands.patch b/recipes-extended/irqbalance/irqbalance/irqbalance-Add-status-and-reload-commands.patch
index ec01448f..8591f34c 100644
--- a/recipes-extended/irqbalance/irqbalance/irqbalance-Add-status-and-reload-commands.patch
+++ b/recipes-extended/irqbalance/irqbalance/irqbalance-Add-status-and-reload-commands.patch
@@ -5,6 +5,8 @@ Subject: [PATCH] irqbalance: Add status and reload commands
5 5
6Add status and reload commands for irqbalanced init script 6Add status and reload commands for irqbalanced init script
7 7
8Upstream-Status: Inappropriate [embedded specific]
9
8Signed-off-by: Yang Shi <yang.shi@windriver.com> 10Signed-off-by: Yang Shi <yang.shi@windriver.com>
9 11
10--- 12---
diff --git a/recipes-extended/kvmtool/files/0001-kvmtool-9p-fixed-compilation-error.patch b/recipes-extended/kvmtool/files/0001-kvmtool-9p-fixed-compilation-error.patch
index bad83b2a..36cde0d4 100644
--- a/recipes-extended/kvmtool/files/0001-kvmtool-9p-fixed-compilation-error.patch
+++ b/recipes-extended/kvmtool/files/0001-kvmtool-9p-fixed-compilation-error.patch
@@ -5,6 +5,8 @@ Subject: [PATCH] kvmtool: 9p: fixed compilation error
5 5
6makedev is defined in sys/sysmacros.h 6makedev is defined in sys/sysmacros.h
7 7
8Upstream-Status: Inappropriate [embedded specific]
9
8Signed-off-by: Dariusz Pelowski <dariusz.pelowski@gmail.com> 10Signed-off-by: Dariusz Pelowski <dariusz.pelowski@gmail.com>
9 11
10--- 12---
diff --git a/recipes-extended/kvmtool/files/0002-kvmtool-add-EXTRA_CFLAGS-variable.patch b/recipes-extended/kvmtool/files/0002-kvmtool-add-EXTRA_CFLAGS-variable.patch
index dde452d9..1200f707 100644
--- a/recipes-extended/kvmtool/files/0002-kvmtool-add-EXTRA_CFLAGS-variable.patch
+++ b/recipes-extended/kvmtool/files/0002-kvmtool-add-EXTRA_CFLAGS-variable.patch
@@ -6,6 +6,8 @@ Subject: [PATCH] kvmtool: add EXTRA_CFLAGS variable
6to avoid CFLAGS overriding introduce new EXTRA_CFLAGS variable 6to avoid CFLAGS overriding introduce new EXTRA_CFLAGS variable
7for setting via command argument 7for setting via command argument
8 8
9Upstream-Status: Inappropriate [embedded specific]
10
9Signed-off-by: Dariusz Pelowski <dariusz.pelowski@gmail.com> 11Signed-off-by: Dariusz Pelowski <dariusz.pelowski@gmail.com>
10 12
11--- 13---
diff --git a/recipes-extended/kvmtool/files/0003-kvmtool-Werror-disabled.patch b/recipes-extended/kvmtool/files/0003-kvmtool-Werror-disabled.patch
index 1695ac49..3ac3fecc 100644
--- a/recipes-extended/kvmtool/files/0003-kvmtool-Werror-disabled.patch
+++ b/recipes-extended/kvmtool/files/0003-kvmtool-Werror-disabled.patch
@@ -5,6 +5,8 @@ Subject: [PATCH] WERROR override disabled.
5 5
6WERROR override causes gcc sizeof-pointer-memaccess, format-truncation errors. 6WERROR override causes gcc sizeof-pointer-memaccess, format-truncation errors.
7 7
8Upstream-Status: Inappropriate [embedded specific]
9
8--- 10---
9 Makefile | 1 + 11 Makefile | 1 +
10 1 file changed, 1 insertion(+) 12 1 file changed, 1 insertion(+)
diff --git a/recipes-extended/libvirt/libvirt/0001-ptest-Remove-Windows-1252-check-from-esxutilstest.patch b/recipes-extended/libvirt/libvirt/0001-ptest-Remove-Windows-1252-check-from-esxutilstest.patch
index abb0b1af..cabc4cb6 100644
--- a/recipes-extended/libvirt/libvirt/0001-ptest-Remove-Windows-1252-check-from-esxutilstest.patch
+++ b/recipes-extended/libvirt/libvirt/0001-ptest-Remove-Windows-1252-check-from-esxutilstest.patch
@@ -6,6 +6,8 @@ Subject: [PATCH] ptest: Remove Windows-1252 check from esxutilstest
6Currently we use iconv from glibc-locale and it does not support 6Currently we use iconv from glibc-locale and it does not support
7Windows-1252 and we don't need support windows character encoding. 7Windows-1252 and we don't need support windows character encoding.
8 8
9Upstream-Status: Inappropriate [embedded specific]
10
9Signed-off-by: He Zhe <zhe.he@windriver.com> 11Signed-off-by: He Zhe <zhe.he@windriver.com>
10 12
11--- 13---
diff --git a/recipes-extended/nagios/nagios-core/eventhandlers_nagioscmd_path.patch b/recipes-extended/nagios/nagios-core/eventhandlers_nagioscmd_path.patch
index c767162c..5c1f3303 100644
--- a/recipes-extended/nagios/nagios-core/eventhandlers_nagioscmd_path.patch
+++ b/recipes-extended/nagios/nagios-core/eventhandlers_nagioscmd_path.patch
@@ -3,6 +3,8 @@ change eventhandlers nagioscmd path
3Modify nagios.cmd path to the right location 3Modify nagios.cmd path to the right location
4at "/var/nagios/rw/nagios.cmd" 4at "/var/nagios/rw/nagios.cmd"
5 5
6Upstream-Status: Inappropriate [embedded specific]
7
6Signed-off-by: Rickard Engberg <rickard.engberg@windriver.com> 8Signed-off-by: Rickard Engberg <rickard.engberg@windriver.com>
7Signed-off-by: Vu Tran <vu.tran@windriver.com> 9Signed-off-by: Vu Tran <vu.tran@windriver.com>
8 10
diff --git a/recipes-extended/nagios/nagios-nrpe/fix-compile-without-openssl.patch b/recipes-extended/nagios/nagios-nrpe/fix-compile-without-openssl.patch
index ab913a8f..1e57d02a 100644
--- a/recipes-extended/nagios/nagios-nrpe/fix-compile-without-openssl.patch
+++ b/recipes-extended/nagios/nagios-nrpe/fix-compile-without-openssl.patch
@@ -6,6 +6,8 @@ this error:
6error: unknown type name 'SSL' 6error: unknown type name 'SSL'
7 void complete_SSL_shutdown( SSL *); 7 void complete_SSL_shutdown( SSL *);
8 8
9Upstream-Status: Inappropriate [embedded specific]
10
9Signed-off-by: Rickard Engberg <rickard.engberg@windriver.com> 11Signed-off-by: Rickard Engberg <rickard.engberg@windriver.com>
10Signed-off-by: Vu Tran <vu.tran@windriver.com> 12Signed-off-by: Vu Tran <vu.tran@windriver.com>
11 13
diff --git a/recipes-extended/nagios/nagios-nrpe/fix-configure-uses-host-openssl.patch b/recipes-extended/nagios/nagios-nrpe/fix-configure-uses-host-openssl.patch
index 920aabfc..9342826b 100644
--- a/recipes-extended/nagios/nagios-nrpe/fix-configure-uses-host-openssl.patch
+++ b/recipes-extended/nagios/nagios-nrpe/fix-configure-uses-host-openssl.patch
@@ -6,6 +6,8 @@ openssl dhparam -C 512
6 6
7just do not use openssl from host. 7just do not use openssl from host.
8 8
9Upstream-Status: Inappropriate [embedded specific]
10
9Signed-off-by: Rickard Engberg <rickard.engberg@windriver.com> 11Signed-off-by: Rickard Engberg <rickard.engberg@windriver.com>
10Signed-off-by: Vu Tran <vu.tran@windriver.com> 12Signed-off-by: Vu Tran <vu.tran@windriver.com>
11 13
diff --git a/recipes-extended/oath/oath/0001-oath-fix-macro-definition-error.patch b/recipes-extended/oath/oath/0001-oath-fix-macro-definition-error.patch
index 37f9d753..0d606ade 100644
--- a/recipes-extended/oath/oath/0001-oath-fix-macro-definition-error.patch
+++ b/recipes-extended/oath/oath/0001-oath-fix-macro-definition-error.patch
@@ -3,6 +3,8 @@ From: Dengke Du <dengke.du@windriver.com>
3Date: Thu, 27 Sep 2018 09:37:08 +0800 3Date: Thu, 27 Sep 2018 09:37:08 +0800
4Subject: [PATCH] oath: fix macro definition error 4Subject: [PATCH] oath: fix macro definition error
5 5
6Upstream-Status: Inappropriate [embedded specific]
7
6Signed-off-by: Dengke Du <dengke.du@windriver.com> 8Signed-off-by: Dengke Du <dengke.du@windriver.com>
7--- 9---
8 oathtool/gl/intprops.h | 6 +++--- 10 oathtool/gl/intprops.h | 6 +++---
diff --git a/recipes-extended/seabios/seabios/hostcc.patch b/recipes-extended/seabios/seabios/hostcc.patch
index f665e1a3..dcc0c0bb 100644
--- a/recipes-extended/seabios/seabios/hostcc.patch
+++ b/recipes-extended/seabios/seabios/hostcc.patch
@@ -1,3 +1,5 @@
1Upstream-Status: Inappropriate [embedded specific]
2
1diff -ur a/Makefile b/Makefile 3diff -ur a/Makefile b/Makefile
2--- a/Makefile 2015-02-02 22:02:58.651041951 -0500 4--- a/Makefile 2015-02-02 22:02:58.651041951 -0500
3+++ b/Makefile 2015-02-02 23:08:13.884514003 -0500 5+++ b/Makefile 2015-02-02 23:08:13.884514003 -0500
diff --git a/recipes-extended/seabios/seabios/python3.patch b/recipes-extended/seabios/seabios/python3.patch
index a2786fd7..f401d7b9 100644
--- a/recipes-extended/seabios/seabios/python3.patch
+++ b/recipes-extended/seabios/seabios/python3.patch
@@ -1,3 +1,5 @@
1Upstream-Status: Inappropriate [embedded specific]
2
1diff --git a/Makefile b/Makefile 3diff --git a/Makefile b/Makefile
2index 516cb38..7f6acaa 100644 4index 516cb38..7f6acaa 100644
3--- a/Makefile 5--- a/Makefile
diff --git a/recipes-extended/upx/libucl/Reproducible-build.patch b/recipes-extended/upx/libucl/Reproducible-build.patch
index 8398fe02..23acf565 100644
--- a/recipes-extended/upx/libucl/Reproducible-build.patch
+++ b/recipes-extended/upx/libucl/Reproducible-build.patch
@@ -5,6 +5,9 @@ Subject: 03 Reproducible build
5Introduced BUILD_DATETIME pre-processor variable to 5Introduced BUILD_DATETIME pre-processor variable to
6be used instead of __DATE__ __TIME__ to make build 6be used instead of __DATE__ __TIME__ to make build
7reproducible. 7reproducible.
8
9Upstream-Status: Inappropriate [embedded specific]
10
8--- 11---
9 src/ucl_util.c | 4 ++++ 12 src/ucl_util.c | 4 ++++
10 1 file changed, 4 insertions(+) 13 1 file changed, 4 insertions(+)
diff --git a/recipes-extended/upx/libucl/use-static-assert.patch b/recipes-extended/upx/libucl/use-static-assert.patch
index bdf49003..50e9da5f 100644
--- a/recipes-extended/upx/libucl/use-static-assert.patch
+++ b/recipes-extended/upx/libucl/use-static-assert.patch
@@ -4,6 +4,9 @@ Subject: Switch to _Static_assert
4 4
5Use _Static_assert for compile-time assertion to fix 5Use _Static_assert for compile-time assertion to fix
6build failures with gcc-6 (closes: #811707) 6build failures with gcc-6 (closes: #811707)
7
8Upstream-Status: Inappropriate [embedded specific]
9
7--- 10---
8 acc/acc_defs.h | 6 ++++++ 11 acc/acc_defs.h | 6 ++++++
9 1 file changed, 6 insertions(+) 12 1 file changed, 6 insertions(+)
diff --git a/recipes-extended/uxen/uxen-guest-tools/0001-vm-support-fix-build-for-kernel-s-5.4.patch b/recipes-extended/uxen/uxen-guest-tools/0001-vm-support-fix-build-for-kernel-s-5.4.patch
index 287170cb..be187e79 100644
--- a/recipes-extended/uxen/uxen-guest-tools/0001-vm-support-fix-build-for-kernel-s-5.4.patch
+++ b/recipes-extended/uxen/uxen-guest-tools/0001-vm-support-fix-build-for-kernel-s-5.4.patch
@@ -3,6 +3,8 @@ From: Bruce Ashfield <bruce.ashfield@gmail.com>
3Date: Mon, 29 Nov 2021 21:01:03 -0500 3Date: Mon, 29 Nov 2021 21:01:03 -0500
4Subject: [PATCH] vm-support: fix build for kernel's > 5.4 4Subject: [PATCH] vm-support: fix build for kernel's > 5.4
5 5
6Upstream-Status: Inappropriate [embedded specific]
7
6Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> 8Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
7--- 9---
8 a/uxenhc/hypercall.c | 10 +++++++++- 10 a/uxenhc/hypercall.c | 10 +++++++++-
diff --git a/recipes-extended/uxen/uxen-guest-tools/0002-vm-support-fix-build-for-kernel-s-5.15.patch b/recipes-extended/uxen/uxen-guest-tools/0002-vm-support-fix-build-for-kernel-s-5.15.patch
index 6b7f1f82..22c5cd57 100644
--- a/recipes-extended/uxen/uxen-guest-tools/0002-vm-support-fix-build-for-kernel-s-5.15.patch
+++ b/recipes-extended/uxen/uxen-guest-tools/0002-vm-support-fix-build-for-kernel-s-5.15.patch
@@ -6,6 +6,8 @@ Subject: [PATCH] vm-support: fix build for kernel's > 5.15
6* remove callback was changed to return void instead of int in: 6* remove callback was changed to return void instead of int in:
7 https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=fc7a6209d5710618eb4f72a77cd81b8d694ecf89 7 https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=fc7a6209d5710618eb4f72a77cd81b8d694ecf89
8 8
9Upstream-Status: Inappropriate [embedded specific]
10
9Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> 11Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
10--- 12---
11 uxenplatform/platform.c | 7 +++++++ 13 uxenplatform/platform.c | 7 +++++++
diff --git a/recipes-extended/uxen/uxen-guest-tools/0003-vm-support-fix-build-for-kernel-s-5.14.patch b/recipes-extended/uxen/uxen-guest-tools/0003-vm-support-fix-build-for-kernel-s-5.14.patch
index ec31eea4..f775b2e6 100644
--- a/recipes-extended/uxen/uxen-guest-tools/0003-vm-support-fix-build-for-kernel-s-5.14.patch
+++ b/recipes-extended/uxen/uxen-guest-tools/0003-vm-support-fix-build-for-kernel-s-5.14.patch
@@ -11,6 +11,8 @@ Subject: [PATCH] vm-support: fix build for kernel's > 5.14
11 read the implementation carefully enough to decide if this is still needed, I was only interested 11 read the implementation carefully enough to decide if this is still needed, I was only interested
12 in fixing the build failure (and I don't use this at all to test it in runtime) 12 in fixing the build failure (and I don't use this at all to test it in runtime)
13 13
14Upstream-Status: Inappropriate [embedded specific]
15
14Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> 16Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15--- 17---
16 uxenstor/stor.c | 2 ++ 18 uxenstor/stor.c | 2 ++
diff --git a/recipes-extended/uxen/uxen-guest-tools/0004-uxenhc-fix-DMODULE-not-working-on-module-build-comma.patch b/recipes-extended/uxen/uxen-guest-tools/0004-uxenhc-fix-DMODULE-not-working-on-module-build-comma.patch
index 60018f0b..627a12f0 100644
--- a/recipes-extended/uxen/uxen-guest-tools/0004-uxenhc-fix-DMODULE-not-working-on-module-build-comma.patch
+++ b/recipes-extended/uxen/uxen-guest-tools/0004-uxenhc-fix-DMODULE-not-working-on-module-build-comma.patch
@@ -39,6 +39,8 @@ Subject: [PATCH] uxenhc: fix -DMODULE not working on module build command line
39 161 | MODULE_LICENSE("GPL"); 39 161 | MODULE_LICENSE("GPL");
40 | ^~~~~~~~~~~~~~ 40 | ^~~~~~~~~~~~~~
41 41
42Upstream-Status: Inappropriate [embedded specific]
43
42Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> 44Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
43--- 45---
44 uxenhc/Kbuild | 1 - 46 uxenhc/Kbuild | 1 -
diff --git a/recipes-extended/uxen/uxen-guest-tools/fix-Makefile-for-OE-kernel-build.patch b/recipes-extended/uxen/uxen-guest-tools/fix-Makefile-for-OE-kernel-build.patch
index db4c53f5..09a43754 100644
--- a/recipes-extended/uxen/uxen-guest-tools/fix-Makefile-for-OE-kernel-build.patch
+++ b/recipes-extended/uxen/uxen-guest-tools/fix-Makefile-for-OE-kernel-build.patch
@@ -1,3 +1,5 @@
1Upstream-Status: Inappropriate [embedded specific]
2
1# OpenEmbedded uses KERNEL_SRC instead of KDIR 3# OpenEmbedded uses KERNEL_SRC instead of KDIR
2# and enable the modules_install target. 4# and enable the modules_install target.
3# Signed-off-by: Christopher Clark <christopher.clark6@baesystems.com> 5# Signed-off-by: Christopher Clark <christopher.clark6@baesystems.com>
diff --git a/recipes-extended/vgabios/files/build-cc.patch b/recipes-extended/vgabios/files/build-cc.patch
index b64e5efd..01fd8b97 100644
--- a/recipes-extended/vgabios/files/build-cc.patch
+++ b/recipes-extended/vgabios/files/build-cc.patch
@@ -1,6 +1,7 @@
1Use the host compiler to build the tools we need at runtime. 1Use the host compiler to build the tools we need at runtime.
2 2
3Upstream-Status: Pending 3Upstream-Status: Inappropriate [embedded specific]
4
4Signed-off-by: Ross Burton <ross.burton@arm.com> 5Signed-off-by: Ross Burton <ross.burton@arm.com>
5 6
6Index: Makefile 7Index: Makefile
diff --git a/recipes-extended/xvisor/files/0001-build-use-usr-bin-env-for-python-scripts.patch b/recipes-extended/xvisor/files/0001-build-use-usr-bin-env-for-python-scripts.patch
index dfbb00b1..1e37c49e 100644
--- a/recipes-extended/xvisor/files/0001-build-use-usr-bin-env-for-python-scripts.patch
+++ b/recipes-extended/xvisor/files/0001-build-use-usr-bin-env-for-python-scripts.patch
@@ -5,6 +5,8 @@ Subject: [PATCH] build: use /usr/bin/env for python scripts
5 5
6Without this, we break on hosts without /usr/bin/python 6Without this, we break on hosts without /usr/bin/python
7 7
8Upstream-Status: Inappropriate [embedded specific]
9
8Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> 10Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
9--- 11---
10 tools/scripts/d2c.py | 2 +- 12 tools/scripts/d2c.py | 2 +-