summaryrefslogtreecommitdiffstats
path: root/meta-yocto/conf/local.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'meta-yocto/conf/local.conf.sample')
-rw-r--r--meta-yocto/conf/local.conf.sample12
1 files changed, 4 insertions, 8 deletions
diff --git a/meta-yocto/conf/local.conf.sample b/meta-yocto/conf/local.conf.sample
index da3f8df9a0..ca8636c151 100644
--- a/meta-yocto/conf/local.conf.sample
+++ b/meta-yocto/conf/local.conf.sample
@@ -190,20 +190,16 @@ USER_CLASSES ?= "image-mklibs image-prelink"
190# Under certain circumstances the system may need input from you and to do this it 190# Under certain circumstances the system may need input from you and to do this it
191# can launch an interactive shell. It needs to do this since the build is 191# can launch an interactive shell. It needs to do this since the build is
192# multithreaded and needs to be able to handle the case where more than one parallel 192# multithreaded and needs to be able to handle the case where more than one parallel
193# process may require the user's attention. The default is to use xterm. 193# process may require the user's attention. The default is iterate over the available
194# terminal types to find one that works.
194# 195#
195# Examples of the occasions this may happen are when resolving patches which cannot 196# Examples of the occasions this may happen are when resolving patches which cannot
196# be applied, to use the devshell or the kernel menuconfig 197# be applied, to use the devshell or the kernel menuconfig
197# 198#
198# If you do not use (or have installed) xterm you will need to 199# Supported values are auto, gnome, xfce, rxvt, xcreen, konsole (3.x only), none
199# uncomment these variables and set them to the terminal you wish to use
200#
201# Supported shell prefixes for *_TERMCMD and *_TERMCMDRUN are:
202# GNOME, SCREEN, XTERM and KONSOLE
203# Note: currently, Konsole support only works for KDE 3.x due to the way 200# Note: currently, Konsole support only works for KDE 3.x due to the way
204# newer Konsole versions behave 201# newer Konsole versions behave
205#TERMCMD = "${XTERM_TERMCMD}" 202#OE_TERMINAL = "auto"
206#TERMCMDRUN = "${XTERM_TERMCMDRUN}"
207# By default disable interactive patch resolution (tasks will just fail instead): 203# By default disable interactive patch resolution (tasks will just fail instead):
208PATCHRESOLVE = "noop" 204PATCHRESOLVE = "noop"
209 205