[poky] [PATCH 3/3] prs: change PRSERV_HOST format
Constantin Musca
constantinx.musca at intel.com
Wed Jan 23 06:54:56 PST 2013
- the new PRSERV_HOST format is 'host:port'
- PRSERV_PORT has been removed
Signed-off-by: Constantin Musca <constantinx.musca at intel.com>
---
meta-yocto/conf/local.conf.sample.extended | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/meta-yocto/conf/local.conf.sample.extended b/meta-yocto/conf/local.conf.sample.extended
index e5dfc89..747636c 100644
--- a/meta-yocto/conf/local.conf.sample.extended
+++ b/meta-yocto/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
#
--
1.7.11.7
More information about the poky
mailing list