From: Alexander Kanavin Date: Fri, 6 Jun 2025 12:12:55 +0000 (+0200) Subject: qemu-system-native: enable sdl by default X-Git-Tag: uninative-4.8~182 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f52c9d5a59ac19fc6b68c175649697257a9ebdfd;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git qemu-system-native: enable sdl by default This is already done in target and nativesdk qemu, and in default templates for both oe-core and poky. Let's just make it universal. This also simplifies configurations for bitbake-setup, as they no longer have to enable sdl separately. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/qemu/qemu-system-native_10.0.2.bb b/meta/recipes-devtools/qemu/qemu-system-native_10.0.2.bb index 57a7e8515a..22462e2499 100644 --- a/meta/recipes-devtools/qemu/qemu-system-native_10.0.2.bb +++ b/meta/recipes-devtools/qemu/qemu-system-native_10.0.2.bb @@ -9,7 +9,7 @@ DEPENDS += "glib-2.0-native zlib-native pixman-native qemu-native" EXTRA_OECONF:append = " --target-list=${@get_qemu_system_target_list(d)}" -PACKAGECONFIG ??= "fdt alsa kvm pie slirp png pixman \ +PACKAGECONFIG ??= "fdt alsa kvm pie slirp png pixman sdl \ ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'virglrenderer epoxy', '', d)} \ "