From: Alexander Kanavin Date: Fri, 6 Jun 2025 12:12:56 +0000 (+0200) Subject: templates/default: do not separately enable sdl in qemu-system-native X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=09b579f3b0b4963d3cc626dd2d1739cfd53c33cb;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git templates/default: do not separately enable sdl in qemu-system-native The recipe now does it directly. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/conf/templates/default/local.conf.sample b/meta/conf/templates/default/local.conf.sample index d96b964c5d9..3a9706c1d53 100644 --- a/meta/conf/templates/default/local.conf.sample +++ b/meta/conf/templates/default/local.conf.sample @@ -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"