From: Armin Kuster Date: Fri, 23 Jul 2021 21:45:27 +0000 (-0700) Subject: qemu: Enable seccomp if FEATURE is set X-Git-Tag: yocto-3.1.11~100 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10aace6034e4ca3d09d97c4e2046d8eef3078164;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git qemu: Enable seccomp if FEATURE is set Signed-off-by: Armin Kuster Signed-off-by: Richard Purdie Signed-off-by: Ruslan Babayev Signed-off-by: Steve Sakoman --- diff --git a/meta/recipes-devtools/qemu/qemu_4.2.0.bb b/meta/recipes-devtools/qemu/qemu_4.2.0.bb index 9c761447497..f9905e28127 100644 --- a/meta/recipes-devtools/qemu/qemu_4.2.0.bb +++ b/meta/recipes-devtools/qemu/qemu_4.2.0.bb @@ -26,5 +26,6 @@ do_install_append_class-nativesdk() { PACKAGECONFIG ??= " \ fdt sdl kvm \ ${@bb.utils.filter('DISTRO_FEATURES', 'alsa xen', d)} \ + ${@bb.utils.filter('DISTRO_FEATURES', 'seccomp', d)} \ " PACKAGECONFIG_class-nativesdk ??= "fdt sdl kvm"