Skip to content

Commit bc67e1d

Browse files
kanavinrpurdie
authored andcommitted
fragments/qemu: add support for enabling sdl in qemu
This has been the default in poky's local.conf template for a long time, but it's not enabled directly in poky distro. To allow better sstate reuse and a better user experience on a typical laptop (qemu will pop up a graphical window directly), let's add this fragment and enable it in official bitbake-setup configurations. Signed-off-by: Alexander Kanavin <[email protected]> Signed-off-by: Mathieu Dubois-Briand <[email protected]> Signed-off-by: Richard Purdie <[email protected]>
1 parent b90b4e9 commit bc67e1d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
BB_CONF_FRAGMENT_SUMMARY = "Enable SDL support for direct graphical output on the build host."
2+
BB_CONF_FRAGMENT_DESCRIPTION = "By default qemu is built with a internal VNC server \
3+
support. To see graphical output from the guest system, one can use a VNC client to \
4+
connect to it. This fragment enables Simple Directmedia Layer support, which allows \
5+
seeing the graphical output from guest directly in a X/Wayland session on the build host machine. \
6+
"
7+
8+
PACKAGECONFIG:append:pn-qemu-system-native = " sdl"

0 commit comments

Comments
 (0)