diff options
author | Constantin Musca <constantinx.musca@intel.com> | 2013-01-23 16:54:56 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-25 12:42:09 +0000 |
commit | 915059464121e289fd6276866b5ea3d936dff116 (patch) | |
tree | ecc799a45134432d8662c68973313d04f4746fa6 | |
parent | 4a09c91ce4a0b040a71a49d741d10fc850e887fa (diff) | |
download | poky-915059464121e289fd6276866b5ea3d936dff116.tar.gz |
prserv: change PRSERV_HOST format
- the new PRSERV_HOST format is 'host:port'
- PRSERV_PORT has been removed
(From meta-yocto rev: 67585e11f1e75e380de3ead4bb36de5129df2c4e)
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta-yocto/conf/local.conf.sample.extended | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-yocto/conf/local.conf.sample.extended b/meta-yocto/conf/local.conf.sample.extended index 73685666bf..8e5dca5962 100644 --- a/meta-yocto/conf/local.conf.sample.extended +++ b/meta-yocto/conf/local.conf.sample.extended | |||
@@ -116,11 +116,10 @@ | |||
116 | 116 | ||
117 | # The network based PR service host and port | 117 | # The network based PR service host and port |
118 | # Uncomment the following lines to enable PRservice. | 118 | # Uncomment the following lines to enable PRservice. |
119 | # Set PRSERV_HOST to 'localhost' and PRSERV_PORT to '0' to automatically | 119 | # Set PRSERV_HOST to 'localhost:0' to automatically |
120 | # start local PRService. | 120 | # start local PRService. |
121 | # Set to other values to use remote PRService. | 121 | # Set to other values to use remote PRService. |
122 | #PRSERV_HOST = "localhost" | 122 | #PRSERV_HOST = "localhost:0" |
123 | #PRSERV_PORT = "0" | ||
124 | 123 | ||
125 | # Additional image generation features | 124 | # Additional image generation features |
126 | # | 125 | # |