From: Alexander Kanavin <[email protected]> Mention that SDL needs to be enabled separately.
Signed-off-by: Alexander Kanavin <[email protected]> --- meta/conf/templates/default/local.conf.sample | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/meta/conf/templates/default/local.conf.sample b/meta/conf/templates/default/local.conf.sample index 2a0eea493c..8e7fb6c938 100644 --- a/meta/conf/templates/default/local.conf.sample +++ b/meta/conf/templates/default/local.conf.sample @@ -218,8 +218,12 @@ BB_DISKMON_DIRS ??= "\ # # Qemu configuration # -# By default native qemu will build with a builtin VNC server and a SDL UI frontend -# where graphical output can be seen. +# By default native qemu will build with a builtin VNC server providing a way +# to see graphical output with a VNC client. + +# You can also enable the SDL UI frontend, which opens a graphical windows +# directly into X11 display, if that is available on the build machine. +#PACKAGECONFIG:append:pn-qemu-system-native = " sdl" # 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" -- 2.47.3
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#238126): https://lists.openembedded.org/g/openembedded-core/message/238126 Mute This Topic: https://lists.openembedded.org/mt/119643522/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
