summaryrefslogtreecommitdiff
path: root/kernels/xen/ovmf.patch
diff options
context:
space:
mode:
Diffstat (limited to 'kernels/xen/ovmf.patch')
-rw-r--r--kernels/xen/ovmf.patch9
1 files changed, 4 insertions, 5 deletions
diff --git a/kernels/xen/ovmf.patch b/kernels/xen/ovmf.patch
index a31b89608..19ad7d326 100644
--- a/kernels/xen/ovmf.patch
+++ b/kernels/xen/ovmf.patch
@@ -1,13 +1,12 @@
---- a/tools/firmware/Makefile 2014-10-26 23:26:08.002103548 -0500
-+++ b/tools/firmware/Makefile 2014-10-26 23:25:50.112361448 -0500
-@@ -19,6 +19,10 @@
+--- 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 ovmf-gcc4.9-basetools.patch
-+ patch -Np1 -i ovmf-gcc4.9-ovmfpkg.patch
++ patch -Np1 -i patch-gcc6-ovmf-build.sh.patch
cp ovmf-makefile ovmf-dir/Makefile;
seabios-dir: