]> 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:58:56 +0000 (17:58 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 5 Apr 2018 14:11:14 +0000 (15:11 +0100)
commitda02349c540a8e17073fef8f3ca3ea8c796d6ade
tree347ee7c4257789df09fc96698016cceff02f9dc5
parentd11222c452d79cc2044a21432336c4a59d08327b
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.7.0.bb