--- meta/conf/templates/default/local.conf.sample | 4 ++++ 1 file changed, 4 insertions(+)
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 # -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#239743): https://lists.openembedded.org/g/openembedded-core/message/239743 Mute This Topic: https://lists.openembedded.org/mt/120027903/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
