diff options
3 files changed, 4 insertions, 4 deletions
diff --git a/recipes-extended/xen/files/0001-menuconfig-mconf-cfg-Allow-specification-of-ncurses-location.patch b/recipes-extended/xen/files/0001-menuconfig-mconf-cfg-Allow-specification-of-ncurses-location.patch index 135860ab..b8711756 100644 --- a/recipes-extended/xen/files/0001-menuconfig-mconf-cfg-Allow-specification-of-ncurses-location.patch +++ b/recipes-extended/xen/files/0001-menuconfig-mconf-cfg-Allow-specification-of-ncurses-location.patch | |||
@@ -3,8 +3,8 @@ From: Bruce Ashfield <bruce.ashfield@windriver.com> | |||
3 | Date: Mon, 2 Jul 2018 23:10:28 -0400 | 3 | Date: Mon, 2 Jul 2018 23:10:28 -0400 |
4 | Subject: [PATCH] xen: Fix menuconfig and add support for config fragments and | 4 | Subject: [PATCH] xen: Fix menuconfig and add support for config fragments and |
5 | 5 | ||
6 | Upstream-Status: Xen: Inappropriate [oe specific, cross compile issue] | 6 | Upstream-Status: Inappropriate [oe specific, cross compile issue] |
7 | Upstream-Status: Kernel: Pending | 7 | |
8 | Signed-off-by: Diego Sueiro <diego.sueiro@arm.com> | 8 | Signed-off-by: Diego Sueiro <diego.sueiro@arm.com> |
9 | commit e6972e689a980ab28637e94e48c77eeace6abde5 | 9 | commit e6972e689a980ab28637e94e48c77eeace6abde5 |
10 | 10 | ||
diff --git a/recipes-extended/xen/files/0001-python-pygrub-pass-DISTUTILS-xen-4.15.patch b/recipes-extended/xen/files/0001-python-pygrub-pass-DISTUTILS-xen-4.15.patch index 35cd9a81..476f5ddc 100644 --- a/recipes-extended/xen/files/0001-python-pygrub-pass-DISTUTILS-xen-4.15.patch +++ b/recipes-extended/xen/files/0001-python-pygrub-pass-DISTUTILS-xen-4.15.patch | |||
@@ -4,7 +4,7 @@ From: Maciej Pijanowski <maciej.pijanowski@3mdeb.com> | |||
4 | Date: Fri, 19 Oct 2018 11:01:37 +0200 | 4 | Date: Fri, 19 Oct 2018 11:01:37 +0200 |
5 | Subject: [PATCH] python,pygrub: pass DISTUTILS env vars as setup.py args | 5 | Subject: [PATCH] python,pygrub: pass DISTUTILS env vars as setup.py args |
6 | 6 | ||
7 | Upstream-Status: Xen: Inappropriate [oe specific, python install issues] | 7 | Upstream-Status: Inappropriate [oe specific, python install issues] |
8 | 8 | ||
9 | Allow to respect the target install dir (PYTHON_SITEPACKAGES_DIR) | 9 | Allow to respect the target install dir (PYTHON_SITEPACKAGES_DIR) |
10 | as well as other parameters set by the OpenEmbedded build system. | 10 | as well as other parameters set by the OpenEmbedded build system. |
diff --git a/recipes-extended/xen/files/xen-flask-race-fix.patch b/recipes-extended/xen/files/xen-flask-race-fix.patch index fa2a82ff..e4b0e9df 100644 --- a/recipes-extended/xen/files/xen-flask-race-fix.patch +++ b/recipes-extended/xen/files/xen-flask-race-fix.patch | |||
@@ -21,7 +21,7 @@ we need to ignore it in this case. $(MAKECMDGOALS) can't be used in | |||
21 | this case as it is empty, but we can guess which operation is done by | 21 | this case as it is empty, but we can guess which operation is done by |
22 | looking at the list of loaded makefiles. | 22 | looking at the list of loaded makefiles. |
23 | 23 | ||
24 | Upstream-Status: backport [https://lore.kernel.org/xen-devel/20230120133626.55680-1-anthony.perard@citrix.com/T/#u] | 24 | Upstream-Status: Backport [https://lore.kernel.org/xen-devel/20230120133626.55680-1-anthony.perard@citrix.com/T/#u] |
25 | 25 | ||
26 | Fixes: 7a3bcd2babcc ("build: build everything from the root dir, use obj=$subdir") | 26 | Fixes: 7a3bcd2babcc ("build: build everything from the root dir, use obj=$subdir") |
27 | Reported-by: "Daniel P. Smith" <dpsmith@apertussolutions.com> | 27 | Reported-by: "Daniel P. Smith" <dpsmith@apertussolutions.com> |