diff options
Diffstat (limited to 'meta-yocto')
-rw-r--r-- | meta-yocto/conf/local.conf.sample | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/meta-yocto/conf/local.conf.sample b/meta-yocto/conf/local.conf.sample index 3ed3805544..64b61ba92b 100644 --- a/meta-yocto/conf/local.conf.sample +++ b/meta-yocto/conf/local.conf.sample | |||
@@ -210,8 +210,12 @@ NO32LIBS = "1" | |||
210 | # when resolving patches which cannot be applied | 210 | # when resolving patches which cannot be applied |
211 | # Supported shell prefixes for *_TERMCMD and *_TERMCMDRUN ARE: | 211 | # Supported shell prefixes for *_TERMCMD and *_TERMCMDRUN ARE: |
212 | # GNOME, SCREEN, XTERM and KONSOLE | 212 | # GNOME, SCREEN, XTERM and KONSOLE |
213 | #TERMCMD = "${KONSOLE_TERMCMD}" | 213 | # Note: currently, Konsole support only works for KDE 3.x due to the way |
214 | #TERMCMDRUN = "${KONSOLE_TERMCMDRUN}" | 214 | # newer Konsole versions behave |
215 | #TERMCMD = "${XTERM_TERMCMD}" | ||
216 | #TERMCMDRUN = "${XTERM_TERMCMDRUN}" | ||
217 | # Alternatively, if you prefer you can disable patch resolution: | ||
218 | #PATCHRESOLVE = "noop" | ||
215 | 219 | ||
216 | # The network based PR service host and port | 220 | # The network based PR service host and port |
217 | #PRSERV_HOST = "localhost" | 221 | #PRSERV_HOST = "localhost" |