diff options
author | Joshua Lock <josh@linux.intel.com> | 2010-11-26 16:43:05 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-06 22:02:28 +0000 |
commit | 63b85e74a389da15a0034438f6792c4673273f32 (patch) | |
tree | 59f72c1fce88bc411ae9cee4d3729cafdf2892c7 /meta/conf/local.conf.sample | |
parent | d5f08073f5246c3f9fadf873e34ec02ec2050128 (diff) | |
download | poky-63b85e74a389da15a0034438f6792c4673273f32.tar.gz |
sanity.bbclass: Warn people when TERMCMD is set to a non-installed program
We default to gnome-terminal for TERMCMD (and TERMRUNCMD) so should check that
this program actually exists during sanity checking.
As a corollary document how to change these variables in the local.conf
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/conf/local.conf.sample')
-rw-r--r-- | meta/conf/local.conf.sample | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample index 9bff292980..9c58e6bc0c 100644 --- a/meta/conf/local.conf.sample +++ b/meta/conf/local.conf.sample | |||
@@ -170,3 +170,10 @@ ENABLE_BINARY_LOCALE_GENERATION = "1" | |||
170 | # out if that is desired | 170 | # out if that is desired |
171 | NO32LIBS = "1" | 171 | NO32LIBS = "1" |
172 | 172 | ||
173 | # If you do not use (or have installed) gnome-terminal you will need to | ||
174 | # uncomment these variables and set them to the terminal you wish to use | ||
175 | # when resolving patches which cannot be applied | ||
176 | # Supported shell prefixes for *_TERMCMD and *_TERMCMDRUN ARE: | ||
177 | # GNOME, SCREEN, XTERM and KONSOLE | ||
178 | #TERMCMD = "${KONSOLE_TERMCMD}" | ||
179 | #TERMCMDRUN = "${KONSOLE_TERMCMDRUN}" | ||