summaryrefslogtreecommitdiff
path: root/libre/xen/ovmf.patch
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-10-25 00:56:54 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-10-25 00:58:32 -0300
commit3e0bcc5312915db3e993fe0684fd74d0c8624e0a (patch)
tree9f728629b34b9572e9c34157209db4082c3e1abb /libre/xen/ovmf.patch
parenta179b2d9427ed31a04a9eff96d28e36b5bbd9bda (diff)
mv xen to [libre] and mv xen-docs to [pcr]
Diffstat (limited to 'libre/xen/ovmf.patch')
-rw-r--r--libre/xen/ovmf.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/libre/xen/ovmf.patch b/libre/xen/ovmf.patch
new file mode 100644
index 000000000..19ad7d326
--- /dev/null
+++ b/libre/xen/ovmf.patch
@@ -0,0 +1,12 @@
+--- a/tools/firmware/Makefile
++++ b/tools/firmware/Makefile
+@@ -19,6 +19,9 @@
+
+ ovmf-dir:
+ GIT=$(GIT) $(XEN_ROOT)/scripts/git-checkout.sh $(OVMF_UPSTREAM_URL) $(OVMF_UPSTREAM_REVISION) ovmf-dir
++ sed 's|python |python2 |g' -i "ovmf-dir/BaseTools/BinWrappers/PosixLike"/* || true
++ sed 's|python |python2 |g' -i "ovmf-dir/BaseTools/Tests/GNUmakefile"
++ patch -Np1 -i patch-gcc6-ovmf-build.sh.patch
+ cp ovmf-makefile ovmf-dir/Makefile;
+
+ seabios-dir: