]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
prserv: change PRSERV_HOST format
authorConstantin Musca <constantinx.musca@intel.com>
Wed, 23 Jan 2013 14:54:56 +0000 (16:54 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 24 Jan 2013 20:09:38 +0000 (20:09 +0000)
- 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>
meta-yocto/conf/local.conf.sample.extended

index 73685666bfa07560b9fdc2141a245e92d2ec190f..8e5dca5962b7b8f4cc5962164f2a7583e4c3a518 100644 (file)
 
 # 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
 #