diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2025-06-06 14:12:55 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-06-09 17:43:41 +0100 |
commit | 3306e1eaf12c057a1d5da1086fd18f3490fe4c5e (patch) | |
tree | 80021ece276a41de4c7871a4a8d307e38f5e37f5 | |
parent | 3a48760dd85feabd47e9a42e077399d2be277027 (diff) | |
download | poky-3306e1eaf12c057a1d5da1086fd18f3490fe4c5e.tar.gz |
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 <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/qemu/qemu-system-native_10.0.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
9 | 9 | ||
10 | EXTRA_OECONF:append = " --target-list=${@get_qemu_system_target_list(d)}" | 10 | EXTRA_OECONF:append = " --target-list=${@get_qemu_system_target_list(d)}" |
11 | 11 | ||
12 | PACKAGECONFIG ??= "fdt alsa kvm pie slirp png pixman \ | 12 | PACKAGECONFIG ??= "fdt alsa kvm pie slirp png pixman sdl \ |
13 | ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'virglrenderer epoxy', '', d)} \ | 13 | ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'virglrenderer epoxy', '', d)} \ |
14 | " | 14 | " |
15 | 15 | ||