diff mbox series

[1/2] Add comment about qemu

Message ID 20260629101136.1319045-1-ross.burton@arm.com
State Under Review
Headers show
Series [1/2] Add comment about qemu | expand

Commit Message

Ross Burton June 29, 2026, 10:11 a.m. UTC
---
 meta/conf/templates/default/local.conf.sample | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox series

Patch

diff --git a/meta/conf/templates/default/local.conf.sample b/meta/conf/templates/default/local.conf.sample
index 2a0eea493cc..2b837806b1d 100644
--- a/meta/conf/templates/default/local.conf.sample
+++ b/meta/conf/templates/default/local.conf.sample
@@ -228,6 +228,10 @@  BB_DISKMON_DIRS ??= "\
 # a handy set of menus for controlling the emulator.
 #PACKAGECONFIG:append:pn-qemu-system-native = " gtk+"
 
+# Alternatively, if your build machine is headless then you can disable the graphical
+# options to reduce the build dependencies.
+#PACKAGECONFIG:remove:pn-qemu-system-native = "gtk+ sdl"
+
 #
 # Hash Equivalence
 #