Skip to content

Commit 83b479b

Browse files
kanavinrpurdie
authored andcommitted
templates/default: do not separately enable sdl in qemu-system-native
The recipe now does it directly. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
1 parent f4f1056 commit 83b479b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

meta/conf/templates/default/local.conf.sample

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,9 +208,8 @@ BB_DISKMON_DIRS ??= "\
208208
#
209209
# Qemu configuration
210210
#
211-
# By default native qemu will build with a builtin VNC server where graphical output can be
212-
# seen. The line below enables the SDL UI frontend too.
213-
PACKAGECONFIG:append:pn-qemu-system-native = " sdl"
211+
# By default native qemu will build with a builtin VNC server and a SDL UI frontend
212+
# where graphical output can be seen.
214213
# By default libsdl2-native will be built, if you want to use your host's libSDL instead of
215214
# the minimal libsdl built by libsdl2-native then uncomment the ASSUME_PROVIDED line below.
216215
#ASSUME_PROVIDED += "libsdl2-native"

0 commit comments

Comments
 (0)