]> code.ossystems Code Review - openembedded-core.git/commit
qemu: fix memfd_create with glibc 2.27
authorRoss Burton <ross.burton@intel.com>
Mon, 19 Mar 2018 15:59:32 +0000 (17:59 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 2 Apr 2018 16:09:06 +0000 (17:09 +0100)
commit8e6672055e804a0828e2f51fae9cbac81e4e834d
treec8b9f9f0a8ce4f78b2afbe77d520376eb7da32df
parent88bbc4b84ce97f82d08c841edf25e6fc29d408b0
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>
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>
meta/recipes-devtools/qemu/qemu/memfd.patch [new file with mode: 0644]
meta/recipes-devtools/qemu/qemu_2.8.0.bb