diff options
author | Lianhao Lu <lianhao.lu@intel.com> | 2011-05-27 14:31:47 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-27 17:55:49 +0100 |
commit | adbc1212b267203eef98bacb53be7425c52e83f5 (patch) | |
tree | 391e767db1b300fef7c5da112306bae3dc5d9b27 | |
parent | 16f06f7135db18fcabd7e3f320fcfa88bfb5ae15 (diff) | |
download | poky-adbc1212b267203eef98bacb53be7425c52e83f5.tar.gz |
meta-yocto/local.conf.sample: Added PRSERV_HOST and PRSERV_PORT.
Setting PRSERV_HOST and PRSERV_PORT would trigger the poky to use remote
PR network service. Leaving them unset allow the user to build image
without the PR network service
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta-yocto/conf/local.conf.sample | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-yocto/conf/local.conf.sample b/meta-yocto/conf/local.conf.sample index a9b4998410..359e510039 100644 --- a/meta-yocto/conf/local.conf.sample +++ b/meta-yocto/conf/local.conf.sample | |||
@@ -216,3 +216,8 @@ NO32LIBS = "1" | |||
216 | # GNOME, SCREEN, XTERM and KONSOLE | 216 | # GNOME, SCREEN, XTERM and KONSOLE |
217 | #TERMCMD = "${KONSOLE_TERMCMD}" | 217 | #TERMCMD = "${KONSOLE_TERMCMD}" |
218 | #TERMCMDRUN = "${KONSOLE_TERMCMDRUN}" | 218 | #TERMCMDRUN = "${KONSOLE_TERMCMDRUN}" |
219 | |||
220 | |||
221 | # The network based PR service host and port | ||
222 | #PRSERV_HOST = "localhost" | ||
223 | #PRSERV_PORT = "8585" | ||