From 211918936180a0b2a5af770bd5c52025d34221db Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Fri, 27 Jan 2023 10:05:04 -0500 Subject: 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 --- .../0001-setup.py-check-for-install-anywhere-in-args.patch | 2 ++ .../cloud-init/0001-setup.py-respect-udevdir-variable.patch | 2 +- .../cloud-init/cloud-init-source-local-lsb-functions.patch | 2 ++ .../0001-cpp-Makefile-respect-LDFLAGS-when-building-bcc-cpp.patch | 2 ++ .../dev86/dev86/0001-cpp-fix-race-writing-token.h-files.patch | 3 +++ .../diod/files/0001-diod-ops.c-add-header-file-for-makedev.patch | 5 +---- .../diod/files/0001-drod-add-option-to-config-systemddir.patch | 4 ++-- recipes-extended/diod/files/0002-auto.diod.in-remove-bashisms.patch | 2 +- .../0001-container.c-Fix-compiler-errors-that-gcc-8.1.0-repor.patch | 2 ++ .../files/build-be-explicit-about-fcommon-compiler-directive.patch | 2 +- recipes-extended/ipxe/files/ipxe-fix-hostcc-nopie-cflags.patch | 2 ++ .../ipxe-golan-Add-explicit-type-casts-for-nodnic_queue_pair_.patch | 2 ++ .../files/ipxe-intel-Avoid-spurious-compiler-warning-on-GCC-10.patch | 2 ++ recipes-extended/irqbalance/irqbalance/add-initscript.patch | 2 ++ .../irqbalance/irqbalance-Add-status-and-reload-commands.patch | 2 ++ .../kvmtool/files/0001-kvmtool-9p-fixed-compilation-error.patch | 2 ++ .../kvmtool/files/0002-kvmtool-add-EXTRA_CFLAGS-variable.patch | 2 ++ recipes-extended/kvmtool/files/0003-kvmtool-Werror-disabled.patch | 2 ++ .../0001-ptest-Remove-Windows-1252-check-from-esxutilstest.patch | 2 ++ .../nagios/nagios-core/eventhandlers_nagioscmd_path.patch | 2 ++ .../nagios/nagios-nrpe/fix-compile-without-openssl.patch | 2 ++ .../nagios/nagios-nrpe/fix-configure-uses-host-openssl.patch | 2 ++ .../oath/oath/0001-oath-fix-macro-definition-error.patch | 2 ++ recipes-extended/seabios/seabios/hostcc.patch | 2 ++ recipes-extended/seabios/seabios/python3.patch | 2 ++ recipes-extended/upx/libucl/Reproducible-build.patch | 3 +++ recipes-extended/upx/libucl/use-static-assert.patch | 3 +++ .../0001-vm-support-fix-build-for-kernel-s-5.4.patch | 2 ++ .../0002-vm-support-fix-build-for-kernel-s-5.15.patch | 2 ++ .../0003-vm-support-fix-build-for-kernel-s-5.14.patch | 2 ++ .../0004-uxenhc-fix-DMODULE-not-working-on-module-build-comma.patch | 2 ++ .../uxen/uxen-guest-tools/fix-Makefile-for-OE-kernel-build.patch | 2 ++ recipes-extended/vgabios/files/build-cc.patch | 3 ++- .../xvisor/files/0001-build-use-usr-bin-env-for-python-scripts.patch | 2 ++ 34 files changed, 67 insertions(+), 10 deletions(-) (limited to 'recipes-extended') 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 anywhere in the arguments are trigger the template replacement to happen. +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Bruce Ashfield --- 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 because of: /lib/udev/rules.d/66-azure-ephemeral.rules -Upstream-Status: Pending +Upstream-Status: [Pending] Signed-off-by: Martin Jansa --- 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 Date: Thu, 6 Mar 2014 01:55:09 -0500 Subject: [PATCH] cloud-init: source local lsb functions +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Bruce Ashfield --- 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 Date: Fri, 14 May 2021 06:30:18 -0700 Subject: [PATCH] cpp/Makefile: respect LDFLAGS when building bcc-cpp +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Martin Jansa --- 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. mv: cannot stat 'tmp.h': No such file or directory By using gperf --output-file, the race is avoided entirely. + +Upstream-Status: Inappropriate [embedded specific] + --- cpp/Makefile | 6 ++---- 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] And then glibc suggestions us to include directly if code needs it. -Upstream-Status: Submitted -[diod: -mail: v9fs-developer@lists.sourceforge.net -author: hongzhi.song@windriver.com] +Upstream-Status: [Submitted] Signed-off-by: Hongzhi.Song --- 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 Date: Mon, 26 Aug 2019 18:00:39 +0800 Subject: [PATCH] drod: add option to config systemddir -Upstream-Status: Pending - Not need to send upstream, since upstream have refactor related code, but not released. and this version release 4 years ago, not proper to just backport one or more commits, this patch maybe could be dropped after upgrade. +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Changqing Li --- 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 Date: Thu, 22 Jun 2017 06:32:30 +0000 Subject: [PATCH 2/2] auto.diod.in: remove bashisms -Upstream-Status: Pending +Upstream-Status: Inappropriate [embedded specific] Signed-off-by: Roy Li --- 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 sprintf(volume, "/%s/_data/%s", path, filevolume); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Jason Wessel --- 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 gcc10 switched default behavior from -fcommon to -fno-common. Since "__shared" relies on the legacy behavior, explicitly specify it. -Upstream-Status: backport +Upstream-Status: [backport] Signed-off-by: Bruce Rogers Modified-by: Michael Brown 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 @@ +Upstream-Status: Inappropriate [embedded specific] + diff --git a/src/Makefile.housekeeping b/src/Makefile.housekeeping index 1dd1479..13f44dd 100644 --- 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 identical to those of ib_queue_pair_type, and implicitly casts between them. Add an explicit cast to fix the warning. +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Michael Brown --- 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. Avoid the warning by embedding the zero-length array within a struct. +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Michael Brown --- 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 The upstream irqbalance release package does not contain an init script so we create a basic one here. +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Mark Asselstine --- 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 Add status and reload commands for irqbalanced init script +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Yang Shi --- 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 makedev is defined in sys/sysmacros.h +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Dariusz Pelowski --- 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 to avoid CFLAGS overriding introduce new EXTRA_CFLAGS variable for setting via command argument +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Dariusz Pelowski --- 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. WERROR override causes gcc sizeof-pointer-memaccess, format-truncation errors. +Upstream-Status: Inappropriate [embedded specific] + --- Makefile | 1 + 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 Currently we use iconv from glibc-locale and it does not support Windows-1252 and we don't need support windows character encoding. +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: He Zhe --- 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 Modify nagios.cmd path to the right location at "/var/nagios/rw/nagios.cmd" +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Rickard Engberg Signed-off-by: Vu Tran 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: error: unknown type name 'SSL' void complete_SSL_shutdown( SSL *); +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Rickard Engberg Signed-off-by: Vu Tran 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 just do not use openssl from host. +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Rickard Engberg Signed-off-by: Vu Tran 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 Date: Thu, 27 Sep 2018 09:37:08 +0800 Subject: [PATCH] oath: fix macro definition error +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Dengke Du --- 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 @@ +Upstream-Status: Inappropriate [embedded specific] + diff -ur a/Makefile b/Makefile --- a/Makefile 2015-02-02 22:02:58.651041951 -0500 +++ 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 @@ +Upstream-Status: Inappropriate [embedded specific] + diff --git a/Makefile b/Makefile index 516cb38..7f6acaa 100644 --- 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 Introduced BUILD_DATETIME pre-processor variable to be used instead of __DATE__ __TIME__ to make build reproducible. + +Upstream-Status: Inappropriate [embedded specific] + --- src/ucl_util.c | 4 ++++ 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 Use _Static_assert for compile-time assertion to fix build failures with gcc-6 (closes: #811707) + +Upstream-Status: Inappropriate [embedded specific] + --- acc/acc_defs.h | 6 ++++++ 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 Date: Mon, 29 Nov 2021 21:01:03 -0500 Subject: [PATCH] vm-support: fix build for kernel's > 5.4 +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Bruce Ashfield --- 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 * remove callback was changed to return void instead of int in: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=fc7a6209d5710618eb4f72a77cd81b8d694ecf89 +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Martin Jansa --- 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 read the implementation carefully enough to decide if this is still needed, I was only interested in fixing the build failure (and I don't use this at all to test it in runtime) +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Martin Jansa --- 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 161 | MODULE_LICENSE("GPL"); | ^~~~~~~~~~~~~~ +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Martin Jansa --- 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 @@ +Upstream-Status: Inappropriate [embedded specific] + # OpenEmbedded uses KERNEL_SRC instead of KDIR # and enable the modules_install target. # Signed-off-by: Christopher Clark 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 @@ Use the host compiler to build the tools we need at runtime. -Upstream-Status: Pending +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Ross Burton Index: 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 Without this, we break on hosts without /usr/bin/python +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Bruce Ashfield --- tools/scripts/d2c.py | 2 +- -- cgit v1.2.3-54-g00ecf