]> code.ossystems Code Review - openembedded-core.git/commit
qemu: fix memfd_create with glibc 2.27
authorRoss Burton <ross.burton@intel.com>
Mon, 29 Jan 2018 23:15:34 +0000 (23:15 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 6 Feb 2018 10:54:35 +0000 (10:54 +0000)
commit207733bb875b1a6b932ecd04a34a0ee118511d1f
tree6ef06b8df860ea6ba16e5a8661aef1516f665120
parent5a6c5234c8685e205ae16729b82288dc8f687122
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.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/qemu/qemu/memfd.patch [new file with mode: 0644]
meta/recipes-devtools/qemu/qemu_2.11.0.bb