summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu_2.8.0.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2018-03-19 17:59:32 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-04-04 11:06:48 +0100
commitb6794d2f5ad3ef1acfaeaed8b849cb00da22a2f8 (patch)
tree44d4d03106a18ad18a5315d525815dd62381b7e7 /meta/recipes-devtools/qemu/qemu_2.8.0.bb
parent736ef9be76e46d3e2a4d26155629e87420dde3ca (diff)
downloadpoky-b6794d2f5ad3ef1acfaeaed8b849cb00da22a2f8.tar.gz
qemu: fix memfd_create with glibc 2.27
glibc 2.27 has added memfd_create() but this conflicts with a copy in qemu, so take a patch from upstream to fix building with glibc 2.27. (From OE-Core rev: 8e6672055e804a0828e2f51fae9cbac81e4e834d) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu_2.8.0.bb')
-rw-r--r--meta/recipes-devtools/qemu/qemu_2.8.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_2.8.0.bb b/meta/recipes-devtools/qemu/qemu_2.8.0.bb
index fa70009f72..41014f1663 100644
--- a/meta/recipes-devtools/qemu/qemu_2.8.0.bb
+++ b/meta/recipes-devtools/qemu/qemu_2.8.0.bb
@@ -31,6 +31,7 @@ SRC_URI += " \
31 file://0004-Add-support-for-VM-suspend-resume-for-TPM-TIS.patch \ 31 file://0004-Add-support-for-VM-suspend-resume-for-TPM-TIS.patch \
32 file://CVE-2016-9908.patch \ 32 file://CVE-2016-9908.patch \
33 file://CVE-2016-9912.patch \ 33 file://CVE-2016-9912.patch \
34 file://memfd.patch \
34" 35"
35 36
36SRC_URI_append_class-native = " \ 37SRC_URI_append_class-native = " \