Skip to content

Commit 4057826

Browse files
kanavinrpurdie
authored andcommitted
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 <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
1 parent f2c9fed commit 4057826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meta/recipes-devtools/qemu/qemu-system-native_10.0.2.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ DEPENDS += "glib-2.0-native zlib-native pixman-native qemu-native"
99

1010
EXTRA_OECONF:append = " --target-list=${@get_qemu_system_target_list(d)}"
1111

12-
PACKAGECONFIG ??= "fdt alsa kvm pie slirp png pixman \
12+
PACKAGECONFIG ??= "fdt alsa kvm pie slirp png pixman sdl \
1313
${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'virglrenderer epoxy', '', d)} \
1414
"
1515

0 commit comments

Comments
 (0)