From patchwork Thu May 26 11:55:34 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [5/5] meta-yocto/local.conf.sample: Added PRSERV_HOST and PRSERV_PORT. Date: Thu, 26 May 2011 11:55:34 -0000 From: Lianhao Lu X-Patchwork-Id: 4813 Message-Id: <9b059202eda57b89e4e793c50f394db0345f051d.1306401007.git.lianhao.lu@intel.com> To: openembedded-core@lists.openembedded.org 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 --- meta-yocto/conf/local.conf.sample | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/meta-yocto/conf/local.conf.sample b/meta-yocto/conf/local.conf.sample index a9b4998..359e510 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"