summaryrefslogtreecommitdiff
path: root/kernels/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 /kernels/xen/ovmf.patch
parenta179b2d9427ed31a04a9eff96d28e36b5bbd9bda (diff)
downloadabslibre-3e0bcc5312915db3e993fe0684fd74d0c8624e0a.tar.gz
abslibre-3e0bcc5312915db3e993fe0684fd74d0c8624e0a.tar.bz2
abslibre-3e0bcc5312915db3e993fe0684fd74d0c8624e0a.zip
mv xen to [libre] and mv xen-docs to [pcr]
Diffstat (limited to 'kernels/xen/ovmf.patch')
-rw-r--r--kernels/xen/ovmf.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/kernels/xen/ovmf.patch b/kernels/xen/ovmf.patch
deleted file mode 100644
index 19ad7d326..000000000
--- a/kernels/xen/ovmf.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- 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: