summaryrefslogtreecommitdiff
path: root/app-emulation/xen-tools/files/gentoo-patches.conf
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/xen-tools/files/gentoo-patches.conf')
-rw-r--r--app-emulation/xen-tools/files/gentoo-patches.conf26
1 files changed, 26 insertions, 0 deletions
diff --git a/app-emulation/xen-tools/files/gentoo-patches.conf b/app-emulation/xen-tools/files/gentoo-patches.conf
index 84b56bc7313c..b22aacefceba 100644
--- a/app-emulation/xen-tools/files/gentoo-patches.conf
+++ b/app-emulation/xen-tools/files/gentoo-patches.conf
@@ -15,6 +15,7 @@ _gx007=" xen-tools-3.4.0-network-bridge-broadcast.patch"
# Bug 496708
_gx008=" xen-tools-4-unbundle-ipxe.patch"
+_gx045=" xen-tools-4.10.1-unbundle-ipxe.patch"
#use system-seabios && epatch "${FILESDIR}"/${PN}-4-unbundle-seabios.patch
# Fix bridge by idella4, bug #362575
@@ -105,6 +106,13 @@ _gx042=" xen-tools-4.8.2-makedev.patch"
# Fix building with glibc 2.27, bug #648182
_gx044=" xen-tools-4.9-glibc-memfd.patch"
+# Disable failing shim
+_gx046=" xen-tools-4.10.1-shim.patch"
+
+# Fix building with gcc 8, bug #657388
+_gx047=" xen-tools-4.10.1-gcc8.patch"
+_gx048=" xen-tools-4.11.0-gcc8.patch"
+
# xen-tools-4.8.2 patches set
_gpv_xen_tools_482_0="
${_gx008}
@@ -160,3 +168,21 @@ ${_gx028} ${_gx029}
${_gx037} ${_gx042}
${_gx044}
"
+
+# xen-tools-4.10.1 patches set
+_gpv_xen_tools_4101_0="
+${_gx038} ${_gx017} ${_gx043}
+${_gx027}
+${_gx028} ${_gx029}
+${_gx037} ${_gx042}
+${_gx044} ${_gx045} ${_gx046} ${_gx047}
+"
+
+# xen-tools-4.11.0 patches set
+_gpv_xen_tools_4110_0="
+${_gx038} ${_gx017} ${_gx043}
+${_gx027}
+${_gx028} ${_gx029}
+${_gx037} ${_gx042}
+${_gx045} ${_gx046} ${_gx048}
+"