On 12/22/25 19:09, Alexander Kanavin wrote:
CAUTION: This email comes from a non Wind River email account!
Do not click links or open attachments unless you recognize the sender and know the content is safe.

On Mon, 22 Dec 2025 at 10:14, Changqing Li via lists.openembedded.org
<changqing.li=windriver.com@lists.openembedded.org> wrote:
-EXTRA_OECONF:append = " --target-list=${@get_qemu_system_target_list(d)}"
+EXTRA_OECONF:append = " --target-list=${@get_qemu_system_target_list(d)} --disable-libkeyutils"

 PACKAGECONFIG ??= "fdt alsa kvm pie slirp png pixman sdl \
     ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'virglrenderer epoxy', '', d)} \
It's better to add a PACKAGECONFIG for this. It will be disabled by
default then.

Thanks,  it should be better,  I will send a V2.  My original idea is only disable libkeyutils for qemu-system-native and keep

original behavior for other recipes.

//Changqing

Alex