[oe-commits] Constantin Musca : prserv: change PRSERV_HOST format

git at git.openembedded.org git at git.openembedded.org
Fri Jan 25 12:46:27 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: c2c45b9be9a53120182f834fdf9b87d56409a04a
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=c2c45b9be9a53120182f834fdf9b87d56409a04a

Author: Constantin Musca <constantinx.musca at intel.com>
Date:   Wed Jan 23 16:54:56 2013 +0200

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 at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 f02c318..7760a8d 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
 #





More information about the Openembedded-commits mailing list