]> code.ossystems Code Review - openembedded-core.git/commit
qemu.inc: Add seccomp PACKAGECONFIG option
authorNathan Rossi <nathan@nathanrossi.com>
Fri, 23 Jul 2021 21:45:26 +0000 (14:45 -0700)
committerSteve Sakoman <steve@sakoman.com>
Wed, 4 Aug 2021 19:57:23 +0000 (09:57 -1000)
commit80d79ca651b03a3a7d65d25065af3fa5d85925b3
tree4e107aeef4c27014b44c32561975dbe2a73e945e
parenta73c10667b3ef2d0606dc5b2e4ff9605e2cd52f6
qemu.inc: Add seccomp PACKAGECONFIG option

Add the seccomp PACKAGECONFIG option to allow building seccomp features
in QEMU. The libseccomp library is available in additional layers (e.g.
meta-security).

Additionally this serves as a way to disable seccomp by default to avoid
the configure of QEMU automatically finding it (via pkg-config) on the
build host when building qemu-system-native and auto enabling the
feature.

Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Ruslan Babayev <fib@cisco.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-devtools/qemu/qemu.inc