From 3306e1eaf12c057a1d5da1086fd18f3490fe4c5e Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Fri, 6 Jun 2025 14:12:55 +0200 Subject: [PATCH] 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. (From OE-Core rev: f52c9d5a59ac19fc6b68c175649697257a9ebdfd) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-devtools/qemu/qemu-system-native_10.0.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)} \ "