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.15.0-unbundle-ipxe.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.15.0-unbundle-ipxe.patch')
-rw-r--r--xen-tools-4.15.0-unbundle-ipxe.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/xen-tools-4.15.0-unbundle-ipxe.patch b/xen-tools-4.15.0-unbundle-ipxe.patch
new file mode 100644
index 0000000..4ac3672
--- /dev/null
+++ b/xen-tools-4.15.0-unbundle-ipxe.patch
@@ -0,0 +1,17 @@
+diff --git a/tools/firmware/etherboot/Makefile b/tools/firmware/etherboot/Makefile
+index ed9e113..72f4a8f 100644
+--- a/tools/firmware/etherboot/Makefile
++++ b/tools/firmware/etherboot/Makefile
+@@ -33,12 +33,6 @@ $(ROM): $(ROMS)
+ $(MAKE) -C $D/src bin/$(*F).rom
+
+ $T:
+- set -e; if ! $(FETCHER) _$T $(IPXE_TARBALL_URL); then \
+- $(GIT) clone $(IPXE_GIT_URL) $D.git; \
+- (cd $D.git && $(GIT) archive --format=tar --prefix=$D/ \
+- $(IPXE_GIT_TAG) | gzip -n >../_$T); \
+- rm -rf $D.git; \
+- fi
+ mv _$T $T
+
+ $D/src/arch/i386/Makefile: $T Config