summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2022-07-01 20:44:29 +0200
committerFlorian Schmaus <flow@gentoo.org>2022-07-01 21:15:07 +0200
commitbf633fa5efda688905639a937df7066e8ef6ee0f (patch)
tree80f604301924caf0dafe45a36375f42e230119c4 /xen-tools-4-anti-ovmf-download.patch
downloadxen-gentoo-patches-bf633fa5efda688905639a937df7066e8ef6ee0f.tar.gz
xen-gentoo-patches-bf633fa5efda688905639a937df7066e8ef6ee0f.tar.bz2
xen-gentoo-patches-bf633fa5efda688905639a937df7066e8ef6ee0f.zip
Gentoo specific patches for 4.16.1 (or later)4.16.1-gentoo-patchset-0
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'xen-tools-4-anti-ovmf-download.patch')
-rw-r--r--xen-tools-4-anti-ovmf-download.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/xen-tools-4-anti-ovmf-download.patch b/xen-tools-4-anti-ovmf-download.patch
new file mode 100644
index 0000000..fb13c15
--- /dev/null
+++ b/xen-tools-4-anti-ovmf-download.patch
@@ -0,0 +1,13 @@
+diff --git a/tools/firmware/Makefile b/tools/firmware/Makefile
+index 4b1fda5..b3bfa02 100644
+--- a/tools/firmware/Makefile
++++ b/tools/firmware/Makefile
+@@ -18,7 +18,7 @@ SUBDIRS-$(CONFIG_ROMBIOS) += vgabios
+ SUBDIRS-y += hvmloader
+
+ ovmf-dir:
+- GIT=$(GIT) $(XEN_ROOT)/scripts/git-checkout.sh $(OVMF_UPSTREAM_URL) $(OVMF_UPSTREAM_REVISION) ovmf-dir
++ [ -d ovmf-dir ] || ln -s ovmf-dir-remote ovmf-dir
+ cp ovmf-makefile ovmf-dir/Makefile;
+
+ seabios-dir: