]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
templates/default: do not separately enable sdl in qemu-system-native
authorAlexander Kanavin <alex.kanavin@gmail.com>
Fri, 6 Jun 2025 12:12:56 +0000 (14:12 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 9 Jun 2025 16:43:20 +0000 (17:43 +0100)
The recipe now does it directly.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/templates/default/local.conf.sample

index d96b964c5d9c81367a96632165f5ab2c4b5342d2..3a9706c1d537506ea03be31fc6f9506b353ffddd 100644 (file)
@@ -208,9 +208,8 @@ BB_DISKMON_DIRS ??= "\
 #
 # Qemu configuration
 #
-# By default native qemu will build with a builtin VNC server where graphical output can be
-# seen. The line below enables the SDL UI frontend too.
-PACKAGECONFIG:append:pn-qemu-system-native = " sdl"
+# By default native qemu will build with a builtin VNC server and a SDL UI frontend
+# where graphical output can be seen.
 # By default libsdl2-native will be built, if you want to use your host's libSDL instead of 
 # the minimal libsdl built by libsdl2-native then uncomment the ASSUME_PROVIDED line below.
 #ASSUME_PROVIDED += "libsdl2-native"