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:35:47 +0000 |
commit | c2c45b9be9a53120182f834fdf9b87d56409a04a (patch) | |
tree | 89c64e89b05c45db8bea433b0b1c4ed8a5e16e7a | |
parent | e00f49de8b1f79c3e07b887d257bd75a46052fa0 (diff) | |
download | openembedded-core-c2c45b9be9a53120182f834fdf9b87d56409a04a.tar.gz openembedded-core-c2c45b9be9a53120182f834fdf9b87d56409a04a.tar.bz2 openembedded-core-c2c45b9be9a53120182f834fdf9b87d56409a04a.zip |
prserv: change PRSERV_HOST format
- the new PRSERV_HOST format is 'host:port'
- PRSERV_PORT has been removed
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/conf/local.conf.sample.extended | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/conf/local.conf.sample.extended b/meta/conf/local.conf.sample.extended index f02c318266..7760a8d015 100644 --- a/meta/conf/local.conf.sample.extended +++ b/meta/conf/local.conf.sample.extended @@ -116,11 +116,10 @@ # The network based PR service host and port # Uncomment the following lines to enable PRservice. -# Set PRSERV_HOST to 'localhost' and PRSERV_PORT to '0' to automatically +# Set PRSERV_HOST to 'localhost:0' to automatically # start local PRService. # Set to other values to use remote PRService. -#PRSERV_HOST = "localhost" -#PRSERV_PORT = "0" +#PRSERV_HOST = "localhost:0" # Additional image generation features # |