From adbc1212b267203eef98bacb53be7425c52e83f5 Mon Sep 17 00:00:00 2001 From: Lianhao Lu Date: Fri, 27 May 2011 14:31:47 +0800 Subject: [PATCH] meta-yocto/local.conf.sample: Added PRSERV_HOST and PRSERV_PORT. Setting PRSERV_HOST and PRSERV_PORT would trigger the poky to use remote PR network service. Leaving them unset allow the user to build image without the PR network service Signed-off-by: Lianhao Lu Signed-off-by: Richard Purdie --- meta-yocto/conf/local.conf.sample | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meta-yocto/conf/local.conf.sample b/meta-yocto/conf/local.conf.sample index a9b4998410..359e510039 100644 --- a/meta-yocto/conf/local.conf.sample +++ b/meta-yocto/conf/local.conf.sample @@ -216,3 +216,8 @@ NO32LIBS = "1" # GNOME, SCREEN, XTERM and KONSOLE #TERMCMD = "${KONSOLE_TERMCMD}" #TERMCMDRUN = "${KONSOLE_TERMCMDRUN}" + + +# The network based PR service host and port +#PRSERV_HOST = "localhost" +#PRSERV_PORT = "8585"