summaryrefslogtreecommitdiffstats
path: root/recipes-extended/uxen/uxen-guest-tools
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/uxen/uxen-guest-tools
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/uxen/uxen-guest-tools')
-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
5 files changed, 10 insertions, 0 deletions
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>