| Message ID | 20260702125724.979218-1-ross.burton@arm.com |
|---|---|
| State | New |
| Headers | show |
| Series | [v2] conf/templates/local.conf.sample: add comment about headless qemu | expand |
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 #
Add a comment showing how to disable qemu-system-native options if the build machine is headless, to reduce build dependencies. Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta/conf/templates/default/local.conf.sample | 4 ++++ 1 file changed, 4 insertions(+)