]> 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 16:00:12 +0000 (18:00 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 26 Mar 2018 14:06:24 +0000 (15:06 +0100)
commitf90ce8913a4635ffb4ac0c585413e84f06793784
treeb5dd9374c58c27c597c07925e6947340a283ed03
parent93aa9a5be30bbd6d9a39beb436a21bcfccceb9a7
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.10.0.bb